@activepieces/piece-stripe 0.6.11 → 0.6.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-stripe",
3
- "version": "0.6.11",
3
+ "version": "0.6.13",
4
4
  "main": "./src/index.js",
5
5
  "dependencies": {},
6
6
  "files": [
@@ -19,6 +19,85 @@
19
19
  "Deactivate Payment Link": "Deactivate Payment Link",
20
20
  "Find Payment (by Payment Intent ID)": "Find Payment (by Payment Intent ID)",
21
21
  "Find Invoice": "Find Invoice",
22
+ "Create Customer (Agent)": "Create Customer (Agent)",
23
+ "Get Customer (Agent)": "Get Customer (Agent)",
24
+ "Update Customer (Agent)": "Update Customer (Agent)",
25
+ "Search Customers (Agent)": "Search Customers (Agent)",
26
+ "Create Payment Intent (Agent)": "Create Payment Intent (Agent)",
27
+ "Get Payment Intent (Agent)": "Get Payment Intent (Agent)",
28
+ "Create Refund (Agent)": "Create Refund (Agent)",
29
+ "Create Invoice (Agent)": "Create Invoice (Agent)",
30
+ "Get Invoice (Agent)": "Get Invoice (Agent)",
31
+ "Create Product (Agent)": "Create Product (Agent)",
32
+ "Create Price (Agent)": "Create Price (Agent)",
33
+ "Create Subscription (Agent)": "Create Subscription (Agent)",
34
+ "Cancel Subscription (Agent)": "Cancel Subscription (Agent)",
35
+ "Search Subscriptions (Agent)": "Search Subscriptions (Agent)",
36
+ "Create Payment Link (Agent)": "Create Payment Link (Agent)",
37
+ "Deactivate Payment Link (Agent)": "Deactivate Payment Link (Agent)",
38
+ "Get Payout (Agent)": "Get Payout (Agent)",
39
+ "List Customers (Agent)": "List Customers (Agent)",
40
+ "Confirm Payment Intent (Agent)": "Confirm Payment Intent (Agent)",
41
+ "Cancel Payment Intent (Agent)": "Cancel Payment Intent (Agent)",
42
+ "Capture Payment Intent (Agent)": "Capture Payment Intent (Agent)",
43
+ "List Payment Intents (Agent)": "List Payment Intents (Agent)",
44
+ "Search Payment Intents (Agent)": "Search Payment Intents (Agent)",
45
+ "Retrieve Charge (Agent)": "Retrieve Charge (Agent)",
46
+ "List Charges (Agent)": "List Charges (Agent)",
47
+ "Search Charges (Agent)": "Search Charges (Agent)",
48
+ "Get Refund (Agent)": "Get Refund (Agent)",
49
+ "List Refunds (Agent)": "List Refunds (Agent)",
50
+ "List Invoices (Agent)": "List Invoices (Agent)",
51
+ "Search Invoices (Agent)": "Search Invoices (Agent)",
52
+ "Finalize Invoice (Agent)": "Finalize Invoice (Agent)",
53
+ "Send Invoice (Agent)": "Send Invoice (Agent)",
54
+ "Add Invoice Lines (Agent)": "Add Invoice Lines (Agent)",
55
+ "List Invoice Lines (Agent)": "List Invoice Lines (Agent)",
56
+ "Create Invoice Item (Agent)": "Create Invoice Item (Agent)",
57
+ "Update Product (Agent)": "Update Product (Agent)",
58
+ "Get Product (Agent)": "Get Product (Agent)",
59
+ "List Products (Agent)": "List Products (Agent)",
60
+ "Search Products (Agent)": "Search Products (Agent)",
61
+ "Update Price (Agent)": "Update Price (Agent)",
62
+ "Get Price (Agent)": "Get Price (Agent)",
63
+ "List Prices (Agent)": "List Prices (Agent)",
64
+ "Search Prices (Agent)": "Search Prices (Agent)",
65
+ "Update Subscription (Agent)": "Update Subscription (Agent)",
66
+ "Get Subscription (Agent)": "Get Subscription (Agent)",
67
+ "List Subscriptions (Agent)": "List Subscriptions (Agent)",
68
+ "List Subscription Items (Agent)": "List Subscription Items (Agent)",
69
+ "Get Payment Link (Agent)": "Get Payment Link (Agent)",
70
+ "List Payment Links (Agent)": "List Payment Links (Agent)",
71
+ "Create Checkout Session (Agent)": "Create Checkout Session (Agent)",
72
+ "Get Checkout Session (Agent)": "Get Checkout Session (Agent)",
73
+ "List Checkout Sessions (Agent)": "List Checkout Sessions (Agent)",
74
+ "Create Payment Method (Agent)": "Create Payment Method (Agent)",
75
+ "Attach Payment Method (Agent)": "Attach Payment Method (Agent)",
76
+ "Get Payment Method (Agent)": "Get Payment Method (Agent)",
77
+ "List Customer Payment Methods (Agent)": "List Customer Payment Methods (Agent)",
78
+ "Create Coupon (Agent)": "Create Coupon (Agent)",
79
+ "Get Coupon (Agent)": "Get Coupon (Agent)",
80
+ "List Coupons (Agent)": "List Coupons (Agent)",
81
+ "Create Promotion Code (Agent)": "Create Promotion Code (Agent)",
82
+ "Get Promotion Code (Agent)": "Get Promotion Code (Agent)",
83
+ "List Promotion Codes (Agent)": "List Promotion Codes (Agent)",
84
+ "Retrieve Balance (Agent)": "Retrieve Balance (Agent)",
85
+ "List Balance Transactions (Agent)": "List Balance Transactions (Agent)",
86
+ "List Payouts (Agent)": "List Payouts (Agent)",
87
+ "Create Tax Rate (Agent)": "Create Tax Rate (Agent)",
88
+ "Get Tax Rate (Agent)": "Get Tax Rate (Agent)",
89
+ "List Tax Rates (Agent)": "List Tax Rates (Agent)",
90
+ "Create Credit Note (Agent)": "Create Credit Note (Agent)",
91
+ "Void Credit Note (Agent)": "Void Credit Note (Agent)",
92
+ "Get Credit Note (Agent)": "Get Credit Note (Agent)",
93
+ "List Credit Notes (Agent)": "List Credit Notes (Agent)",
94
+ "List Events (Agent)": "List Events (Agent)",
95
+ "Get Event (Agent)": "Get Event (Agent)",
96
+ "Get Dispute (Agent)": "Get Dispute (Agent)",
97
+ "List Disputes (Agent)": "List Disputes (Agent)",
98
+ "List Transfers (Agent)": "List Transfers (Agent)",
99
+ "Update Dispute (Agent)": "Update Dispute (Agent)",
100
+ "Close Dispute (Agent)": "Close Dispute (Agent)",
22
101
  "Custom API Call": "Custom API Call",
23
102
  "Create a customer in stripe": "Create a customer in stripe",
24
103
  "Create an Invoice in stripe": "Create an Invoice in stripe",
@@ -38,6 +117,83 @@
38
117
  "Disable or deactivate a Payment Link so it can no longer be used.": "Disable or deactivate a Payment Link so it can no longer be used.",
39
118
  "Retrieves the details of a payment by its unique Payment Intent ID.": "Retrieves the details of a payment by its unique Payment Intent ID.",
40
119
  "Finds an invoice by its unique ID.": "Finds an invoice by its unique ID.",
120
+ "Create a customer in Stripe.": "Create a customer in Stripe.",
121
+ "Retrieve a Stripe customer by its ID.": "Retrieve a Stripe customer by its ID.",
122
+ "Modify an existing Stripe customer.": "Modify an existing Stripe customer.",
123
+ "Search for Stripe customers by email or a raw search query.": "Search for Stripe customers by email or a raw search query.",
124
+ "Create a Stripe PaymentIntent to start a payment flow.": "Create a Stripe PaymentIntent to start a payment flow.",
125
+ "Retrieve a payment by its PaymentIntent ID.": "Retrieve a payment by its PaymentIntent ID.",
126
+ "Create a draft invoice in Stripe.": "Create a draft invoice in Stripe.",
127
+ "Retrieve a Stripe invoice by its ID.": "Retrieve a Stripe invoice by its ID.",
128
+ "Create a one-time or recurring price for a product.": "Create a one-time or recurring price for a product.",
129
+ "Start a subscription for a customer with specified prices.": "Start a subscription for a customer with specified prices.",
130
+ "Cancel a subscription immediately or at the end of the billing period.": "Cancel a subscription immediately or at the end of the billing period.",
131
+ "Search subscriptions by price ID, status, customer ID and other filters.": "Search subscriptions by price ID, status, customer ID and other filters.",
132
+ "Create a shareable, Stripe-hosted payment link.": "Create a shareable, Stripe-hosted payment link.",
133
+ "Deactivate a payment link so it can no longer be used.": "Deactivate a payment link so it can no longer be used.",
134
+ "Retrieve a Stripe payout by its ID.": "Retrieve a Stripe payout by its ID.",
135
+ "List Stripe customers, optionally filtered by email.": "List Stripe customers, optionally filtered by email.",
136
+ "Confirm a PaymentIntent to attempt the charge.": "Confirm a PaymentIntent to attempt the charge.",
137
+ "Cancel a PaymentIntent that has not been captured.": "Cancel a PaymentIntent that has not been captured.",
138
+ "Capture funds from an authorized PaymentIntent.": "Capture funds from an authorized PaymentIntent.",
139
+ "List Stripe PaymentIntents.": "List Stripe PaymentIntents.",
140
+ "Search PaymentIntents with a Stripe search query.": "Search PaymentIntents with a Stripe search query.",
141
+ "Retrieve a Stripe charge by its ID.": "Retrieve a Stripe charge by its ID.",
142
+ "List Stripe charges.": "List Stripe charges.",
143
+ "Search charges with a Stripe search query.": "Search charges with a Stripe search query.",
144
+ "Retrieve a Stripe refund by its ID.": "Retrieve a Stripe refund by its ID.",
145
+ "List Stripe refunds.": "List Stripe refunds.",
146
+ "List Stripe invoices.": "List Stripe invoices.",
147
+ "Search invoices with a Stripe search query.": "Search invoices with a Stripe search query.",
148
+ "Finalize a draft invoice so it becomes payable.": "Finalize a draft invoice so it becomes payable.",
149
+ "Email a finalized invoice to the customer.": "Email a finalized invoice to the customer.",
150
+ "Bulk-add line items to a draft invoice.": "Bulk-add line items to a draft invoice.",
151
+ "List the line items on an invoice.": "List the line items on an invoice.",
152
+ "Add a one-off pending line item to a customer.": "Add a one-off pending line item to a customer.",
153
+ "Update or archive a Stripe product.": "Update or archive a Stripe product.",
154
+ "Retrieve a Stripe product by its ID.": "Retrieve a Stripe product by its ID.",
155
+ "List Stripe products.": "List Stripe products.",
156
+ "Search products with a Stripe search query.": "Search products with a Stripe search query.",
157
+ "Update or archive a Stripe price.": "Update or archive a Stripe price.",
158
+ "Retrieve a Stripe price by its ID.": "Retrieve a Stripe price by its ID.",
159
+ "List Stripe prices.": "List Stripe prices.",
160
+ "Search prices with a Stripe search query.": "Search prices with a Stripe search query.",
161
+ "Update an existing Stripe subscription.": "Update an existing Stripe subscription.",
162
+ "Retrieve a Stripe subscription by its ID.": "Retrieve a Stripe subscription by its ID.",
163
+ "List Stripe subscriptions.": "List Stripe subscriptions.",
164
+ "List the line items of a subscription.": "List the line items of a subscription.",
165
+ "Retrieve a Stripe payment link by its ID.": "Retrieve a Stripe payment link by its ID.",
166
+ "List Stripe payment links.": "List Stripe payment links.",
167
+ "Create a Stripe-hosted Checkout Session.": "Create a Stripe-hosted Checkout Session.",
168
+ "Retrieve a Stripe Checkout Session by its ID.": "Retrieve a Stripe Checkout Session by its ID.",
169
+ "List Stripe Checkout Sessions.": "List Stripe Checkout Sessions.",
170
+ "Create a PaymentMethod from a token.": "Create a PaymentMethod from a token.",
171
+ "Attach a PaymentMethod to a customer.": "Attach a PaymentMethod to a customer.",
172
+ "Retrieve a PaymentMethod by its ID.": "Retrieve a PaymentMethod by its ID.",
173
+ "List a customer's attached payment methods.": "List a customer's attached payment methods.",
174
+ "Create a discount coupon.": "Create a discount coupon.",
175
+ "Retrieve a coupon by its ID.": "Retrieve a coupon by its ID.",
176
+ "List Stripe coupons.": "List Stripe coupons.",
177
+ "Create a customer-facing promotion code for a coupon.": "Create a customer-facing promotion code for a coupon.",
178
+ "Retrieve a promotion code by its ID.": "Retrieve a promotion code by its ID.",
179
+ "List Stripe promotion codes.": "List Stripe promotion codes.",
180
+ "Get the current Stripe account balance.": "Get the current Stripe account balance.",
181
+ "List balance transactions (the reconciliation ledger).": "List balance transactions (the reconciliation ledger).",
182
+ "List payouts to the bank account.": "List payouts to the bank account.",
183
+ "Create a manual tax rate.": "Create a manual tax rate.",
184
+ "Retrieve a tax rate by its ID.": "Retrieve a tax rate by its ID.",
185
+ "List Stripe tax rates.": "List Stripe tax rates.",
186
+ "Issue a credit note against a finalized invoice.": "Issue a credit note against a finalized invoice.",
187
+ "Void a credit note.": "Void a credit note.",
188
+ "Retrieve a credit note by its ID.": "Retrieve a credit note by its ID.",
189
+ "List Stripe credit notes.": "List Stripe credit notes.",
190
+ "List Stripe account events.": "List Stripe account events.",
191
+ "Retrieve a single Stripe event by its ID.": "Retrieve a single Stripe event by its ID.",
192
+ "Retrieve a dispute by its ID.": "Retrieve a dispute by its ID.",
193
+ "List Stripe disputes (chargebacks).": "List Stripe disputes (chargebacks).",
194
+ "List transfers to connected accounts (Stripe Connect).": "List transfers to connected accounts (Stripe Connect).",
195
+ "Submit or update evidence on a dispute.": "Submit or update evidence on a dispute.",
196
+ "Concede a dispute (DESTRUCTIVE — forfeits the funds).": "Concede a dispute (DESTRUCTIVE — forfeits the funds).",
41
197
  "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
42
198
  "Email": "Email",
43
199
  "Name": "Name",
@@ -90,6 +246,60 @@
90
246
  "Allow Promotion Codes": "Allow Promotion Codes",
91
247
  "Billing Address Collection": "Billing Address Collection",
92
248
  "Payment Link": "Payment Link",
249
+ "Query": "Query",
250
+ "Capture Method": "Capture Method",
251
+ "Payment Intent ID": "Payment Intent ID",
252
+ "Invoice ID": "Invoice ID",
253
+ "Product ID": "Product ID",
254
+ "Subscription ID": "Subscription ID",
255
+ "Payment Link ID": "Payment Link ID",
256
+ "Payout ID": "Payout ID",
257
+ "Starting After": "Starting After",
258
+ "Cancellation Reason": "Cancellation Reason",
259
+ "Amount to Capture": "Amount to Capture",
260
+ "Final Capture": "Final Capture",
261
+ "Charge ID": "Charge ID",
262
+ "Refund ID": "Refund ID",
263
+ "Status": "Status",
264
+ "Auto Advance": "Auto Advance",
265
+ "Lines": "Lines",
266
+ "Price ID": "Price ID",
267
+ "Nickname": "Nickname",
268
+ "Type": "Type",
269
+ "Items": "Items",
270
+ "Proration Behavior": "Proration Behavior",
271
+ "Mode": "Mode",
272
+ "Success URL": "Success URL",
273
+ "Cancel URL": "Cancel URL",
274
+ "Session ID": "Session ID",
275
+ "Card Token": "Card Token",
276
+ "Billing Name": "Billing Name",
277
+ "Billing Email": "Billing Email",
278
+ "Percent Off": "Percent Off",
279
+ "Amount Off": "Amount Off",
280
+ "Duration": "Duration",
281
+ "Duration in Months": "Duration in Months",
282
+ "Coupon ID": "Coupon ID",
283
+ "Code": "Code",
284
+ "Max Redemptions": "Max Redemptions",
285
+ "Expires At": "Expires At",
286
+ "Promotion Code ID": "Promotion Code ID",
287
+ "Arrival Date After": "Arrival Date After",
288
+ "Arrival Date Before": "Arrival Date Before",
289
+ "Display Name": "Display Name",
290
+ "Percentage": "Percentage",
291
+ "Inclusive": "Inclusive",
292
+ "Jurisdiction": "Jurisdiction",
293
+ "Tax Rate ID": "Tax Rate ID",
294
+ "Credit Amount": "Credit Amount",
295
+ "Refund Amount": "Refund Amount",
296
+ "Memo": "Memo",
297
+ "Credit Note ID": "Credit Note ID",
298
+ "Event ID": "Event ID",
299
+ "Dispute ID": "Dispute ID",
300
+ "Destination Account ID": "Destination Account ID",
301
+ "Evidence": "Evidence",
302
+ "Submit": "Submit",
93
303
  "Method": "Method",
94
304
  "Headers": "Headers",
95
305
  "Query Parameters": "Query Parameters",
@@ -139,6 +349,150 @@
139
349
  "The URL to redirect the customer to after a successful purchase. Only used if the behavior is set to \"Redirect to URL\".": "The URL to redirect the customer to after a successful purchase. Only used if the behavior is set to \"Redirect to URL\".",
140
350
  "Enables the user to enter a promotion code on the Payment Link page.": "Enables the user to enter a promotion code on the Payment Link page.",
141
351
  "Describes whether Checkout should collect the customer’s billing address.": "Describes whether Checkout should collect the customer’s billing address.",
352
+ "The Stripe customer ID (e.g., cus_...). Obtain it from Search Customers or List Customers.": "The Stripe customer ID (e.g., cus_...). Obtain it from Search Customers or List Customers.",
353
+ "The Stripe customer ID (e.g., cus_...) to update. Obtain it from Search Customers or List Customers.": "The Stripe customer ID (e.g., cus_...) to update. Obtain it from Search Customers or List Customers.",
354
+ "Match customers with this exact email. Ignored if a raw Query is provided.": "Match customers with this exact email. Ignored if a raw Query is provided.",
355
+ "A raw Stripe search query (e.g. email:'a@b.com', name:'Jane'). Overrides the Email field when set.": "A raw Stripe search query (e.g. email:'a@b.com', name:'Jane'). Overrides the Email field when set.",
356
+ "The amount to charge, as a decimal in the major currency unit (e.g., 10.50 for $10.50).": "The amount to charge, as a decimal in the major currency unit (e.g., 10.50 for $10.50).",
357
+ "The three-letter ISO currency code (e.g., usd, eur, gbp).": "The three-letter ISO currency code (e.g., usd, eur, gbp).",
358
+ "The Stripe customer ID (e.g., cus_...) to associate. Obtain it from Search Customers or List Customers.": "The Stripe customer ID (e.g., cus_...) to associate. Obtain it from Search Customers or List Customers.",
359
+ "The PaymentMethod ID to attach (e.g., pm_...). Required to confirm the payment immediately.": "The PaymentMethod ID to attach (e.g., pm_...). Required to confirm the payment immediately.",
360
+ "If true, Stripe attempts to charge the provided payment method. Requires a Payment Method ID and a Return URL.": "If true, Stripe attempts to charge the provided payment method. Requires a Payment Method ID and a Return URL.",
361
+ "When to capture funds. 'automatic' (default) captures immediately on confirmation; 'manual' authorizes only — funds are held and you capture later with Capture Payment Intent (auth-and-capture).": "When to capture funds. 'automatic' (default) captures immediately on confirmation; 'manual' authorizes only — funds are held and you capture later with Capture Payment Intent (auth-and-capture).",
362
+ "URL to redirect the customer back to after authenticating the payment. Required when confirming.": "URL to redirect the customer back to after authenticating the payment. Required when confirming.",
363
+ "Email to send a receipt to. Overrides the customer's email.": "Email to send a receipt to. Overrides the customer's email.",
364
+ "The PaymentIntent ID (e.g., pi_...). Obtain it from List Payment Intents or Search Payment Intents.": "The PaymentIntent ID (e.g., pi_...). Obtain it from List Payment Intents or Search Payment Intents.",
365
+ "The PaymentIntent ID (e.g., pi_...) to refund. Obtain it from List/Search Payment Intents.": "The PaymentIntent ID (e.g., pi_...) to refund. Obtain it from List/Search Payment Intents.",
366
+ "The amount to refund as a decimal (e.g., 12.99). If left blank, a full refund is issued.": "The amount to refund as a decimal (e.g., 12.99). If left blank, a full refund is issued.",
367
+ "The three-letter ISO currency code (e.g., usd).": "The three-letter ISO currency code (e.g., usd).",
368
+ "Description for the invoice.": "Description for the invoice.",
369
+ "How to collect payment. 'charge_automatically' (default) charges the customer's default payment method when finalized; 'send_invoice' emails the customer a payable invoice (requires Days Until Due) and is the only method that lets you later call Send Invoice.": "How to collect payment. 'charge_automatically' (default) charges the customer's default payment method when finalized; 'send_invoice' emails the customer a payable invoice (requires Days Until Due) and is the only method that lets you later call Send Invoice.",
370
+ "Number of days until the invoice is due. Required when Collection Method is 'send_invoice'.": "Number of days until the invoice is due. Required when Collection Method is 'send_invoice'.",
371
+ "The Stripe invoice ID (e.g., in_...). Obtain it from List Invoices or Search Invoices.": "The Stripe invoice ID (e.g., in_...). Obtain it from List Invoices or Search Invoices.",
372
+ "The product name, displayable to the customer.": "The product name, displayable to the customer.",
373
+ "The product description, displayable to the customer.": "The product description, displayable to the customer.",
374
+ "The Stripe product ID (e.g., prod_...) this price attaches to. Obtain it from List/Search Products or Create Product.": "The Stripe product ID (e.g., prod_...) this price attaches to. Obtain it from List/Search Products or Create Product.",
375
+ "The price amount as a decimal (e.g., 25.50 for $25.50).": "The price amount as a decimal (e.g., 25.50 for $25.50).",
376
+ "Billing frequency. Select 'One-Time' for a single, non-recurring payment.": "Billing frequency. Select 'One-Time' for a single, non-recurring payment.",
377
+ "Number of intervals between billings (e.g., Monthly + count 3 = every 3 months). Only used for recurring prices.": "Number of intervals between billings (e.g., Monthly + count 3 = every 3 months). Only used for recurring prices.",
378
+ "'charge_automatically' bills the default payment method; 'send_invoice' emails an invoice.": "'charge_automatically' bills the default payment method; 'send_invoice' emails an invoice.",
379
+ "Days before an invoice is due. Required if Collection Method is 'Send Invoice'.": "Days before an invoice is due. Required if Collection Method is 'Send Invoice'.",
380
+ "Number of trial days before the subscription bills for the first time.": "Number of trial days before the subscription bills for the first time.",
381
+ "ID of the default payment method (e.g., pm_...).": "ID of the default payment method (e.g., pm_...).",
382
+ "The Stripe subscription ID (e.g., sub_...). Obtain it from List/Search Subscriptions.": "The Stripe subscription ID (e.g., sub_...). Obtain it from List/Search Subscriptions.",
383
+ "If true, the subscription stays active until the end of the current billing period. If false, it cancels immediately.": "If true, the subscription stays active until the end of the current billing period. If false, it cancels immediately.",
384
+ "Behavior after purchase completes. Defaults to Stripe's hosted confirmation page.": "Behavior after purchase completes. Defaults to Stripe's hosted confirmation page.",
385
+ "URL to redirect to after a successful purchase. Only used when behavior is \"Redirect to URL\".": "URL to redirect to after a successful purchase. Only used when behavior is \"Redirect to URL\".",
386
+ "Allow the customer to enter a promotion code.": "Allow the customer to enter a promotion code.",
387
+ "Whether Checkout collects the customer's billing address.": "Whether Checkout collects the customer's billing address.",
388
+ "The payment link ID (e.g., plink_...). Obtain it from List Payment Links.": "The payment link ID (e.g., plink_...). Obtain it from List Payment Links.",
389
+ "The Stripe payout ID (e.g., po_...). Obtain it from List Payouts.": "The Stripe payout ID (e.g., po_...). Obtain it from List Payouts.",
390
+ "Filter to customers with this exact email.": "Filter to customers with this exact email.",
391
+ "Number of customers to return (1-100, default 10).": "Number of customers to return (1-100, default 10).",
392
+ "A customer ID; returns the page of results after this cursor for pagination.": "A customer ID; returns the page of results after this cursor for pagination.",
393
+ "The PaymentIntent ID (e.g., pi_...) to confirm. Obtain it from List/Search Payment Intents.": "The PaymentIntent ID (e.g., pi_...) to confirm. Obtain it from List/Search Payment Intents.",
394
+ "The PaymentMethod ID to use (e.g., pm_...).": "The PaymentMethod ID to use (e.g., pm_...).",
395
+ "URL to redirect to after authentication. Required for redirect-based payment methods.": "URL to redirect to after authentication. Required for redirect-based payment methods.",
396
+ "The PaymentIntent ID (e.g., pi_...) to cancel. Obtain it from List/Search Payment Intents.": "The PaymentIntent ID (e.g., pi_...) to cancel. Obtain it from List/Search Payment Intents.",
397
+ "An optional reason for the cancellation.": "An optional reason for the cancellation.",
398
+ "The PaymentIntent ID (e.g., pi_...) to capture. Obtain it from List/Search Payment Intents.": "The PaymentIntent ID (e.g., pi_...) to capture. Obtain it from List/Search Payment Intents.",
399
+ "The amount to capture in the smallest currency unit (e.g., 1050 for $10.50). Defaults to the full authorized amount.": "The amount to capture in the smallest currency unit (e.g., 1050 for $10.50). Defaults to the full authorized amount.",
400
+ "If true, the remaining uncaptured amount is released back to the customer.": "If true, the remaining uncaptured amount is released back to the customer.",
401
+ "A set of key-value pairs to attach.": "A set of key-value pairs to attach.",
402
+ "Filter to PaymentIntents for this customer (cus_...).": "Filter to PaymentIntents for this customer (cus_...).",
403
+ "Only return PaymentIntents created at or after this time.": "Only return PaymentIntents created at or after this time.",
404
+ "Only return PaymentIntents created at or before this time.": "Only return PaymentIntents created at or before this time.",
405
+ "Number to return (1-100, default 10).": "Number to return (1-100, default 10).",
406
+ "A PaymentIntent ID cursor for pagination.": "A PaymentIntent ID cursor for pagination.",
407
+ "A Stripe search query (e.g. status:'succeeded' AND amount>1000).": "A Stripe search query (e.g. status:'succeeded' AND amount>1000).",
408
+ "The Stripe charge ID (e.g., ch_...). Obtain it from List Charges or Search Charges.": "The Stripe charge ID (e.g., ch_...). Obtain it from List Charges or Search Charges.",
409
+ "Filter to charges for this customer (cus_...).": "Filter to charges for this customer (cus_...).",
410
+ "Filter to charges for this PaymentIntent (pi_...).": "Filter to charges for this PaymentIntent (pi_...).",
411
+ "A Stripe search query (e.g. metadata['order_id']:'6735').": "A Stripe search query (e.g. metadata['order_id']:'6735').",
412
+ "The Stripe refund ID (e.g., re_...). Obtain it from List Refunds.": "The Stripe refund ID (e.g., re_...). Obtain it from List Refunds.",
413
+ "Filter to refunds for this PaymentIntent (pi_...).": "Filter to refunds for this PaymentIntent (pi_...).",
414
+ "Filter to refunds for this charge (ch_...).": "Filter to refunds for this charge (ch_...).",
415
+ "Filter to invoices for this customer (cus_...).": "Filter to invoices for this customer (cus_...).",
416
+ "Filter by invoice status.": "Filter by invoice status.",
417
+ "Filter to invoices for this subscription (sub_...).": "Filter to invoices for this subscription (sub_...).",
418
+ "A Stripe search query (e.g. total>1000 AND status:'paid').": "A Stripe search query (e.g. total>1000 AND status:'paid').",
419
+ "The draft invoice ID (e.g., in_...). Obtain it from List/Search Invoices.": "The draft invoice ID (e.g., in_...). Obtain it from List/Search Invoices.",
420
+ "If true, Stripe automatically collects the invoice (sends/charges per its settings) after finalizing.": "If true, Stripe automatically collects the invoice (sends/charges per its settings) after finalizing.",
421
+ "The finalized invoice ID (e.g., in_...). Obtain it from List/Search Invoices.": "The finalized invoice ID (e.g., in_...). Obtain it from List/Search Invoices.",
422
+ "The line items to add to the invoice.": "The line items to add to the invoice.",
423
+ "The invoice ID (e.g., in_...). Obtain it from List/Search Invoices.": "The invoice ID (e.g., in_...). Obtain it from List/Search Invoices.",
424
+ "The Stripe customer ID (e.g., cus_...). Obtain it from Search/List Customers.": "The Stripe customer ID (e.g., cus_...). Obtain it from Search/List Customers.",
425
+ "The amount in the smallest currency unit (e.g., 1050 for $10.50). Raw integer, not a decimal.": "The amount in the smallest currency unit (e.g., 1050 for $10.50). Raw integer, not a decimal.",
426
+ "Attach to this specific draft invoice (in_...) instead of the next upcoming one.": "Attach to this specific draft invoice (in_...) instead of the next upcoming one.",
427
+ "Use a price ID (price_...) instead of an ad-hoc amount. If set, leave Amount/Currency blank.": "Use a price ID (price_...) instead of an ad-hoc amount. If set, leave Amount/Currency blank.",
428
+ "The product ID (e.g., prod_...). Obtain it from List/Search Products.": "The product ID (e.g., prod_...). Obtain it from List/Search Products.",
429
+ "Set to false to archive the product.": "Set to false to archive the product.",
430
+ "Filter by active state.": "Filter by active state.",
431
+ "A Stripe search query (e.g. name~'shirt').": "A Stripe search query (e.g. name~'shirt').",
432
+ "The price ID (e.g., price_...). Obtain it from List/Search Prices.": "The price ID (e.g., price_...). Obtain it from List/Search Prices.",
433
+ "Set to false to archive the price.": "Set to false to archive the price.",
434
+ "Filter to prices for this product (prod_...).": "Filter to prices for this product (prod_...).",
435
+ "Three-letter ISO currency code (e.g., usd).": "Three-letter ISO currency code (e.g., usd).",
436
+ "A Stripe search query (e.g. lookup_key:'standard_monthly').": "A Stripe search query (e.g. lookup_key:'standard_monthly').",
437
+ "The subscription ID (e.g., sub_...). Obtain it from List/Search Subscriptions.": "The subscription ID (e.g., sub_...). Obtain it from List/Search Subscriptions.",
438
+ "New/updated items. To modify an existing item include its subscription-item id; to add one supply a price.": "New/updated items. To modify an existing item include its subscription-item id; to add one supply a price.",
439
+ "Filter to subscriptions for this customer (cus_...).": "Filter to subscriptions for this customer (cus_...).",
440
+ "Filter to subscriptions containing this price (price_...).": "Filter to subscriptions containing this price (price_...).",
441
+ "The Checkout mode.": "The Checkout mode.",
442
+ "The prices and quantities. Required for payment and subscription modes.": "The prices and quantities. Required for payment and subscription modes.",
443
+ "URL to redirect to after successful payment.": "URL to redirect to after successful payment.",
444
+ "URL to redirect to if the customer cancels.": "URL to redirect to if the customer cancels.",
445
+ "An existing customer (cus_...) to associate with the session.": "An existing customer (cus_...) to associate with the session.",
446
+ "The Checkout Session ID (e.g., cs_...). Obtain it from List Checkout Sessions.": "The Checkout Session ID (e.g., cs_...). Obtain it from List Checkout Sessions.",
447
+ "Filter to sessions for this customer (cus_...).": "Filter to sessions for this customer (cus_...).",
448
+ "Filter to the session for this PaymentIntent (pi_...).": "Filter to the session for this PaymentIntent (pi_...).",
449
+ "The PaymentMethod type (e.g., card).": "The PaymentMethod type (e.g., card).",
450
+ "A single-use card token (e.g., tok_visa or a Stripe.js token). Required for card type. Do NOT pass a raw card number.": "A single-use card token (e.g., tok_visa or a Stripe.js token). Required for card type. Do NOT pass a raw card number.",
451
+ "The PaymentMethod ID (e.g., pm_...) to attach. Obtain it from Create Payment Method or List Customer Payment Methods.": "The PaymentMethod ID (e.g., pm_...) to attach. Obtain it from Create Payment Method or List Customer Payment Methods.",
452
+ "The customer ID (e.g., cus_...) to attach the PaymentMethod to.": "The customer ID (e.g., cus_...) to attach the PaymentMethod to.",
453
+ "The PaymentMethod ID (e.g., pm_...). Obtain it from List Customer Payment Methods.": "The PaymentMethod ID (e.g., pm_...). Obtain it from List Customer Payment Methods.",
454
+ "The customer ID (e.g., cus_...). Obtain it from Search/List Customers.": "The customer ID (e.g., cus_...). Obtain it from Search/List Customers.",
455
+ "Filter by PaymentMethod type (e.g., card).": "Filter by PaymentMethod type (e.g., card).",
456
+ "Percentage discount (e.g., 25 for 25%). Use this OR Amount Off.": "Percentage discount (e.g., 25 for 25%). Use this OR Amount Off.",
457
+ "Flat discount in the smallest currency unit (e.g., 500 for $5.00). Requires Currency.": "Flat discount in the smallest currency unit (e.g., 500 for $5.00). Requires Currency.",
458
+ "Three-letter ISO currency code. Required with Amount Off.": "Three-letter ISO currency code. Required with Amount Off.",
459
+ "How long the discount applies.": "How long the discount applies.",
460
+ "Number of months the discount lasts. Required if duration is repeating.": "Number of months the discount lasts. Required if duration is repeating.",
461
+ "Name shown to customers on invoices/receipts.": "Name shown to customers on invoices/receipts.",
462
+ "A custom unique coupon ID. If omitted, Stripe generates one. Reusing an existing id returns an error.": "A custom unique coupon ID. If omitted, Stripe generates one. Reusing an existing id returns an error.",
463
+ "The coupon ID. Obtain it from List Coupons.": "The coupon ID. Obtain it from List Coupons.",
464
+ "The coupon ID this promotion code applies. Obtain it from List Coupons or Create Coupon.": "The coupon ID this promotion code applies. Obtain it from List Coupons or Create Coupon.",
465
+ "The customer-facing code (e.g., SUMMER25). If omitted, Stripe generates one.": "The customer-facing code (e.g., SUMMER25). If omitted, Stripe generates one.",
466
+ "Restrict the code to this customer (cus_...).": "Restrict the code to this customer (cus_...).",
467
+ "Maximum number of times the code can be redeemed.": "Maximum number of times the code can be redeemed.",
468
+ "When the promotion code expires.": "When the promotion code expires.",
469
+ "The promotion code ID (e.g., promo_...). Obtain it from List Promotion Codes.": "The promotion code ID (e.g., promo_...). Obtain it from List Promotion Codes.",
470
+ "Filter to codes for this coupon.": "Filter to codes for this coupon.",
471
+ "Filter to the literal code string (e.g., SUMMER25).": "Filter to the literal code string (e.g., SUMMER25).",
472
+ "Filter by transaction type (e.g., charge, refund, payout).": "Filter by transaction type (e.g., charge, refund, payout).",
473
+ "Filter to transactions paid out in this payout (po_...).": "Filter to transactions paid out in this payout (po_...).",
474
+ "Name shown to customers (e.g., VAT).": "Name shown to customers (e.g., VAT).",
475
+ "The tax rate percentage (e.g., 20 for 20%).": "The tax rate percentage (e.g., 20 for 20%).",
476
+ "Whether the tax is included in the price.": "Whether the tax is included in the price.",
477
+ "Optional jurisdiction text (e.g., UK).": "Optional jurisdiction text (e.g., UK).",
478
+ "Two-letter ISO country code.": "Two-letter ISO country code.",
479
+ "The tax rate ID (e.g., txr_...). Obtain it from List Tax Rates.": "The tax rate ID (e.g., txr_...). Obtain it from List Tax Rates.",
480
+ "The finalized invoice ID (e.g., in_...) to credit. Obtain it from List/Search Invoices.": "The finalized invoice ID (e.g., in_...) to credit. Obtain it from List/Search Invoices.",
481
+ "Total amount of the credit note, in the smallest currency unit (e.g., 500 for $5.00). Stripe requires this (or itemized lines); it must not exceed the invoice total. By default the full amount credits the customer balance unless you also set Credit Amount / Refund Amount to split it.": "Total amount of the credit note, in the smallest currency unit (e.g., 500 for $5.00). Stripe requires this (or itemized lines); it must not exceed the invoice total. By default the full amount credits the customer balance unless you also set Credit Amount / Refund Amount to split it.",
482
+ "The amount to credit to the customer balance, in the smallest currency unit (e.g., 500 for $5.00).": "The amount to credit to the customer balance, in the smallest currency unit (e.g., 500 for $5.00).",
483
+ "The amount to refund, in the smallest currency unit. Refunds against the original payment.": "The amount to refund, in the smallest currency unit. Refunds against the original payment.",
484
+ "The credit note ID (e.g., cn_...). Obtain it from List Credit Notes.": "The credit note ID (e.g., cn_...). Obtain it from List Credit Notes.",
485
+ "Filter to credit notes for this invoice (in_...).": "Filter to credit notes for this invoice (in_...).",
486
+ "Filter to credit notes for this customer (cus_...).": "Filter to credit notes for this customer (cus_...).",
487
+ "Filter by event type (e.g., invoice.paid, charge.refunded).": "Filter by event type (e.g., invoice.paid, charge.refunded).",
488
+ "The event ID (e.g., evt_...). Obtain it from List Events or a webhook payload.": "The event ID (e.g., evt_...). Obtain it from List Events or a webhook payload.",
489
+ "The dispute ID (e.g., dp_...). Obtain it from List Disputes.": "The dispute ID (e.g., dp_...). Obtain it from List Disputes.",
490
+ "Filter to disputes for this charge (ch_...).": "Filter to disputes for this charge (ch_...).",
491
+ "Filter to disputes for this PaymentIntent (pi_...).": "Filter to disputes for this PaymentIntent (pi_...).",
492
+ "Filter to transfers to this connected account (acct_...).": "Filter to transfers to this connected account (acct_...).",
493
+ "A Stripe dispute evidence object (e.g., {\"product_description\":\"...\",\"customer_name\":\"...\"}).": "A Stripe dispute evidence object (e.g., {\"product_description\":\"...\",\"customer_name\":\"...\"}).",
494
+ "If true, finalizes and submits the evidence to the bank. This cannot be undone.": "If true, finalizes and submits the evidence to the bank. This cannot be undone.",
495
+ "The dispute ID (e.g., dp_...) to concede. Obtain it from List Disputes.": "The dispute ID (e.g., dp_...) to concede. Obtain it from List Disputes.",
142
496
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
143
497
  "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
144
498
  "All Statuses": "All Statuses",
@@ -173,13 +527,44 @@
173
527
  "Redirect to URL": "Redirect to URL",
174
528
  "Auto": "Auto",
175
529
  "Required": "Required",
530
+ "Automatic": "Automatic",
531
+ "Manual (authorize only)": "Manual (authorize only)",
532
+ "Charge automatically": "Charge automatically",
533
+ "Send invoice (email)": "Send invoice (email)",
534
+ "Abandoned": "Abandoned",
535
+ "Draft": "Draft",
536
+ "Open": "Open",
537
+ "Paid": "Paid",
538
+ "Uncollectible": "Uncollectible",
539
+ "Void": "Void",
540
+ "Active only": "Active only",
541
+ "Inactive only": "Inactive only",
542
+ "One-time": "One-time",
543
+ "Recurring": "Recurring",
544
+ "Create Prorations": "Create Prorations",
545
+ "None": "None",
546
+ "Always Invoice": "Always Invoice",
547
+ "All": "All",
548
+ "Payment (one-time)": "Payment (one-time)",
549
+ "Setup (save payment method)": "Setup (save payment method)",
550
+ "Complete": "Complete",
551
+ "Expired": "Expired",
552
+ "Once": "Once",
553
+ "Repeating": "Repeating",
554
+ "Forever": "Forever",
555
+ "Pending": "Pending",
556
+ "In Transit": "In Transit",
557
+ "Failed": "Failed",
558
+ "Inclusive only": "Inclusive only",
559
+ "Exclusive only": "Exclusive only",
560
+ "Order Change": "Order Change",
561
+ "Product Unsatisfactory": "Product Unsatisfactory",
176
562
  "GET": "GET",
177
563
  "POST": "POST",
178
564
  "PATCH": "PATCH",
179
565
  "PUT": "PUT",
180
566
  "DELETE": "DELETE",
181
567
  "HEAD": "HEAD",
182
- "None": "None",
183
568
  "JSON": "JSON",
184
569
  "Form Data": "Form Data",
185
570
  "Raw": "Raw",
@@ -209,10 +594,6 @@
209
594
  "Fires when a new Payment Link is created.": "Fires when a new Payment Link is created.",
210
595
  "Fires when an existing subscription is changed.": "Fires when an existing subscription is changed.",
211
596
  "Fires when a Stripe Checkout Session is successfully completed.": "Fires when a Stripe Checkout Session is successfully completed.",
212
- "Status": "Status",
213
- "Subscription ID": "Subscription ID",
214
- "Charge ID": "Charge ID",
215
- "Payment Intent ID": "Payment Intent ID",
216
597
  "New Status": "New Status",
217
598
  "Only trigger for invoices with this status.": "Only trigger for invoices with this status.",
218
599
  "Only trigger for invoices belonging to this customer ID (e.g., `cus_...`).": "Only trigger for invoices belonging to this customer ID (e.g., `cus_...`).",
@@ -224,10 +605,5 @@
224
605
  "Only trigger for disputes related to this Payment Intent ID (e.g., `pi_...`).": "Only trigger for disputes related to this Payment Intent ID (e.g., `pi_...`).",
225
606
  "Only trigger when the subscription is updated to this status.": "Only trigger when the subscription is updated to this status.",
226
607
  "Only trigger for checkout sessions created by this customer ID (e.g., `cus_...`).": "Only trigger for checkout sessions created by this customer ID (e.g., `cus_...`).",
227
- "Draft": "Draft",
228
- "Open": "Open",
229
- "Paid": "Paid",
230
- "Uncollectible": "Uncollectible",
231
- "Void": "Void",
232
608
  "Incomplete - Expired": "Incomplete - Expired"
233
609
  }