@activepieces/piece-stripe 0.5.15 → 0.6.0
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 +9 -15
- package/src/i18n/de.json +151 -3
- package/src/i18n/es.json +151 -3
- package/src/i18n/fr.json +151 -3
- package/src/i18n/ja.json +151 -3
- package/src/i18n/nl.json +151 -3
- package/src/i18n/pt.json +151 -3
- package/src/i18n/translation.json +151 -2
- package/src/i18n/zh.json +151 -3
- package/src/index.js +1 -1
- package/src/index.js.map +1 -1
- package/src/lib/actions/cancel-subscription.d.ts +1 -1
- package/src/lib/actions/cancel-subscription.js +1 -1
- package/src/lib/actions/cancel-subscription.js.map +1 -1
- package/src/lib/actions/create-customer.js +1 -1
- package/src/lib/actions/create-customer.js.map +1 -1
- package/src/lib/actions/create-invoice.js +1 -1
- package/src/lib/actions/create-invoice.js.map +1 -1
- package/src/lib/actions/create-payment-intent.d.ts +1 -1
- package/src/lib/actions/create-payment-intent.js +1 -1
- package/src/lib/actions/create-payment-intent.js.map +1 -1
- package/src/lib/actions/create-payment-link.js +1 -1
- package/src/lib/actions/create-payment-link.js.map +1 -1
- package/src/lib/actions/create-price.d.ts +1 -1
- package/src/lib/actions/create-price.js +1 -1
- package/src/lib/actions/create-price.js.map +1 -1
- package/src/lib/actions/create-product.js +1 -1
- package/src/lib/actions/create-product.js.map +1 -1
- package/src/lib/actions/create-refund.d.ts +1 -1
- package/src/lib/actions/create-refund.js +1 -1
- package/src/lib/actions/create-refund.js.map +1 -1
- package/src/lib/actions/create-subscription.d.ts +1 -1
- package/src/lib/actions/create-subscription.js +1 -1
- package/src/lib/actions/create-subscription.js.map +1 -1
- package/src/lib/actions/deactivate-payment-link.d.ts +1 -1
- package/src/lib/actions/deactivate-payment-link.js +1 -1
- package/src/lib/actions/deactivate-payment-link.js.map +1 -1
- package/src/lib/actions/find-invoice.d.ts +1 -1
- package/src/lib/actions/find-invoice.js +1 -1
- package/src/lib/actions/find-invoice.js.map +1 -1
- package/src/lib/actions/retrieve-customer.js +1 -1
- package/src/lib/actions/retrieve-customer.js.map +1 -1
- package/src/lib/actions/retrieve-invoice.d.ts +1 -1
- package/src/lib/actions/retrieve-invoice.js +1 -1
- package/src/lib/actions/retrieve-invoice.js.map +1 -1
- package/src/lib/actions/retrieve-payment-intent.d.ts +1 -1
- package/src/lib/actions/retrieve-payment-intent.js +1 -1
- package/src/lib/actions/retrieve-payment-intent.js.map +1 -1
- package/src/lib/actions/retrieve-payout.d.ts +1 -1
- package/src/lib/actions/retrieve-payout.js +1 -1
- package/src/lib/actions/retrieve-payout.js.map +1 -1
- package/src/lib/actions/search-customer.js +1 -1
- package/src/lib/actions/search-customer.js.map +1 -1
- package/src/lib/actions/search-subscriptions.js +2 -2
- package/src/lib/actions/search-subscriptions.js.map +1 -1
- package/src/lib/actions/update-customer.d.ts +1 -1
- package/src/lib/actions/update-customer.js +1 -1
- package/src/lib/actions/update-customer.js.map +1 -1
- package/src/lib/common/index.d.ts +8 -8
- package/src/lib/common/index.js +17 -8
- package/src/lib/common/index.js.map +1 -1
- package/src/lib/trigger/canceled-subscription.js +3 -3
- package/src/lib/trigger/canceled-subscription.js.map +1 -1
- package/src/lib/trigger/checkout-session-completed.js +3 -3
- package/src/lib/trigger/checkout-session-completed.js.map +1 -1
- package/src/lib/trigger/invoice-payment-failed.js +3 -3
- package/src/lib/trigger/invoice-payment-failed.js.map +1 -1
- package/src/lib/trigger/new-charge.js +3 -3
- package/src/lib/trigger/new-charge.js.map +1 -1
- package/src/lib/trigger/new-customer.js +3 -3
- package/src/lib/trigger/new-customer.js.map +1 -1
- package/src/lib/trigger/new-dispute.js +3 -3
- package/src/lib/trigger/new-dispute.js.map +1 -1
- package/src/lib/trigger/new-invoice.js +3 -3
- package/src/lib/trigger/new-invoice.js.map +1 -1
- package/src/lib/trigger/new-payment-link.js +3 -3
- package/src/lib/trigger/new-payment-link.js.map +1 -1
- package/src/lib/trigger/new-payment.js +3 -3
- package/src/lib/trigger/new-payment.js.map +1 -1
- package/src/lib/trigger/new-refund.js +3 -3
- package/src/lib/trigger/new-refund.js.map +1 -1
- package/src/lib/trigger/new-subscription.js +3 -3
- package/src/lib/trigger/new-subscription.js.map +1 -1
- package/src/lib/trigger/payment-failed.js +3 -3
- package/src/lib/trigger/payment-failed.js.map +1 -1
- package/src/lib/trigger/updated-subscription.js +3 -3
- package/src/lib/trigger/updated-subscription.js.map +1 -1
package/src/i18n/nl.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Stripe": "Stripe",
|
|
3
2
|
"Online payment processing for internet businesses": "Online betalingsverwerking voor internetbedrijven",
|
|
4
3
|
"Secret key acquired from your Stripe dashboard": "Geheime sleutel verkregen van uw Stripe dashboard",
|
|
5
4
|
"Create Customer": "Klant aanmaken",
|
|
@@ -7,12 +6,38 @@
|
|
|
7
6
|
"Search Customer": "Klant zoeken",
|
|
8
7
|
"Search Subscriptions": "Zoek abonnementen",
|
|
9
8
|
"Retrieve Customer": "Klant ophalen",
|
|
9
|
+
"Update Customer": "Klant bijwerken",
|
|
10
|
+
"Create Payment (Payment Intent)": "Betaling aanmaken (Payment Intent)",
|
|
11
|
+
"Create Product": "Product aanmaken",
|
|
12
|
+
"Create Price": "Prijs aanmaken",
|
|
13
|
+
"Create Subscription": "Abonnement aanmaken",
|
|
14
|
+
"Cancel Subscription": "Abonnement annuleren",
|
|
15
|
+
"Retrieve an Invoice": "Haal een factuur op",
|
|
16
|
+
"Retrieve a Payout": "Haal een uitbetaling op",
|
|
17
|
+
"Create a Refund": "Maak een terugbetaling aan",
|
|
18
|
+
"Create Payment Link": "Maak Payment Link",
|
|
19
|
+
"Deactivate Payment Link": "Betalingslink deactiveren",
|
|
20
|
+
"Find Payment (by Payment Intent ID)": "Zoek betaling (via betaling Intent ID)",
|
|
21
|
+
"Find Invoice": "Factuur zoeken",
|
|
10
22
|
"Custom API Call": "Custom API Call",
|
|
11
23
|
"Create a customer in stripe": "Maak een klant aan met streep",
|
|
12
24
|
"Create an Invoice in stripe": "Maak een factuur in streep",
|
|
13
25
|
"Search for a customer in stripe by email": "Zoek naar een klant in een streep per e-mail",
|
|
14
26
|
"Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Zoeken naar abonnementen op prijs-ID, status, klant-ID en andere filters, inclusief klantgegevens",
|
|
15
27
|
"Retrieve a customer in stripe by id": "Haal een klant op in strep met id",
|
|
28
|
+
"Modify an existing customer’s details.": "Wijzig bestaande klantgegevens.",
|
|
29
|
+
"Creates a new payment intent to start a payment flow.": "Maakt een nieuwe betalingsintentie aan om een betalingsstroom te starten.",
|
|
30
|
+
"Create a new product object in Stripe.": "Maak een nieuw product object in Stripe.",
|
|
31
|
+
"Create a price (one-time or recurring), associated with a product.": "Creëer een prijs (eenmalig of herhalend), gekoppeld aan een product.",
|
|
32
|
+
"Start a subscription for a customer with specified items/prices.": "Start een abonnement voor een klant met opgegeven artikelen/prijzen.",
|
|
33
|
+
"Cancel an existing subscription, either immediately or at the end of the current billing period.": "Annuleer een bestaand abonnement, onmiddellijk of aan het einde van de huidige factureringsperiode.",
|
|
34
|
+
"Retrieves the details of an existing invoice by its ID.": "Haal de details van een bestaande factuur op via zijn ID.",
|
|
35
|
+
"Retrieves the details of an existing payout by its ID.": "Haal de details op van een bestaande uitbetaling via de ID ervan.",
|
|
36
|
+
"Create a full or partial refund for a payment.": "Maak een volledige of gedeeltelijke terugbetaling aan voor een betaling.",
|
|
37
|
+
"Creates a shareable, Stripe-hosted payment link for one-time purchases or subscriptions.": "Maakt een deelbare, Stripe-hosted betalingslink aan voor eenmalige aankopen of abonnementen.",
|
|
38
|
+
"Disable or deactivate a Payment Link so it can no longer be used.": "Schakel een betalingslink uit of deactiveer deze zodat deze niet meer kan worden gebruikt.",
|
|
39
|
+
"Retrieves the details of a payment by its unique Payment Intent ID.": "Haal de details van een betaling op via zijn unieke betalings Intent ID.",
|
|
40
|
+
"Finds an invoice by its unique ID.": "Vindt een factuur met zijn unieke ID.",
|
|
16
41
|
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
17
42
|
"Email": "E-mail",
|
|
18
43
|
"Name": "Naam",
|
|
@@ -33,6 +58,38 @@
|
|
|
33
58
|
"Fetch All Results": "Alle resultaten ophalen",
|
|
34
59
|
"Include Customer Details": "Klantgegevens insluiten",
|
|
35
60
|
"ID": "ID",
|
|
61
|
+
"Customer": "Klant",
|
|
62
|
+
"Amount": "Hoeveelheid",
|
|
63
|
+
"Payment Method ID": "Betalingsmethode ID",
|
|
64
|
+
"Confirm Payment Immediately": "Betaling onmiddellijk bevestigen",
|
|
65
|
+
"Return URL": "Retour URL",
|
|
66
|
+
"Receipt Email": "Ontvangstbewijs e-mail",
|
|
67
|
+
"Product Name": "Product Naam",
|
|
68
|
+
"Active": "Actief",
|
|
69
|
+
"Image URLs": "Afbeelding URLs",
|
|
70
|
+
"Product URL": "Product URL",
|
|
71
|
+
"Metadata": "Metagegevens",
|
|
72
|
+
"Product": "product",
|
|
73
|
+
"Unit Amount": "Hoeveelheid eenheid",
|
|
74
|
+
"Billing Interval": "Facturering interval",
|
|
75
|
+
"Interval Count": "Aantal Interval",
|
|
76
|
+
"Subscription Items": "Abonnement items",
|
|
77
|
+
"Collection Method": "Collectie Methode",
|
|
78
|
+
"Days Until Due": "Dagen tot vervaldatum",
|
|
79
|
+
"Trial Period (Days)": "Proef Periode (dagen)",
|
|
80
|
+
"Default Payment Method ID": "ID standaard betalingsmethode",
|
|
81
|
+
"Subscription": "Abbonnement",
|
|
82
|
+
"Cancel at Period End": "Annuleren op einde van de periode",
|
|
83
|
+
"Invoice": "Factuur",
|
|
84
|
+
"Payout": "Uitbetaling",
|
|
85
|
+
"Payment Intent": "Betaling Intent",
|
|
86
|
+
"Reason": "Reden",
|
|
87
|
+
"Line Items": "Posities regel",
|
|
88
|
+
"After Completion Behavior": "Na afwerking gedrag",
|
|
89
|
+
"Redirect URL": "Omleidings URL",
|
|
90
|
+
"Allow Promotion Codes": "Promotie Codes Toestaan",
|
|
91
|
+
"Billing Address Collection": "Facturatieadres verzameling",
|
|
92
|
+
"Payment Link": "Betaling Link",
|
|
36
93
|
"Method": "Methode",
|
|
37
94
|
"Headers": "Kopteksten",
|
|
38
95
|
"Query Parameters": "Query parameters",
|
|
@@ -51,10 +108,38 @@
|
|
|
51
108
|
"Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximum aantal terugkerende abonnementen (standaard: 100, zet op 0 voor alles)",
|
|
52
109
|
"Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Ophalen van alle overeenkomende abonnementen (negeert limiet, kan langer duren voor grote datasets)",
|
|
53
110
|
"Fetch detailed customer information for each subscription": "Ophalen van gedetailleerde klantinformatie voor elk abonnement",
|
|
111
|
+
"The amount to charge, in a decimal format (e.g., 10.50 for $10.50).": "Het bedrag om te laden, in een decimaal formaat (bijv. 10,50 voor $10,50).",
|
|
112
|
+
"The three-letter ISO code for the currency.": "De drie-letterige ISO-code voor de valuta.",
|
|
113
|
+
"The ID of the Payment Method to attach (e.g., `pm_...`). Required if you want to confirm the payment immediately.": "Het ID van de betalingsmethode om toe te voegen (bv. 'pm_...'. Vereist als u de betaling direct wilt bevestigen.",
|
|
114
|
+
"If true, Stripe will attempt to charge the provided payment method. A `Payment Method ID` is required.": "Indien waar, zal Stripe proberen de opgegeven betaalmethode in rekening te brengen. Een `betalingsmethode ID` is vereist.",
|
|
115
|
+
"The URL to redirect your customer back to after they authenticate their payment. Required when confirming the payment.": "De URL om uw klant terug te verwijzen naar nadat ze hun betaling hebben geverifieerd. Vereist bij het bevestigen van de betaling.",
|
|
116
|
+
"The email address to send a receipt to. This will override the customer's email address.": "Het e-mailadres waar een betaalbewijs naar moet worden verzonden. Dit overschrijft het e-mailadres van de klant.",
|
|
117
|
+
"The product’s name, meant to be displayable to the customer.": "De naam van het product is bedoeld om weer te geven aan de klant.",
|
|
118
|
+
"The product’s description, meant to be displayable to the customer.": "De beschrijving van het product, bedoeld om weer te geven aan de klant.",
|
|
119
|
+
"Whether the product is currently available for purchase. Defaults to true.": "Of het product momenteel beschikbaar is voor aankoop. Standaard waar.",
|
|
120
|
+
"A list of up to 8 URLs of images for this product.": "Een lijst met maximaal 8 URL's van afbeeldingen voor dit product.",
|
|
121
|
+
"A publicly-accessible online page for this product.": "Een openbaar toegankelijke online pagina voor dit product.",
|
|
122
|
+
"A set of key-value pairs to store additional information about the product.": "Een set van sleutelwaarde paren om extra informatie over het product op te slaan.",
|
|
123
|
+
"The price amount as a decimal, for example, 25.50 for $25.50.": "Het prijsbedrag als decimaal bijvoorbeeld 25,50 voor $25,50.",
|
|
124
|
+
"Specify the billing frequency. Select 'One-Time' for a single, non-recurring payment.": "Specificeer de factureringsfrequentie. Selecteer 'One-Time' voor een enkele, niet-herhalende betaling.",
|
|
125
|
+
"The number of intervals between subscription billings (e.g., for billing every 3 months, set Interval to Monthly and Interval Count to 3). Only used for recurring prices.": "Het aantal intervallen tussen abonnementskosten (bijv. voor facturering elke 3 maanden, stel Interval in op Maandelijkse en Interval Count op 3). Wordt alleen gebruikt voor terugkerende prijzen.",
|
|
126
|
+
"A list of prices to subscribe the customer to.": "Een lijst van prijzen waarop de klant zich kan abonneren.",
|
|
127
|
+
"How to collect payment. 'charge_automatically' will try to bill the default payment method. 'send_invoice' will email an invoice.": "Hoe de betaling te ontvangen. 'charge_automaticall' zal proberen de standaard betaalmethode in rekening te brengen. 'send_factuur' zal een factuur e-mailen.",
|
|
128
|
+
"Number of days before an invoice is due. Required if Collection Method is 'Send Invoice'.": "Aantal dagen voordat een factuur achterstallig is. Vereist als Collectie Methode 'Stuur factuur' is.",
|
|
129
|
+
"Integer representing the number of trial days the customer receives before the subscription bills for the first time.": "Geheel getal dat het aantal proefdagen weergeeft dat de klant voor de eerste keer de rekening van het abonnement ontvangt.",
|
|
130
|
+
"ID of the default payment method for the subscription (e.g., `pm_...`).": "ID van de standaard betalingsmethode voor het abonnement (bijv. `pm_...`).",
|
|
131
|
+
"If true, the subscription remains active until the end of the current billing period. If false, it cancels immediately.": "Indien waar, het abonnement blijft actief tot het einde van de huidige factureringsperiode. Indien onwaar, wordt het onmiddellijk geannuleerd.",
|
|
132
|
+
"The amount to refund (e.g., 12.99). If left blank, a full refund will be issued.": "Het bedrag van de terugbetaling (bijv. 12.99). Indien niets is ingevuld wordt een volledige terugbetaling uitgegeven.",
|
|
133
|
+
"An optional reason for the refund.": "Een facultatieve reden voor de terugbetaling.",
|
|
134
|
+
"A set of key-value pairs to store additional information about the refund.": "Een reeks sleutelwaarde paren om extra informatie over de terugbetaling op te slaan.",
|
|
135
|
+
"The products and quantities to include in the payment link.": "De producten en hoeveelheden om op te nemen in de betalingslink.",
|
|
136
|
+
"Controls the behavior after the purchase is complete. Defaults to showing Stripe's hosted confirmation page.": "Bepaalt het gedrag nadat de aankoop is voltooid. Standaard wordt de bevestigingspagina van Stripe's weergegeven.",
|
|
137
|
+
"The URL to redirect the customer to after a successful purchase. Only used if the behavior is set to \"Redirect to URL\".": "De URL om de klant naar te verwijzen na een succesvolle aankoop. Wordt alleen gebruikt als het gedrag is ingesteld op \"Redirect naar URL\".",
|
|
138
|
+
"Enables the user to enter a promotion code on the Payment Link page.": "Maakt het mogelijk voor de gebruiker om een promotiecode in te voeren op de pagina Betalingslinks.",
|
|
139
|
+
"Describes whether Checkout should collect the customer’s billing address.": "Beschrijf of de kassa het factuuradres van de klant moet verzamelen.",
|
|
54
140
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
55
141
|
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
56
142
|
"All Statuses": "Alle statussen",
|
|
57
|
-
"Active": "Actief",
|
|
58
143
|
"Past Due": "Verleden vervaldatum",
|
|
59
144
|
"Unpaid": "Onbetaald",
|
|
60
145
|
"Canceled": "Geannuleerd",
|
|
@@ -62,6 +147,30 @@
|
|
|
62
147
|
"Incomplete Expired": "Onvolledig verlopen",
|
|
63
148
|
"Trialing": "Beproevingen",
|
|
64
149
|
"Paused": "Gepauzeerd",
|
|
150
|
+
"US Dollar": "Amerikaanse Dollar",
|
|
151
|
+
"Euro": "euro",
|
|
152
|
+
"Pound Sterling": "Pond Sterling",
|
|
153
|
+
"Australian Dollar": "Australische Dollar",
|
|
154
|
+
"Canadian Dollar": "Canadese Dollar",
|
|
155
|
+
"Swiss Franc": "Zwitserse frank",
|
|
156
|
+
"Chinese Yuan": "Chinese Yuan",
|
|
157
|
+
"Japanese Yen": "Japanse yen",
|
|
158
|
+
"Indian Rupee": "Indiase roepie",
|
|
159
|
+
"Singapore Dollar": "Singaporese Dollar",
|
|
160
|
+
"One-Time": "Eenmalig",
|
|
161
|
+
"Daily": "Dagelijks",
|
|
162
|
+
"Weekly": "wekelijks",
|
|
163
|
+
"Monthly": "maandelijks",
|
|
164
|
+
"Yearly": "Jaarlijks",
|
|
165
|
+
"Charge Automatically": "Automatisch opladen",
|
|
166
|
+
"Send Invoice": "Factuur verzenden",
|
|
167
|
+
"Duplicate": "Dupliceer",
|
|
168
|
+
"Fraudulent": "Frauduleus",
|
|
169
|
+
"Requested by Customer": "Aangevraagd door klant",
|
|
170
|
+
"Show Confirmation Page": "bevestigingspagina weergeven",
|
|
171
|
+
"Redirect to URL": "Omleiden naar URL",
|
|
172
|
+
"Auto": "Automatisch",
|
|
173
|
+
"Required": "vereist",
|
|
65
174
|
"GET": "KRIJG",
|
|
66
175
|
"POST": "POSTE",
|
|
67
176
|
"PATCH": "BEKIJK",
|
|
@@ -72,8 +181,47 @@
|
|
|
72
181
|
"New Customer": "Nieuwe klant",
|
|
73
182
|
"Payment Failed": "Betaling mislukt",
|
|
74
183
|
"New Subscription": "Nieuw abonnement",
|
|
184
|
+
"New Charge": "Nieuwe toeslag",
|
|
185
|
+
"New Invoice": "Nieuwe factuur",
|
|
186
|
+
"Invoice Payment Failed": "Factuur betaling mislukt",
|
|
187
|
+
"Canceled Subscription": "Abonnement geannuleerd",
|
|
188
|
+
"New Refund": "Nieuwe terugbetaling",
|
|
189
|
+
"New Dispute": "Nieuwe aanvechting",
|
|
190
|
+
"New Payment Link": "Nieuwe betalingslink",
|
|
191
|
+
"Updated Subscription": "Abonnement bijgewerkt",
|
|
192
|
+
"Checkout Session Completed": "Checkout sessie voltooid",
|
|
75
193
|
"Triggers when a new payment is made": "Triggert wanneer een nieuwe betaling wordt gedaan",
|
|
76
194
|
"Triggers when a new customer is created": "Triggert wanneer een nieuwe klant wordt aangemaakt",
|
|
77
195
|
"Triggers when a payment fails": "Triggert wanneer een betaling mislukt",
|
|
78
|
-
"Triggers when a new subscription is made": "Triggert wanneer een nieuw abonnement wordt gemaakt"
|
|
196
|
+
"Triggers when a new subscription is made": "Triggert wanneer een nieuw abonnement wordt gemaakt",
|
|
197
|
+
"Fires when a charge is successfully completed.": "Vuurt wanneer een lading succesvol is voltooid.",
|
|
198
|
+
"Fires when an invoice is created. Supports filters like status, customer, subscription.": "Vuurt wanneer een factuur is aangemaakt. Ondersteunt filters zoals status, klant, abonnement.",
|
|
199
|
+
"Fires when a payment against an invoice fails.": "Vuurt wanneer een betaling tegen een factuur mislukt.",
|
|
200
|
+
"Fires when a subscription is canceled.": "Schiet wanneer een abonnement wordt geannuleerd.",
|
|
201
|
+
"Fires when a charge is refunded (full or partial).": "Vuurt wanneer een vergoeding wordt terugbetaald (volledig of gedeeltelijk).",
|
|
202
|
+
"Fires when a customer disputes a charge.": "Vuurt af wanneer een klant een aanrekening betwist.",
|
|
203
|
+
"Fires when a new Payment Link is created.": "Vuurt wanneer een nieuwe betalingslink wordt aangemaakt.",
|
|
204
|
+
"Fires when an existing subscription is changed.": "Schiet wanneer een bestaand abonnement wordt gewijzigd.",
|
|
205
|
+
"Fires when a Stripe Checkout Session is successfully completed.": "Vuurt wanneer een Stripe Checkout sessie succesvol is voltooid.",
|
|
206
|
+
"Status": "status",
|
|
207
|
+
"Subscription ID": "Abonnement ID",
|
|
208
|
+
"Charge ID": "Opladen ID",
|
|
209
|
+
"Payment Intent ID": "Betaling Intent ID",
|
|
210
|
+
"New Status": "Nieuwe status",
|
|
211
|
+
"Only trigger for invoices with this status.": "Alleen activeren voor facturen met deze status.",
|
|
212
|
+
"Only trigger for invoices belonging to this customer ID (e.g., `cus_...`).": "Trigger alleen facturen die tot deze klant-ID behoren (bijv. `cus_...`).",
|
|
213
|
+
"Only trigger for invoices belonging to this subscription ID (e.g., `sub_...`).": "Alleen trigger voor facturen die tot dit abonnement-ID behoren (bijv. `sub_...`).",
|
|
214
|
+
"Only trigger for subscriptions belonging to this customer ID (e.g., `cus_...`).": "Alleen trigger voor abonnementen die tot deze klant-ID behoren (bijv. `cus_...`).",
|
|
215
|
+
"Only trigger for refunds related to this Charge ID (e.g., `ch_...`).": "Alleen trigger voor terugbetaling gerelateerd aan deze ladings-ID (bijv. `ch_...`).",
|
|
216
|
+
"Only trigger for refunds related to this Payment Intent ID (e.g., `pi_...`).": "Alleen trigger voor terugbetaling gerelateerd aan dit betalings Intent ID (bijv. `pi_...`).",
|
|
217
|
+
"Only trigger for disputes related to this Charge ID (e.g., `ch_...`).": "Alleen trigger voor geschillen die gerelateerd zijn aan deze ladings-ID (bijv. `ch_...`).",
|
|
218
|
+
"Only trigger for disputes related to this Payment Intent ID (e.g., `pi_...`).": "Alleen trigger voor geschillen die gerelateerd zijn aan deze Payment Intent ID (bijv. `pi_...`).",
|
|
219
|
+
"Only trigger when the subscription is updated to this status.": "Alleen trigger wanneer het abonnement wordt bijgewerkt naar deze status.",
|
|
220
|
+
"Only trigger for checkout sessions created by this customer ID (e.g., `cus_...`).": "Alleen trigger voor afrekensessies gemaakt door dit klanten-ID (bijv. `cus_...`).",
|
|
221
|
+
"Draft": "Concept",
|
|
222
|
+
"Open": "Open",
|
|
223
|
+
"Paid": "Betaald",
|
|
224
|
+
"Uncollectible": "Onverzamelbaar",
|
|
225
|
+
"Void": "Ongeldig",
|
|
226
|
+
"Incomplete - Expired": "Onvolledig - Verlopen"
|
|
79
227
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Stripe": "Stripe",
|
|
3
2
|
"Online payment processing for internet businesses": "Processamento de pagamento online para empresas de internet",
|
|
4
3
|
"Secret key acquired from your Stripe dashboard": "Chave secreta adquirida do seu painel do Stripe",
|
|
5
4
|
"Create Customer": "Criar Cliente",
|
|
@@ -7,12 +6,38 @@
|
|
|
7
6
|
"Search Customer": "Pesquisar Cliente",
|
|
8
7
|
"Search Subscriptions": "Pesquisar Assinaturas",
|
|
9
8
|
"Retrieve Customer": "Recuperar Cliente",
|
|
9
|
+
"Update Customer": "Atualizar Cliente",
|
|
10
|
+
"Create Payment (Payment Intent)": "Criar pagamento (tentativa de pagamento)",
|
|
11
|
+
"Create Product": "Criar Produto",
|
|
12
|
+
"Create Price": "Criar Preço",
|
|
13
|
+
"Create Subscription": "Criar Assinatura",
|
|
14
|
+
"Cancel Subscription": "Cancelar assinatura",
|
|
15
|
+
"Retrieve an Invoice": "Recuperar uma fatura",
|
|
16
|
+
"Retrieve a Payout": "Recuperar um Pagamento",
|
|
17
|
+
"Create a Refund": "Criar um reembolso",
|
|
18
|
+
"Create Payment Link": "Criar Link de Pagamento",
|
|
19
|
+
"Deactivate Payment Link": "Desativar link de pagamento",
|
|
20
|
+
"Find Payment (by Payment Intent ID)": "Encontrar pagamento (por ID Intenção de Pagamento)",
|
|
21
|
+
"Find Invoice": "Encontrar fatura",
|
|
10
22
|
"Custom API Call": "Chamada de API personalizada",
|
|
11
23
|
"Create a customer in stripe": "Criar um cliente na faixa",
|
|
12
24
|
"Create an Invoice in stripe": "Criar uma fatura em Stripe",
|
|
13
25
|
"Search for a customer in stripe by email": "Procure por um cliente no Stripe por e-mail",
|
|
14
26
|
"Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Pesquisar por assinaturas por ID de preço, status, ID de cliente e outros filtros, incluindo detalhes do cliente",
|
|
15
27
|
"Retrieve a customer in stripe by id": "Recuperar um cliente na faixa por identificação",
|
|
28
|
+
"Modify an existing customer’s details.": "Modificar dados de um cliente existente.",
|
|
29
|
+
"Creates a new payment intent to start a payment flow.": "Cria uma nova intenção de pagamento para iniciar um fluxo de pagamento.",
|
|
30
|
+
"Create a new product object in Stripe.": "Criar um novo objeto de produto no Stripe.",
|
|
31
|
+
"Create a price (one-time or recurring), associated with a product.": "Crie um preço (único ou recorrente), associado a um produto.",
|
|
32
|
+
"Start a subscription for a customer with specified items/prices.": "Inicie uma assinatura para um cliente com os itens/preços especificados.",
|
|
33
|
+
"Cancel an existing subscription, either immediately or at the end of the current billing period.": "Cancele uma assinatura existente, imediatamente ou no final do período de faturamento atual.",
|
|
34
|
+
"Retrieves the details of an existing invoice by its ID.": "Obtém os detalhes de uma fatura existente por seu ID.",
|
|
35
|
+
"Retrieves the details of an existing payout by its ID.": "Recupera detalhes de um pagamento existente por seu ID.",
|
|
36
|
+
"Create a full or partial refund for a payment.": "Criar um reembolso total ou parcial para um pagamento.",
|
|
37
|
+
"Creates a shareable, Stripe-hosted payment link for one-time purchases or subscriptions.": "Cria um link de pagamento compartilhável e hospedado por Stripe para compras ou assinaturas únicas.",
|
|
38
|
+
"Disable or deactivate a Payment Link so it can no longer be used.": "Desative ou desative um Link de Pagamento para que ele não possa mais ser usado.",
|
|
39
|
+
"Retrieves the details of a payment by its unique Payment Intent ID.": "Recupera os detalhes de um pagamento com seu ID único de Intenção de Pagamento.",
|
|
40
|
+
"Finds an invoice by its unique ID.": "Encontra uma fatura com seu identificador exclusivo.",
|
|
16
41
|
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
17
42
|
"Email": "e-mail",
|
|
18
43
|
"Name": "Nome",
|
|
@@ -33,6 +58,38 @@
|
|
|
33
58
|
"Fetch All Results": "Obter todos os resultados",
|
|
34
59
|
"Include Customer Details": "Incluir detalhes do cliente",
|
|
35
60
|
"ID": "ID",
|
|
61
|
+
"Customer": "Cliente",
|
|
62
|
+
"Amount": "Quantidade",
|
|
63
|
+
"Payment Method ID": "ID do Método de Pagamento",
|
|
64
|
+
"Confirm Payment Immediately": "Confirme o pagamento imediatamente",
|
|
65
|
+
"Return URL": "URL de retorno",
|
|
66
|
+
"Receipt Email": "E-mail de Recibo",
|
|
67
|
+
"Product Name": "Nome do Produto",
|
|
68
|
+
"Active": "Ativo",
|
|
69
|
+
"Image URLs": "URLs da imagem",
|
|
70
|
+
"Product URL": "URL do Produto",
|
|
71
|
+
"Metadata": "Metadados",
|
|
72
|
+
"Product": "Produto:",
|
|
73
|
+
"Unit Amount": "Quantidade de Unidades",
|
|
74
|
+
"Billing Interval": "Intervalo de Cobrança",
|
|
75
|
+
"Interval Count": "Contagem de intervalo",
|
|
76
|
+
"Subscription Items": "Itens de subscrição",
|
|
77
|
+
"Collection Method": "Método de Coleção",
|
|
78
|
+
"Days Until Due": "Dias até o vencimento",
|
|
79
|
+
"Trial Period (Days)": "Período de avaliação (dias)",
|
|
80
|
+
"Default Payment Method ID": "ID padrão do método de pagamento",
|
|
81
|
+
"Subscription": "Assinatura",
|
|
82
|
+
"Cancel at Period End": "Cancelar no Período Final",
|
|
83
|
+
"Invoice": "Fatura",
|
|
84
|
+
"Payout": "Pagamento",
|
|
85
|
+
"Payment Intent": "Intenção de Pagamento",
|
|
86
|
+
"Reason": "Motivo",
|
|
87
|
+
"Line Items": "Itens da linha",
|
|
88
|
+
"After Completion Behavior": "Comportamento após conclusão",
|
|
89
|
+
"Redirect URL": "URL de redirecionamento",
|
|
90
|
+
"Allow Promotion Codes": "Permitir códigos de promoção",
|
|
91
|
+
"Billing Address Collection": "Coleta de endereço de cobrança",
|
|
92
|
+
"Payment Link": "Link de Pagamento",
|
|
36
93
|
"Method": "Método",
|
|
37
94
|
"Headers": "Cabeçalhos",
|
|
38
95
|
"Query Parameters": "Parâmetros da consulta",
|
|
@@ -51,10 +108,38 @@
|
|
|
51
108
|
"Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Número máximo de assinaturas a retornar (padrão: 100, definido como 0 para todos)",
|
|
52
109
|
"Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Buscar todas as assinaturas correspondentes (limite de ignorados, pode demorar mais para grandes conjuntos de dados)",
|
|
53
110
|
"Fetch detailed customer information for each subscription": "Obter informações detalhadas do cliente para cada assinatura",
|
|
111
|
+
"The amount to charge, in a decimal format (e.g., 10.50 for $10.50).": "O valor a cobrar, em um formato decimal (por exemplo, 10,50 para $10.50).",
|
|
112
|
+
"The three-letter ISO code for the currency.": "O código ISO de três letras para a moeda.",
|
|
113
|
+
"The ID of the Payment Method to attach (e.g., `pm_...`). Required if you want to confirm the payment immediately.": "O ID do Método de Pagamento a anexar (por exemplo, `pm_...`). Necessário se você deseja confirmar o pagamento imediatamente.",
|
|
114
|
+
"If true, Stripe will attempt to charge the provided payment method. A `Payment Method ID` is required.": "Se verdadeiro, o Stripe tentará cobrar o método de pagamento fornecido. É necessário um `ID do método de pagamento`.",
|
|
115
|
+
"The URL to redirect your customer back to after they authenticate their payment. Required when confirming the payment.": "A URL para redirecionar o seu cliente de volta após autenticar o seu pagamento. Necessário ao confirmar o pagamento.",
|
|
116
|
+
"The email address to send a receipt to. This will override the customer's email address.": "O endereço de e-mail para o qual será enviado um recibo. Isto substituirá o endereço de e-mail do cliente.",
|
|
117
|
+
"The product’s name, meant to be displayable to the customer.": "O nome do produto, pretendeu ser exibido para o cliente.",
|
|
118
|
+
"The product’s description, meant to be displayable to the customer.": "A descrição do produto, pretendeu ser exibida para o cliente.",
|
|
119
|
+
"Whether the product is currently available for purchase. Defaults to true.": "Se o produto está disponível para compra no momento. O padrão é verdadeiro.",
|
|
120
|
+
"A list of up to 8 URLs of images for this product.": "Uma lista de até 8 URLs de imagens para este produto.",
|
|
121
|
+
"A publicly-accessible online page for this product.": "Uma página on-line acessível publicamente para este produto.",
|
|
122
|
+
"A set of key-value pairs to store additional information about the product.": "Um conjunto de pares chave-valor para armazenar informações adicionais sobre o produto.",
|
|
123
|
+
"The price amount as a decimal, for example, 25.50 for $25.50.": "O montante de preço como um número decimal, por exemplo, 25,50 para $25,50.",
|
|
124
|
+
"Specify the billing frequency. Select 'One-Time' for a single, non-recurring payment.": "Especifique a frequência da faturação. Selecione 'Um Tempo' para um único pagamento não recorrente.",
|
|
125
|
+
"The number of intervals between subscription billings (e.g., for billing every 3 months, set Interval to Monthly and Interval Count to 3). Only used for recurring prices.": "O número de intervalos entre faturas de inscrição (por exemplo, para cobrança a cada 3 meses, intervalo de conjunto para contagem mensal e intervalo a 3). Usado apenas para preços recorrentes.",
|
|
126
|
+
"A list of prices to subscribe the customer to.": "Uma lista de preços para inscrever no cliente.",
|
|
127
|
+
"How to collect payment. 'charge_automatically' will try to bill the default payment method. 'send_invoice' will email an invoice.": "Como coletar o pagamento. 'cobrança_automaticamente' tentará cobrar o método de pagamento padrão. 'Enviar_invoice' enviará um e-mail para uma fatura.",
|
|
128
|
+
"Number of days before an invoice is due. Required if Collection Method is 'Send Invoice'.": "Número de dias antes de uma fatura ser vencida. Obrigatório se o método de coleta é 'Enviar fatura'.",
|
|
129
|
+
"Integer representing the number of trial days the customer receives before the subscription bills for the first time.": "Inteiro que representa o número de dias de teste que o cliente recebe antes das contas de assinatura pela primeira vez.",
|
|
130
|
+
"ID of the default payment method for the subscription (e.g., `pm_...`).": "ID do método de pagamento padrão para a subscrição (por exemplo, `pm_...`).",
|
|
131
|
+
"If true, the subscription remains active until the end of the current billing period. If false, it cancels immediately.": "Se verdadeiro, a assinatura permanece ativa até o final do período de faturamento atual. Se falso, ela cancela imediatamente.",
|
|
132
|
+
"The amount to refund (e.g., 12.99). If left blank, a full refund will be issued.": "O valor a reembolsar (ex.: 12.99). Se deixado em branco, será emitido um reembolso total.",
|
|
133
|
+
"An optional reason for the refund.": "Uma razão opcional para o reembolso.",
|
|
134
|
+
"A set of key-value pairs to store additional information about the refund.": "Um conjunto de pares chave-valor para armazenar informações adicionais sobre o reembolso.",
|
|
135
|
+
"The products and quantities to include in the payment link.": "Os produtos e quantidades a serem incluídos no link de pagamento.",
|
|
136
|
+
"Controls the behavior after the purchase is complete. Defaults to showing Stripe's hosted confirmation page.": "Controla o comportamento após a compra estar completa. O padrão é mostrar a página de confirmação hospedada do Stripe.",
|
|
137
|
+
"The URL to redirect the customer to after a successful purchase. Only used if the behavior is set to \"Redirect to URL\".": "A URL para a qual o cliente será redirecionado após uma compra bem-sucedida. Apenas usado se o comportamento for definido como \"Redirecionar para URL\".",
|
|
138
|
+
"Enables the user to enter a promotion code on the Payment Link page.": "Permite que o usuário insira um código de promoção na página de Link do pagamento.",
|
|
139
|
+
"Describes whether Checkout should collect the customer’s billing address.": "Descreve se o check-out deve coletar o endereço de cobrança do cliente.",
|
|
54
140
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
55
141
|
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
56
142
|
"All Statuses": "Todos os Status",
|
|
57
|
-
"Active": "Ativo",
|
|
58
143
|
"Past Due": "Atrasado devido",
|
|
59
144
|
"Unpaid": "Não pago",
|
|
60
145
|
"Canceled": "Cancelado",
|
|
@@ -62,6 +147,30 @@
|
|
|
62
147
|
"Incomplete Expired": "Incompleto expirado",
|
|
63
148
|
"Trialing": "Provação",
|
|
64
149
|
"Paused": "Pausado",
|
|
150
|
+
"US Dollar": "Dólar americano",
|
|
151
|
+
"Euro": "Euro",
|
|
152
|
+
"Pound Sterling": "Libra Esterlina",
|
|
153
|
+
"Australian Dollar": "Dólar australiano",
|
|
154
|
+
"Canadian Dollar": "Dólar canadense",
|
|
155
|
+
"Swiss Franc": "Franco suíço",
|
|
156
|
+
"Chinese Yuan": "Iuan chinês",
|
|
157
|
+
"Japanese Yen": "Iene japonês",
|
|
158
|
+
"Indian Rupee": "Rupia indiana",
|
|
159
|
+
"Singapore Dollar": "Dólar de Singapura",
|
|
160
|
+
"One-Time": "Única",
|
|
161
|
+
"Daily": "Diariamente",
|
|
162
|
+
"Weekly": "Semanalmente",
|
|
163
|
+
"Monthly": "Mensual",
|
|
164
|
+
"Yearly": "Anualmente",
|
|
165
|
+
"Charge Automatically": "Carregar automaticamente",
|
|
166
|
+
"Send Invoice": "Enviar fatura",
|
|
167
|
+
"Duplicate": "Duplicar",
|
|
168
|
+
"Fraudulent": "Fraudulento",
|
|
169
|
+
"Requested by Customer": "Solicitado pelo cliente",
|
|
170
|
+
"Show Confirmation Page": "Mostrar Página de Confirmação",
|
|
171
|
+
"Redirect to URL": "Redirecionar para URL",
|
|
172
|
+
"Auto": "Automático",
|
|
173
|
+
"Required": "Obrigatório",
|
|
65
174
|
"GET": "OBTER",
|
|
66
175
|
"POST": "POSTAR",
|
|
67
176
|
"PATCH": "COMPRAR",
|
|
@@ -72,8 +181,47 @@
|
|
|
72
181
|
"New Customer": "Novo Cliente",
|
|
73
182
|
"Payment Failed": "Falha no pagamento",
|
|
74
183
|
"New Subscription": "Nova Assinatura",
|
|
184
|
+
"New Charge": "Nova cobrança",
|
|
185
|
+
"New Invoice": "Nova fatura",
|
|
186
|
+
"Invoice Payment Failed": "Falha no pagamento da fatura",
|
|
187
|
+
"Canceled Subscription": "Assinatura cancelada",
|
|
188
|
+
"New Refund": "Novo Reembolso",
|
|
189
|
+
"New Dispute": "Nova disputa",
|
|
190
|
+
"New Payment Link": "Novo Link de Pagamento",
|
|
191
|
+
"Updated Subscription": "Assinatura atualizada",
|
|
192
|
+
"Checkout Session Completed": "Sessão de checkout concluída",
|
|
75
193
|
"Triggers when a new payment is made": "Aciona quando um novo pagamento é feito",
|
|
76
194
|
"Triggers when a new customer is created": "Dispara quando um novo cliente é criado",
|
|
77
195
|
"Triggers when a payment fails": "Aciona quando um pagamento falha",
|
|
78
|
-
"Triggers when a new subscription is made": "Aciona quando uma nova assinatura é feita"
|
|
196
|
+
"Triggers when a new subscription is made": "Aciona quando uma nova assinatura é feita",
|
|
197
|
+
"Fires when a charge is successfully completed.": "Atira quando uma carga é concluída com sucesso.",
|
|
198
|
+
"Fires when an invoice is created. Supports filters like status, customer, subscription.": "Atira quando uma fatura é criada. Suporta filtros como estado, cliente, assinatura.",
|
|
199
|
+
"Fires when a payment against an invoice fails.": "Ativa quando um pagamento em relação a uma fatura falha.",
|
|
200
|
+
"Fires when a subscription is canceled.": "Atira quando uma assinatura é cancelada.",
|
|
201
|
+
"Fires when a charge is refunded (full or partial).": "Atira quando uma carga é reembolsada (completa ou parcial).",
|
|
202
|
+
"Fires when a customer disputes a charge.": "Atira quando um cliente disputa uma cobrança.",
|
|
203
|
+
"Fires when a new Payment Link is created.": "Efetua quando um novo Link de Pagamento é criado.",
|
|
204
|
+
"Fires when an existing subscription is changed.": "Atira quando uma assinatura existente é alterada.",
|
|
205
|
+
"Fires when a Stripe Checkout Session is successfully completed.": "Atira quando uma Sessão de Checkout do Stripe é concluída com êxito.",
|
|
206
|
+
"Status": "Estado",
|
|
207
|
+
"Subscription ID": "ID de assinatura",
|
|
208
|
+
"Charge ID": "ID de cobrança",
|
|
209
|
+
"Payment Intent ID": "ID Intenção do Pagamento",
|
|
210
|
+
"New Status": "Novo status",
|
|
211
|
+
"Only trigger for invoices with this status.": "Apenas gatilho para faturas com este status.",
|
|
212
|
+
"Only trigger for invoices belonging to this customer ID (e.g., `cus_...`).": "Apenas gatilho para faturas pertencentes a este ID do cliente (por exemplo, `cus_...`).",
|
|
213
|
+
"Only trigger for invoices belonging to this subscription ID (e.g., `sub_...`).": "Apenas gatilho para faturas pertencentes a este ID de inscrição (por exemplo, `sub_...`).",
|
|
214
|
+
"Only trigger for subscriptions belonging to this customer ID (e.g., `cus_...`).": "Apenas gatilho para inscrições pertencentes a este ID de cliente (por exemplo, `cus_...`).",
|
|
215
|
+
"Only trigger for refunds related to this Charge ID (e.g., `ch_...`).": "Apenas gatilho para reembolsos relacionados a esta ID de Carga (por exemplo, `ch_...`).",
|
|
216
|
+
"Only trigger for refunds related to this Payment Intent ID (e.g., `pi_...`).": "Apenas gatilho para reembolsos relacionados a esta ID de Intenção de Pagamento (ex.: `pi_...`).",
|
|
217
|
+
"Only trigger for disputes related to this Charge ID (e.g., `ch_...`).": "Apenas para disputas relacionadas a este ID de Carga (por exemplo, `ch_...`).",
|
|
218
|
+
"Only trigger for disputes related to this Payment Intent ID (e.g., `pi_...`).": "Apenas o desencadeamento de disputas relacionadas a este ID Intenção de Pagamento (ex.: `pi_...`).",
|
|
219
|
+
"Only trigger when the subscription is updated to this status.": "Apenas gatilho quando a assinatura é atualizada para este status.",
|
|
220
|
+
"Only trigger for checkout sessions created by this customer ID (e.g., `cus_...`).": "Apenas gatilho para sessões de checkout criadas por este ID de cliente (por exemplo, `cus_...`).",
|
|
221
|
+
"Draft": "Rascunho",
|
|
222
|
+
"Open": "Abertas",
|
|
223
|
+
"Paid": "Paga",
|
|
224
|
+
"Uncollectible": "Incolecionável",
|
|
225
|
+
"Void": "Anulado",
|
|
226
|
+
"Incomplete - Expired": "Incompleto - Expirado"
|
|
79
227
|
}
|
|
@@ -6,12 +6,38 @@
|
|
|
6
6
|
"Search Customer": "Search Customer",
|
|
7
7
|
"Search Subscriptions": "Search Subscriptions",
|
|
8
8
|
"Retrieve Customer": "Retrieve Customer",
|
|
9
|
+
"Update Customer": "Update Customer",
|
|
10
|
+
"Create Payment (Payment Intent)": "Create Payment (Payment Intent)",
|
|
11
|
+
"Create Product": "Create Product",
|
|
12
|
+
"Create Price": "Create Price",
|
|
13
|
+
"Create Subscription": "Create Subscription",
|
|
14
|
+
"Cancel Subscription": "Cancel Subscription",
|
|
15
|
+
"Retrieve an Invoice": "Retrieve an Invoice",
|
|
16
|
+
"Retrieve a Payout": "Retrieve a Payout",
|
|
17
|
+
"Create a Refund": "Create a Refund",
|
|
18
|
+
"Create Payment Link": "Create Payment Link",
|
|
19
|
+
"Deactivate Payment Link": "Deactivate Payment Link",
|
|
20
|
+
"Find Payment (by Payment Intent ID)": "Find Payment (by Payment Intent ID)",
|
|
21
|
+
"Find Invoice": "Find Invoice",
|
|
9
22
|
"Custom API Call": "Custom API Call",
|
|
10
23
|
"Create a customer in stripe": "Create a customer in stripe",
|
|
11
24
|
"Create an Invoice in stripe": "Create an Invoice in stripe",
|
|
12
25
|
"Search for a customer in stripe by email": "Search for a customer in stripe by email",
|
|
13
26
|
"Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Search for subscriptions by price ID, status, customer ID and other filters, including customer details",
|
|
14
27
|
"Retrieve a customer in stripe by id": "Retrieve a customer in stripe by id",
|
|
28
|
+
"Modify an existing customer’s details.": "Modify an existing customer’s details.",
|
|
29
|
+
"Creates a new payment intent to start a payment flow.": "Creates a new payment intent to start a payment flow.",
|
|
30
|
+
"Create a new product object in Stripe.": "Create a new product object in Stripe.",
|
|
31
|
+
"Create a price (one-time or recurring), associated with a product.": "Create a price (one-time or recurring), associated with a product.",
|
|
32
|
+
"Start a subscription for a customer with specified items/prices.": "Start a subscription for a customer with specified items/prices.",
|
|
33
|
+
"Cancel an existing subscription, either immediately or at the end of the current billing period.": "Cancel an existing subscription, either immediately or at the end of the current billing period.",
|
|
34
|
+
"Retrieves the details of an existing invoice by its ID.": "Retrieves the details of an existing invoice by its ID.",
|
|
35
|
+
"Retrieves the details of an existing payout by its ID.": "Retrieves the details of an existing payout by its ID.",
|
|
36
|
+
"Create a full or partial refund for a payment.": "Create a full or partial refund for a payment.",
|
|
37
|
+
"Creates a shareable, Stripe-hosted payment link for one-time purchases or subscriptions.": "Creates a shareable, Stripe-hosted payment link for one-time purchases or subscriptions.",
|
|
38
|
+
"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
|
+
"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
|
+
"Finds an invoice by its unique ID.": "Finds an invoice by its unique ID.",
|
|
15
41
|
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
16
42
|
"Email": "Email",
|
|
17
43
|
"Name": "Name",
|
|
@@ -32,6 +58,38 @@
|
|
|
32
58
|
"Fetch All Results": "Fetch All Results",
|
|
33
59
|
"Include Customer Details": "Include Customer Details",
|
|
34
60
|
"ID": "ID",
|
|
61
|
+
"Customer": "Customer",
|
|
62
|
+
"Amount": "Amount",
|
|
63
|
+
"Payment Method ID": "Payment Method ID",
|
|
64
|
+
"Confirm Payment Immediately": "Confirm Payment Immediately",
|
|
65
|
+
"Return URL": "Return URL",
|
|
66
|
+
"Receipt Email": "Receipt Email",
|
|
67
|
+
"Product Name": "Product Name",
|
|
68
|
+
"Active": "Active",
|
|
69
|
+
"Image URLs": "Image URLs",
|
|
70
|
+
"Product URL": "Product URL",
|
|
71
|
+
"Metadata": "Metadata",
|
|
72
|
+
"Product": "Product",
|
|
73
|
+
"Unit Amount": "Unit Amount",
|
|
74
|
+
"Billing Interval": "Billing Interval",
|
|
75
|
+
"Interval Count": "Interval Count",
|
|
76
|
+
"Subscription Items": "Subscription Items",
|
|
77
|
+
"Collection Method": "Collection Method",
|
|
78
|
+
"Days Until Due": "Days Until Due",
|
|
79
|
+
"Trial Period (Days)": "Trial Period (Days)",
|
|
80
|
+
"Default Payment Method ID": "Default Payment Method ID",
|
|
81
|
+
"Subscription": "Subscription",
|
|
82
|
+
"Cancel at Period End": "Cancel at Period End",
|
|
83
|
+
"Invoice": "Invoice",
|
|
84
|
+
"Payout": "Payout",
|
|
85
|
+
"Payment Intent": "Payment Intent",
|
|
86
|
+
"Reason": "Reason",
|
|
87
|
+
"Line Items": "Line Items",
|
|
88
|
+
"After Completion Behavior": "After Completion Behavior",
|
|
89
|
+
"Redirect URL": "Redirect URL",
|
|
90
|
+
"Allow Promotion Codes": "Allow Promotion Codes",
|
|
91
|
+
"Billing Address Collection": "Billing Address Collection",
|
|
92
|
+
"Payment Link": "Payment Link",
|
|
35
93
|
"Method": "Method",
|
|
36
94
|
"Headers": "Headers",
|
|
37
95
|
"Query Parameters": "Query Parameters",
|
|
@@ -50,10 +108,38 @@
|
|
|
50
108
|
"Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximum number of subscriptions to return (default: 100, set to 0 for all)",
|
|
51
109
|
"Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)",
|
|
52
110
|
"Fetch detailed customer information for each subscription": "Fetch detailed customer information for each subscription",
|
|
111
|
+
"The amount to charge, in a decimal format (e.g., 10.50 for $10.50).": "The amount to charge, in a decimal format (e.g., 10.50 for $10.50).",
|
|
112
|
+
"The three-letter ISO code for the currency.": "The three-letter ISO code for the currency.",
|
|
113
|
+
"The ID of the Payment Method to attach (e.g., `pm_...`). Required if you want to confirm the payment immediately.": "The ID of the Payment Method to attach (e.g., `pm_...`). Required if you want to confirm the payment immediately.",
|
|
114
|
+
"If true, Stripe will attempt to charge the provided payment method. A `Payment Method ID` is required.": "If true, Stripe will attempt to charge the provided payment method. A `Payment Method ID` is required.",
|
|
115
|
+
"The URL to redirect your customer back to after they authenticate their payment. Required when confirming the payment.": "The URL to redirect your customer back to after they authenticate their payment. Required when confirming the payment.",
|
|
116
|
+
"The email address to send a receipt to. This will override the customer's email address.": "The email address to send a receipt to. This will override the customer's email address.",
|
|
117
|
+
"The product’s name, meant to be displayable to the customer.": "The product’s name, meant to be displayable to the customer.",
|
|
118
|
+
"The product’s description, meant to be displayable to the customer.": "The product’s description, meant to be displayable to the customer.",
|
|
119
|
+
"Whether the product is currently available for purchase. Defaults to true.": "Whether the product is currently available for purchase. Defaults to true.",
|
|
120
|
+
"A list of up to 8 URLs of images for this product.": "A list of up to 8 URLs of images for this product.",
|
|
121
|
+
"A publicly-accessible online page for this product.": "A publicly-accessible online page for this product.",
|
|
122
|
+
"A set of key-value pairs to store additional information about the product.": "A set of key-value pairs to store additional information about the product.",
|
|
123
|
+
"The price amount as a decimal, for example, 25.50 for $25.50.": "The price amount as a decimal, for example, 25.50 for $25.50.",
|
|
124
|
+
"Specify the billing frequency. Select 'One-Time' for a single, non-recurring payment.": "Specify the billing frequency. Select 'One-Time' for a single, non-recurring payment.",
|
|
125
|
+
"The number of intervals between subscription billings (e.g., for billing every 3 months, set Interval to Monthly and Interval Count to 3). Only used for recurring prices.": "The number of intervals between subscription billings (e.g., for billing every 3 months, set Interval to Monthly and Interval Count to 3). Only used for recurring prices.",
|
|
126
|
+
"A list of prices to subscribe the customer to.": "A list of prices to subscribe the customer to.",
|
|
127
|
+
"How to collect payment. 'charge_automatically' will try to bill the default payment method. 'send_invoice' will email an invoice.": "How to collect payment. 'charge_automatically' will try to bill the default payment method. 'send_invoice' will email an invoice.",
|
|
128
|
+
"Number of days before an invoice is due. Required if Collection Method is 'Send Invoice'.": "Number of days before an invoice is due. Required if Collection Method is 'Send Invoice'.",
|
|
129
|
+
"Integer representing the number of trial days the customer receives before the subscription bills for the first time.": "Integer representing the number of trial days the customer receives before the subscription bills for the first time.",
|
|
130
|
+
"ID of the default payment method for the subscription (e.g., `pm_...`).": "ID of the default payment method for the subscription (e.g., `pm_...`).",
|
|
131
|
+
"If true, the subscription remains active until the end of the current billing period. If false, it cancels immediately.": "If true, the subscription remains active until the end of the current billing period. If false, it cancels immediately.",
|
|
132
|
+
"The amount to refund (e.g., 12.99). If left blank, a full refund will be issued.": "The amount to refund (e.g., 12.99). If left blank, a full refund will be issued.",
|
|
133
|
+
"An optional reason for the refund.": "An optional reason for the refund.",
|
|
134
|
+
"A set of key-value pairs to store additional information about the refund.": "A set of key-value pairs to store additional information about the refund.",
|
|
135
|
+
"The products and quantities to include in the payment link.": "The products and quantities to include in the payment link.",
|
|
136
|
+
"Controls the behavior after the purchase is complete. Defaults to showing Stripe's hosted confirmation page.": "Controls the behavior after the purchase is complete. Defaults to showing Stripe's hosted confirmation page.",
|
|
137
|
+
"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\".",
|
|
138
|
+
"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.",
|
|
139
|
+
"Describes whether Checkout should collect the customer’s billing address.": "Describes whether Checkout should collect the customer’s billing address.",
|
|
53
140
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
54
141
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
55
142
|
"All Statuses": "All Statuses",
|
|
56
|
-
"Active": "Active",
|
|
57
143
|
"Past Due": "Past Due",
|
|
58
144
|
"Unpaid": "Unpaid",
|
|
59
145
|
"Canceled": "Canceled",
|
|
@@ -61,6 +147,30 @@
|
|
|
61
147
|
"Incomplete Expired": "Incomplete Expired",
|
|
62
148
|
"Trialing": "Trialing",
|
|
63
149
|
"Paused": "Paused",
|
|
150
|
+
"US Dollar": "US Dollar",
|
|
151
|
+
"Euro": "Euro",
|
|
152
|
+
"Pound Sterling": "Pound Sterling",
|
|
153
|
+
"Australian Dollar": "Australian Dollar",
|
|
154
|
+
"Canadian Dollar": "Canadian Dollar",
|
|
155
|
+
"Swiss Franc": "Swiss Franc",
|
|
156
|
+
"Chinese Yuan": "Chinese Yuan",
|
|
157
|
+
"Japanese Yen": "Japanese Yen",
|
|
158
|
+
"Indian Rupee": "Indian Rupee",
|
|
159
|
+
"Singapore Dollar": "Singapore Dollar",
|
|
160
|
+
"One-Time": "One-Time",
|
|
161
|
+
"Daily": "Daily",
|
|
162
|
+
"Weekly": "Weekly",
|
|
163
|
+
"Monthly": "Monthly",
|
|
164
|
+
"Yearly": "Yearly",
|
|
165
|
+
"Charge Automatically": "Charge Automatically",
|
|
166
|
+
"Send Invoice": "Send Invoice",
|
|
167
|
+
"Duplicate": "Duplicate",
|
|
168
|
+
"Fraudulent": "Fraudulent",
|
|
169
|
+
"Requested by Customer": "Requested by Customer",
|
|
170
|
+
"Show Confirmation Page": "Show Confirmation Page",
|
|
171
|
+
"Redirect to URL": "Redirect to URL",
|
|
172
|
+
"Auto": "Auto",
|
|
173
|
+
"Required": "Required",
|
|
64
174
|
"GET": "GET",
|
|
65
175
|
"POST": "POST",
|
|
66
176
|
"PATCH": "PATCH",
|
|
@@ -71,8 +181,47 @@
|
|
|
71
181
|
"New Customer": "New Customer",
|
|
72
182
|
"Payment Failed": "Payment Failed",
|
|
73
183
|
"New Subscription": "New Subscription",
|
|
184
|
+
"New Charge": "New Charge",
|
|
185
|
+
"New Invoice": "New Invoice",
|
|
186
|
+
"Invoice Payment Failed": "Invoice Payment Failed",
|
|
187
|
+
"Canceled Subscription": "Canceled Subscription",
|
|
188
|
+
"New Refund": "New Refund",
|
|
189
|
+
"New Dispute": "New Dispute",
|
|
190
|
+
"New Payment Link": "New Payment Link",
|
|
191
|
+
"Updated Subscription": "Updated Subscription",
|
|
192
|
+
"Checkout Session Completed": "Checkout Session Completed",
|
|
74
193
|
"Triggers when a new payment is made": "Triggers when a new payment is made",
|
|
75
194
|
"Triggers when a new customer is created": "Triggers when a new customer is created",
|
|
76
195
|
"Triggers when a payment fails": "Triggers when a payment fails",
|
|
77
|
-
"Triggers when a new subscription is made": "Triggers when a new subscription is made"
|
|
196
|
+
"Triggers when a new subscription is made": "Triggers when a new subscription is made",
|
|
197
|
+
"Fires when a charge is successfully completed.": "Fires when a charge is successfully completed.",
|
|
198
|
+
"Fires when an invoice is created. Supports filters like status, customer, subscription.": "Fires when an invoice is created. Supports filters like status, customer, subscription.",
|
|
199
|
+
"Fires when a payment against an invoice fails.": "Fires when a payment against an invoice fails.",
|
|
200
|
+
"Fires when a subscription is canceled.": "Fires when a subscription is canceled.",
|
|
201
|
+
"Fires when a charge is refunded (full or partial).": "Fires when a charge is refunded (full or partial).",
|
|
202
|
+
"Fires when a customer disputes a charge.": "Fires when a customer disputes a charge.",
|
|
203
|
+
"Fires when a new Payment Link is created.": "Fires when a new Payment Link is created.",
|
|
204
|
+
"Fires when an existing subscription is changed.": "Fires when an existing subscription is changed.",
|
|
205
|
+
"Fires when a Stripe Checkout Session is successfully completed.": "Fires when a Stripe Checkout Session is successfully completed.",
|
|
206
|
+
"Status": "Status",
|
|
207
|
+
"Subscription ID": "Subscription ID",
|
|
208
|
+
"Charge ID": "Charge ID",
|
|
209
|
+
"Payment Intent ID": "Payment Intent ID",
|
|
210
|
+
"New Status": "New Status",
|
|
211
|
+
"Only trigger for invoices with this status.": "Only trigger for invoices with this status.",
|
|
212
|
+
"Only trigger for invoices belonging to this customer ID (e.g., `cus_...`).": "Only trigger for invoices belonging to this customer ID (e.g., `cus_...`).",
|
|
213
|
+
"Only trigger for invoices belonging to this subscription ID (e.g., `sub_...`).": "Only trigger for invoices belonging to this subscription ID (e.g., `sub_...`).",
|
|
214
|
+
"Only trigger for subscriptions belonging to this customer ID (e.g., `cus_...`).": "Only trigger for subscriptions belonging to this customer ID (e.g., `cus_...`).",
|
|
215
|
+
"Only trigger for refunds related to this Charge ID (e.g., `ch_...`).": "Only trigger for refunds related to this Charge ID (e.g., `ch_...`).",
|
|
216
|
+
"Only trigger for refunds related to this Payment Intent ID (e.g., `pi_...`).": "Only trigger for refunds related to this Payment Intent ID (e.g., `pi_...`).",
|
|
217
|
+
"Only trigger for disputes related to this Charge ID (e.g., `ch_...`).": "Only trigger for disputes related to this Charge ID (e.g., `ch_...`).",
|
|
218
|
+
"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_...`).",
|
|
219
|
+
"Only trigger when the subscription is updated to this status.": "Only trigger when the subscription is updated to this status.",
|
|
220
|
+
"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_...`).",
|
|
221
|
+
"Draft": "Draft",
|
|
222
|
+
"Open": "Open",
|
|
223
|
+
"Paid": "Paid",
|
|
224
|
+
"Uncollectible": "Uncollectible",
|
|
225
|
+
"Void": "Void",
|
|
226
|
+
"Incomplete - Expired": "Incomplete - Expired"
|
|
78
227
|
}
|