Overview
Configuration is provided for establishing connections with Stripe service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Quick Start
In this task, we will show you step-by-step how to create a connection to Stripe REST API using COZYROC's REST Connection Manager.
Congratulations! You have now established a connection to your Stripe instance.
In this guide, we will show how to read data from the Stripe service resource using the COZYROC REST Source component.
In this guide, we will show how to write data to the Stripe service resource using the COZYROC REST Destination component.
Configuration
Base URL address: https://api.stripe.com/v1
.
- Basic
-
The authentication uses a parameters-based authentication.
The authentication has the following user-defined parameters:
- APIKey:
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
Basic {{=Base64.encode(connection.user.APIKey + ':')}}
Documentation: https://stripe.com/docs/api/authentication.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/balance
.
The result is extracted from:{{=[response]}}
.Documentation: https://stripe.com/docs/api/balance/balance_retrieve.
- object
Template: ShortText.
- available
Template: balanceT.
- livemode
Data type: DT_BOOL
- pending
Template: balanceT.
- connect_reserved
Template: balanceT.
- instant_available
Template: balanceT.
- issuing
Field components:
-
Uses template:
balanceT
. - Contains the following components: available.
-
Uses template:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/balance_transactions
.Documentation: https://stripe.com/docs/api/balance_transactions/list.
- [Read Single] action
-
Endpoint URL address:
/balance_transactions/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/balance_transactions/retrieve.
The resource includes the fields from the BalanceTransactionT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/charges
.Documentation: https://stripe.com/docs/api/charges/list.
- [Read Single] action
-
Endpoint URL address:
/charges/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/charges/retrieve.
- [Create] action
-
Endpoint URL address:
/charges
.Documentation: https://stripe.com/docs/api/charges/create.
- [Update] action
-
Endpoint URL address:
/charges/{{=item.id}}
.Documentation: https://stripe.com/docs/api/charges/update.
The resource includes the fields from the EventT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customers
.Documentation: https://stripe.com/docs/api/customers/list.
- [Read Single] action
-
Endpoint URL address:
/customers/{{=parameters.id}}
.
The result is extracted from:{{=[response]}}
.Documentation: https://stripe.com/docs/api/customers/retrieve.
- [Create] action
-
Endpoint URL address:
/customers
.Documentation: https://stripe.com/docs/api/customers/create.
- [Update] action
-
Endpoint URL address:
/customers/{{=item.id}}
.Documentation: https://stripe.com/docs/api/customers/update.
- [Delete] action
-
Endpoint URL address:
/customers/{{=item.id}}
.Documentation: https://stripe.com/docs/api/customers/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- address
Template: addressT.
- balance
Data type: DT_R8
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- default_source
Template: ShortText.
- delinquent
Data type: DT_BOOL
- description
Template: ShortText.
- discount
Template: ShortText.
Template: ShortText.
- invoice_prefix
Template: ShortText.
- invoice_settings
Field components:
-
Uses template:
customFieldT
. - Contains the following components: custom_fields, default_payment_method, footer.
-
Uses template:
- livemode
Data type: DT_BOOL
- name
Template: ShortText.
- next_invoice_sequence
Data type: DT_I4
- phone
Template: ShortText.
- preferred_locales
Template: LongText. A composite field.
- shipping
Template: shippingT.
- tax_exempt
Template: ShortText.
- sources
The gathered value is processed with
{{=valueParent.data}}
expression. Field components:- An array.
-
Uses template:
BankAccountT
. - Contains the following components: amount_received, bitcoin_amount, bitcoin_amount_received, bitcoin_amount_url, active, description, inbound_address, refund_address, payment, reusable, used, payment_amount, payment_currency, username, account, transactions, code_verification, source_order, redirect, uncaptured_funds, used_for_payment, address_city, address_country, address_line1, address_line1_check, address_line2, address_state, address_zip, address_zip_check, brand, cvc_check, funding, name, recipient, tokenization_method, dynamic_last4, exp_month, exp_year.
- subscriptions
Template: SubscriptionT. Field components:
- Contains the following components: trial_from_plan.
- metadata
Template: MetadataT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/disputes
.Documentation: https://stripe.com/docs/api/disputes/list.
- [Read Single] action
-
Endpoint URL address:
/disputes/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/disputes/retrieve.
- [Update] action
-
Endpoint URL address:
/disputes/{{=item.id}}
.Documentation: https://stripe.com/docs/api/disputes/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- balance_transactions
Field components:
- An array.
-
Uses template:
BalanceTransactionT
.
- charge
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- evidence
Field components:
-
Uses template:
ShortText
. - Contains the following components: access_activity_log, billing_address, cancellation_policy, cancellation_policy_disclosure, cancellation_rebuttal, customer_communication, customer_email_address, customer_name, customer_purchase_ip, customer_signature, duplicate_charge_documentation, duplicate_charge_explanation, duplicate_charge_id, product_description, receipt, refund_policy, refund_policy_disclosure, refund_refusal_explanation, service_date, service_documentation, shipping_address, shipping_carrier, shipping_date, shipping_documentation, shipping_tracking_number, uncategorized_file, uncategorized_text.
-
Uses template:
- evidence_details
Field components:
-
Uses template:
UnixTime
. - Contains the following components: due_by, has_evidence, past_due, submission_count.
-
Uses template:
- is_charge_refundable
Data type: DT_BOOL
- livemode
Data type: DT_BOOL
- payment_intent
Template: ShortText.
- reason
Template: ShortText.
- status
Template: ShortText.
- metadata
Template: MetadataT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/events
.Documentation: https://stripe.com/docs/api/events/list.
- [Read Single] action
-
Endpoint URL address:
/events/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/events/retrieve.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- api_version
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- data
Field components:
-
Uses template:
EventT
. - Contains the following components: object.
-
Uses template:
- livemode
Data type: DT_BOOL
- pending_webhooks
Data type: DT_I4
- request
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, idempotency_key.
-
Uses template:
- type
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/file_links
.Documentation: https://stripe.com/docs/api/file_links/list.
- [Read Single] action
-
Endpoint URL address:
/file_links/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/file_links/retrieve.
- [Create] action
-
Endpoint URL address:
/file_links/{{=item.id}}
.Documentation: https://stripe.com/docs/api/file_links/create.
- [Update] action
-
Endpoint URL address:
/file_links/{{=item.id}}
.Documentation: https://stripe.com/docs/api/file_links/update.
The resource includes the fields from the FileLinkT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/files
.Documentation: https://stripe.com/docs/api/files/list.
- [Read Single] action
-
Endpoint URL address:
/files/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/files/retrieve.
- [Create] action
-
Endpoint URL address:
https://files.stripe.com/v1/files
.The action has the following user-defined parameters:
- purpose: Required. Specify the purpose.
The following request parameters will be automatically processed:
-
item:
{{=item.content}}
Documentation: https://stripe.com/docs/api/files/create.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- expires_at
Template: UnixTime. A read-only field.
- filename
Template: ShortText.
- content
Data type: DT_IMAGE
- file-content
Data type: DT_IMAGE The value is gathered from
{{=item.url}}
address.- links
The gathered value is processed with
{{=valueParent.data}}
expression. Field components:- An array.
- Contains the following components: id, object, created, expires_at, file, expired, livemode, url, metadata.
- purpose
Template: ShortText.
- size
Data type: DT_I4
- title
Template: ShortText.
- type
Template: ShortText.
- url
Template: ShortText.
Based on resource template Base.
- [Read Single] action
-
Endpoint URL address:
/mandates/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/mandates/retrieve.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- customer_acceptance
Field components:
-
Uses template:
UnixTime
. - Contains the following components: accepted_at, online, offline, type.
-
Uses template:
- livemode
Data type: DT_BOOL
- multi_use
Template: LongText. A composite field.
- payment_method
Template: ShortText.
- payment_method_details
Field components:
-
Uses template:
ShortText
. - Contains the following components: acss_debit, au_becs_debit, bacs_debit, card, sepa_debit, type.
-
Uses template:
- single_use
Field components:
-
Uses template:
ShortText
. - Contains the following components: amount, currency.
-
Uses template:
- status
Template: ShortText.
- type
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/payment_intents
.Documentation: https://stripe.com/docs/api/payment_intents/list.
- [Read Single] action
-
Endpoint URL address:
/payment_intents/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/payment_intents/retrieve.
- [Create] action
-
Endpoint URL address:
/payment_intents
.Documentation: https://stripe.com/docs/api/payment_intents/create.
- [Update] action
-
Endpoint URL address:
/payment_intents/{{=item.id}}
.Documentation: https://stripe.com/docs/api/payment_intents/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- amount_capturable
Data type: DT_R8
- amount_received
Data type: DT_R8
- application
Template: ShortText.
- application_fee_amount
Data type: DT_R8
- canceled_at
Template: UnixTime.
- cancellation_reason
Template: ShortText.
- capture_method
Template: ShortText.
- charges
The gathered value is processed with
{{=valueParent.data}}
expression. Field components:- An array.
-
Uses template:
EventT
.
- client_secret
Template: ShortText.
- confirmation_method
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- customer
Template: ShortText.
- description
Template: ShortText.
- invoice
Template: ShortText.
- last_payment_error
Template: lastPaymentErrorT.
- livemode
Data type: DT_BOOL
- on_behalf_of
Template: ShortText.
- payment_method
Template: ShortText.
- payment_method_options
Template: LongText. A composite field.
- next_action
Field components:
-
Uses template:
ShortText
. - Contains the following components: type, use_stripe_sdk, request_three_d_secure, alipay_handle_redirect, oxxo_display_details, redirect_to_url, verify_with_microdeposits.
-
Uses template:
- payment_method_types
Template: LongText. A composite field.
- receipt_email
Template: ShortText.
- review
Template: ShortText.
- setup_future_usage
Template: ShortText.
- shipping
Template: shippingT.
- source
Template: ShortText.
- statement_descriptor
Template: ShortText.
- statement_descriptor_suffix
Template: ShortText.
- status
Template: ShortText.
- transfer_data
Template: transferDataT.
- transfer_group
Template: ShortText.
- metadata
Template: MetadataT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/setup_intents
.Documentation: https://stripe.com/docs/api/setup_intents/list.
- [Read Single] action
-
Endpoint URL address:
/setup_intents/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/setup_intents/retrieve.
- [Create] action
-
Endpoint URL address:
/setup_intents
.Documentation: https://stripe.com/docs/api/setup_intents/create.
- [Update] action
-
Endpoint URL address:
/setup_intents/{{=item.id}}
.Documentation: https://stripe.com/docs/api/setup_intents/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- application
Template: ShortText.
- cancellation_reason
Template: ShortText.
- client_secret
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- customer
Template: ShortText.
- description
Template: ShortText.
- last_payment_error
Template: lastPaymentErrorT.
- latest_attempt
Template: ShortText.
- livemode
Data type: DT_BOOL
- mandate
Template: ShortText.
- on_behalf_of
Template: ShortText.
- payment_method
Template: ShortText.
- payment_method_options
Template: LongText. A composite field.
- next_action
Field components:
-
Uses template:
ShortText
. - Contains the following components: type, redirect_to_url.
-
Uses template:
- payment_method_types
Template: LongText. A composite field.
- single_use_mandate
Template: ShortText.
- status
Template: ShortText.
- usage
Template: ShortText.
- metadata
Template: MetadataT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/setup_attempts
.The action has the following user-defined parameters:
- setup_intent: Required. Specify setupIntent_id.
Documentation: https://stripe.com/docs/api/setup_attempts/list.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- application
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- customer
Template: ShortText.
- livemode
Data type: DT_BOOL
- on_behalf_of
Template: ShortText.
- payment_method
Template: ShortText.
- payment_method_details
Field components:
-
Uses template:
ShortText
. - Contains the following components: card, type.
-
Uses template:
- setup_error
Template: ShortText.
- setup_intent
Template: ShortText.
- status
Template: ShortText.
- usage
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/payouts
.Documentation: https://stripe.com/docs/api/payouts/list.
- [Read Single] action
-
Endpoint URL address:
/payouts/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/payouts/retrieve.
- [Create] action
-
Endpoint URL address:
/payouts
.Documentation: https://stripe.com/docs/api/payouts/create.
- [Update] action
-
Endpoint URL address:
/payouts/{{=item.id}}
.Documentation: https://stripe.com/docs/api/payouts/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- arrival_date
Template: UnixTime.
- automatic
Data type: DT_BOOL
- balance_transaction
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- description
Template: ShortText.
- destination
Template: ShortText.
- failure_balance_transaction
Template: ShortText.
- failure_code
Template: ShortText.
- failure_message
Template: ShortText.
- livemode
Data type: DT_BOOL
- method
Template: ShortText.
- original_payout
Template: ShortText.
- reversed_by
Template: ShortText.
- source_type
Template: ShortText.
- statement_descriptor
Template: ShortText.
- status
Template: ShortText.
- type
Template: ShortText.
- metadata
Template: MetadataT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products
.Documentation: https://stripe.com/docs/api/products/list.
- [Read Single] action
-
Endpoint URL address:
/products/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/products/retrieve.
- [Create] action
-
Endpoint URL address:
/products
.Documentation: https://stripe.com/docs/api/products/create.
- [Update] action
-
Endpoint URL address:
/products/{{=item.id}}
.Documentation: https://stripe.com/docs/api/products/update.
- [Delete] action
-
Endpoint URL address:
/products/{{=item.id}}
.Documentation: https://stripe.com/docs/api/products/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- active
Data type: DT_BOOL
- created
Template: UnixTime. A read-only field.
- description
Data type: DT_NTEXT
- images
Template: LongText. A composite field.
- livemode
Data type: DT_BOOL
- attribute
Template: LongText. A composite field.
- name
Template: ShortText.
- package_dimensions
Template: PackageDimensionsT.
- shippable
Template: ShortText.
- statement_descriptor
Template: ShortText.
- unit_label
Template: ShortText.
- updated
Template: UnixTime. A read-only field.
- url
Template: ShortText.
- metadata
Template: MetadataT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/prices
.Documentation: https://stripe.com/docs/api/prices/list.
- [Read Single] action
-
Endpoint URL address:
/prices/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/prices/retrieve.
- [Create] action
-
Endpoint URL address:
/prices
.Documentation: https://stripe.com/docs/api/prices/create.
- [Update] action
-
Endpoint URL address:
/prices/{{=item.id}}
.Documentation: https://stripe.com/docs/api/prices/update.
The resource includes the fields from the PriceT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/refunds
.Documentation: https://stripe.com/docs/api/refunds/list.
- [Read Single] action
-
Endpoint URL address:
/refunds/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/refunds/retrieve.
- [Create] action
-
Endpoint URL address:
/refunds
.Documentation: https://stripe.com/docs/api/refunds/create.
- [Update] action
-
Endpoint URL address:
/refunds/{{=item.id}}
.Documentation: https://stripe.com/docs/api/refunds/create.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- balance_transaction
Template: ShortText.
- charge
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- payment_intent
Template: ShortText.
- reason
Template: ShortText.
- receipt_number
Template: ShortText.
- source_transfer_reversal
Template: ShortText.
- status
Template: ShortText.
- transfer_reversal
Template: ShortText.
- failure_balance_transaction
Template: ShortText.
- failure_reason
Template: ShortText.
- description
Template: ShortText.
- metadata
Template: MetadataT.
Based on resource template Base.
- [Read Single] action
-
Endpoint URL address:
/tokens/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/tokens/retrieve.
- [Create] action
-
Endpoint URL address:
/tokens
.Documentation: https://stripe.com/docs/api/tokens/create_card.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- card
Template: generalCardT.
- bank_account
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, account_holder_name, account_holder_type, bank_name, country, currency, fingerprint, last4, routing_number, status, account_number.
-
Uses template:
- client_ip
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- livemode
Data type: DT_BOOL
- type
Template: ShortText.
- used
Data type: DT_BOOL
- customer
Template: ShortText.
- pii
Field components:
-
Uses template:
ShortText
. - Contains the following components: id_number.
-
Uses template:
- person
Template: PersonT. Field components:
-
Uses template:
ShortText
. - Contains the following components: currency, account_holder_name, account_holder_type, routing_number, account_number.
-
Uses template:
- cvc_update
Field components:
- Contains the following components: cvc.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/payment_methods
.The action has the following user-defined parameters:
- customer: Required. Specify customer id.
- type: Required. Specify object type.
Documentation: https://stripe.com/docs/api/payment_methods/list.
- [Read Single] action
-
Endpoint URL address:
/payment_methods/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/payment_methods/retrieve.
- [Create] action
-
Endpoint URL address:
/payment_methods
.Documentation: https://stripe.com/docs/api/payment_methods/create.
- [Update] action
-
Endpoint URL address:
/payment_methods/{{=item.id}}
.Documentation: https://stripe.com/docs/api/payment_methods/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- billing_details
Template: billingDetailT.
- card
Template: complexCardT.
- card_present
Template: LongText. A composite field.
- afterpay_clearpay
Template: LongText. A composite field.
- alipay
Template: LongText. A composite field.
- bancontact
Template: LongText. A composite field.
- acss_debit
Field components:
-
Uses template:
ShortText
. - Contains the following components: bank_name, fingerprint, institution_number, last4, transit_number.
-
Uses template:
- au_becs_debit
Field components:
-
Uses template:
ShortText
. - Contains the following components: bsb_number, fingerprint, last4.
-
Uses template:
- bacs_debit
Field components:
-
Uses template:
ShortText
. - Contains the following components: fingerprint, sort_code, last4.
-
Uses template:
- sepa_debit
Field components:
-
Uses template:
ShortText
. - Contains the following components: bank_code, branch_code, country, fingerprint, generated_from.
-
Uses template:
- sofort
Field components:
-
Uses template:
ShortText
. - Contains the following components: country.
-
Uses template:
- eps
Field components:
-
Uses template:
ShortText
. - Contains the following components: bank.
-
Uses template:
- fpx
Field components:
-
Uses template:
ShortText
. - Contains the following components: bank.
-
Uses template:
- ideal
Field components:
-
Uses template:
ShortText
. - Contains the following components: bank, bic.
-
Uses template:
- p24
Field components:
-
Uses template:
ShortText
. - Contains the following components: bank.
-
Uses template:
- interac_present
Template: LongText. A composite field.
- metadata
Template: MetadataT.
- oxxo
Template: LongText. A composite field.
- giropay
Template: LongText. A composite field.
- grabpay
Template: LongText. A composite field.
- created
Template: UnixTime. A read-only field.
- customer
Template: ShortText.
- livemode
Data type: DT_BOOL
- type
Template: ShortText.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/payment_methods/{{=item.id}}/attach
.Documentation: https://stripe.com/docs/api/payment_methods/attach.
- id
A key field. Template: ShortText.
- customer
Template: ShortText.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/payment_methods/{{=item.id}}/detach
.Documentation: https://stripe.com/docs/api/payment_methods/detach.
- id
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customers/{{=parameters.id}}/sources
.The action has the following user-defined parameters:
- id: Required. Specify customer id.
Documentation: https://stripe.com/docs/api/cards/list.
- [Read Single] action
-
Endpoint URL address:
/customers/{{=parameters.id}}/sources/{{=parameters.cardId}}
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- cardId: Required. Specify card id.
Documentation: https://stripe.com/docs/api/cards/retrieve.
- [Create] action
-
Endpoint URL address:
/customers/{{=item.customer}}/sources
.Documentation: https://stripe.com/docs/api/cards/create.
- [Update] action
-
Endpoint URL address:
/customers/{{=item.customer}}/sources/{{=item.id}}
.Documentation: https://stripe.com/docs/api/cards/update.
- [Delete] action
-
Endpoint URL address:
/customers/{{=item.customer}}/sources/{{=item.id}}
.Documentation: https://stripe.com/docs/api/cards/delete.
The resource includes the fields from the AddressPartT template.
- id
A key field. Template: ShortText.
- source
Template: ShortText.
- available_payout_methods
Template: LongText. A composite field.
- object
Template: ShortText.
- brand
Template: ShortText.
- country
Template: ShortText.
- customer
A key field. Template: ShortText.
- cvc_check
Template: ShortText.
- dynamic_last4
Template: ShortText.
- exp_month
Data type: DT_I4
- exp_year
Data type: DT_I4
- fingerprint
Template: ShortText.
- funding
Template: ShortText.
- last4
Template: ShortText.
- metadata
Template: MetadataT.
- name
Template: ShortText.
- tokenization_method
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customers/{{=parameters.id}}/sources
.The action has the following user-defined parameters:
- id: Required. Specify customer_id.
Documentation: https://stripe.com/docs/api/customer_bank_accounts/list.
- [Read Single] action
-
Endpoint URL address:
/customers/{{=parameters.id}}/sources/{{=parameters.bankId}}
.The action has the following user-defined parameters:
- bankId: Required. Specify bank_id.
Documentation: https://stripe.com/docs/api/customer_bank_accounts/retrieve.
- [Create] action
-
Endpoint URL address:
/customers/{{=item.customerId}}/sources
.Documentation: https://stripe.com/docs/api/customer_bank_accounts/create.
- [Update] action
-
Endpoint URL address:
/customers/{{=item.customerId}}/sources/{{=item.bankId}}
.Documentation: https://stripe.com/docs/api/customer_bank_accounts/update.
- [Delete] action
-
Endpoint URL address:
/customers/{{=item.customerId}}/sources/{{=item.bankId}}
.Documentation: https://stripe.com/docs/api/customer_bank_accounts/delete.
The resource includes the fields from the BankAccountT template.
- source
Template: sourceT.
- customerId
A key field. Template: ShortText.
- bankId
A key field. Template: ShortText.
Based on resource template Base.
- [Read Single] action
-
Endpoint URL address:
/sources/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/sources/retrieve.
- [Create] action
-
Endpoint URL address:
/sources
.Documentation: https://stripe.com/docs/api/sources/create.
- [Update] action
-
Endpoint URL address:
/sources/{{=item.id}}
.Documentation: https://stripe.com/docs/api/sources/update.
- [Delete] action
-
Endpoint URL address:
/customers/{{=item.customerId}}/sources/{{=item.id}}
.Documentation: https://stripe.com/docs/api/sources/detach.
The resource includes the fields from the sourceT template.
- id
A key field. Template: ShortText.
- owner
Template: ownerT.
- redirect
Template: redirectT.
- receiver
Template: receiverT.
- source_order
Template: sourceOrderT.
- usage
Template: ShortText.
- token
Template: ShortText.
- mandate
Field components:
-
Uses template:
ShortText
. - Contains the following components: amount, currency, interval, notification_method, acceptance.
-
Uses template:
- code_verification
Field components:
-
Uses template:
ShortText
. - Contains the following components: attempts_remaining, status.
-
Uses template:
- metadata
Template: MetadataT.
- customerId
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/checkout/sessions
.Documentation: https://stripe.com/docs/api/checkout/sessions/list.
- [Read Single] action
-
Endpoint URL address:
/checkout/sessions/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/checkout/sessions/retrieve.
- [Create] action
-
Endpoint URL address:
/checkout/sessions
.Documentation: https://stripe.com/docs/api/checkout/sessions/create.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- allow_promotion_codes
Template: ShortText.
- amount_subtotal
Data type: DT_R8
- amount_total
Data type: DT_R8
- billing_address_collection
Template: ShortText.
- cancel_url
Template: ShortText.
- description
Template: ShortText.
- client_reference_id
Template: ShortText.
- currency
Template: ShortText.
- customer
Template: ShortText.
- customer_details
Field components:
-
Uses template:
ShortText
. - Contains the following components: email, tax_exempt, tax_ids.
-
Uses template:
- customer_email
Template: ShortText.
- livemode
Data type: DT_BOOL
- locale
Template: ShortText.
- metadata
Template: MetadataT.
- mode
Template: ShortText.
- payment_intent
Template: ShortText.
- payment_method_options
Template: LongText. A composite field.
- payment_method_types
Template: LongText. A composite field.
- payment_status
Template: ShortText.
- setup_intent
Template: ShortText.
- shipping
Template: LongText. A composite field.
- shipping_address_collection
Field components:
-
Uses template:
ShortText
. - Contains the following components: allowed_countries.
-
Uses template:
- submit_type
Template: ShortText.
- subscription
Template: ShortText.
- success_url
Template: ShortText.
- quantity
Data type: DT_I4
- price
Template: PriceT.
- total_details
Field components:
- Contains the following components: amount_discount, amount_shipping, amount_tax, breakdown.
- line_items
The value is gathered from
/checkout/sessions/{{=item.id}}/line_items
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
- Contains the following components: id, object, amount_subtotal, amount_total, currency, description, price, quantity, taxes, dynamic_tax_rates, tax_rates.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/coupons
.Documentation: https://stripe.com/docs/api/coupons/list.
- [Read Single] action
-
Endpoint URL address:
/coupons/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/coupons/retrieve.
- [Create] action
-
Endpoint URL address:
/coupons
.Documentation: https://stripe.com/docs/api/coupons/create.
- [Update] action
-
Endpoint URL address:
/coupons/{{=item.id}}
.Documentation: https://stripe.com/docs/api/coupons/update.
- [Delete] action
-
Endpoint URL address:
/coupons/{{=item.id}}
.Documentation: https://stripe.com/docs/api/coupons/delete.
The resource includes the fields from the CouponT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/credit_notes
.Documentation: https://stripe.com/docs/api/credit_notes/list.
- [Read Single] action
-
Endpoint URL address:
/credit_notes/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/credit_notes/retrieve.
- [Read Preview] action
-
Endpoint URL address:
/credit_notes/preview
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- invoice: Required. Specify invoice id.
Documentation: https://stripe.com/docs/api/credit_notes/preview.
- [Create] action
-
Endpoint URL address:
/credit_notes
.Documentation: https://stripe.com/docs/api/credit_notes/create.
- [Update] action
-
Endpoint URL address:
/credit_notes/{{=item.id}}
.Documentation: https://stripe.com/docs/api/credit_notes/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- customer
Template: ShortText.
- description
Template: ShortText.
- customer_balance_transaction
Template: ShortText.
- discount_amount
Data type: DT_R8
- discount_amounts
Template: LongText. A composite field.
- invoice
Template: ShortText.
- invoice_line_item
Template: ShortText.
- tax_rates
Template: defaultTaxRateT.
- lines
The value is gathered from
/credit_notes/{{=item.id}}/lines
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
- Contains the following components: id, object, amount, description, discount_amount, discount_amounts, invoice_line_item, livemode, quantity, tax_amounts, tax_rates, type, unit_amount, unit_amount_decimal.
- livemode
Data type: DT_BOOL
- memo
Template: ShortText.
- metadata
Template: MetadataT.
- number
Template: ShortText.
- out_of_band_amount
Data type: DT_R8
Template: ShortText.
- reason
Template: ShortText.
- refund
Template: ShortText.
- status
Template: ShortText.
- subtotal
Data type: DT_R8
- tax_amounts
Template: taxAmountT.
- total
Data type: DT_R8
- type
Template: ShortText.
- voided_at
Template: UnixTime.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customers/{{=parameters.id}}/balance_transactions
.The action has the following user-defined parameters:
- id: Required. Specify customer_id.
Documentation: https://stripe.com/docs/api/customer_balance_transactions/retrieve.
- [Read Single] action
-
Endpoint URL address:
/customers/{{=parameters.id}}/balance_transactions/{{=parameters.transactionId}}
.The action has the following user-defined parameters:
- transactionId: Required. Specify transaction id.
Documentation: https://stripe.com/docs/api/customer_balance_transactions/retrieve.
- [Create] action
-
Endpoint URL address:
/customers/{{=item.customerId}}/balance_transactions
.Documentation: https://stripe.com/docs/api/customer_balance_transactions/create.
- [Update] action
-
Endpoint URL address:
/customers/{{=item.customerId}}/balance_transactions/{{=item.id}}
.Documentation: https://stripe.com/docs/api/customer_balance_transactions/update.
- id
A key field. Template: ShortText.
- customerId
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- created
Template: UnixTime. A read-only field.
- credit_note
Template: ShortText.
- currency
Template: ShortText.
- customer
Template: ShortText.
- description
Template: ShortText.
- ending_balance
Data type: DT_R8
- invoice
Template: ShortText.
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- type
Template: ShortText.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/billing_portal/sessions
.Documentation: https://stripe.com/docs/api/customer_portal/sessions/create.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- configuration
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- customer
Template: ShortText.
- livemode
Data type: DT_BOOL
- on_behalf_of
Template: ShortText.
- return_url
Template: ShortText.
- url
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/billing_portal/configurations
.Documentation: https://stripe.com/docs/api/customer_portal/configurations/list.
- [Read Single] action
-
Endpoint URL address:
/billing_portal/configurations/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/customer_portal/configurations/retrieve.
- [Create] action
-
Endpoint URL address:
/billing_portal/configurations
.Documentation: https://stripe.com/docs/api/customer_portal/configurations/create.
- [Update] action
-
Endpoint URL address:
/billing_portal/configurations/{{=item.id}}
.Documentation: https://stripe.com/docs/api/customer_portal/configurations/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- active
Data type: DT_BOOL
- application
Template: ShortText.
- business_profile
Field components:
-
Uses template:
ShortText
. - Contains the following components: headline, privacy_policy_url, terms_of_service_url.
-
Uses template:
- created
Template: UnixTime. A read-only field.
- default_return_url
Template: ShortText.
- features
Field components:
- Contains the following components: customer_update, invoice_history, payment_method_update, subscription_cancel, subscription_pause, subscription_update.
- is_default
Data type: DT_BOOL
- livemode
Data type: DT_BOOL
- updated
Template: UnixTime. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customers/{{=parameters.customerId}}/tax_ids
.The action has the following user-defined parameters:
- customerId: Required. Specify customer id.
Documentation: https://stripe.com/docs/api/customer_tax_ids/list.
- [Read Single] action
-
Endpoint URL address:
customers/{{=parameters.id}}/tax_ids/{{=parameters.taxId}}
.The action has the following user-defined parameters:
- taxId: Required. Specify tax id.
Documentation: https://stripe.com/docs/api/customer_tax_ids/retrieve.
- [Create] action
-
Endpoint URL address:
/customers/{{=item.customerId}}/tax_ids
.Documentation: https://stripe.com/docs/api/customer_tax_ids/create.
- [Delete] action
-
Endpoint URL address:
/customers/{{=item.customerId}}/tax_ids/{{=item.taxId}}
.Documentation: https://stripe.com/docs/api/customer_tax_ids/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- country
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- customer
Template: ShortText.
- livemode
Data type: DT_BOOL
- type
Template: ShortText.
- value
Template: ShortText.
- verification
Field components:
-
Uses template:
ShortText
. - Contains the following components: status, verified_address, verified_name.
-
Uses template:
- customerId
A key field. Template: ShortText.
- taxId
A key field. Template: ShortText.
Based on resource template Base.
- [Delete] action
-
Endpoint URL address:
/customers/{{=item.customerId}}/discount
.Documentation: https://stripe.com/docs/api/discounts/delete.
- id
A key field. Template: ShortText.
- customerId
A key field. Template: ShortText.
Based on resource template Base.
- [Delete] action
-
Endpoint URL address:
/subcriptions/{{=item.subcriptionId}}/discount
.Documentation: https://stripe.com/docs/api/discounts/subscription_delete.
- id
A key field. Template: ShortText.
- subcriptionId
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/invoices
.Documentation: https://stripe.com/docs/api/invoices/list.
- [Read Single] action
-
Endpoint URL address:
/invoices/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/invoices/retrieve.
- [Read upcoming] action
-
Endpoint URL address:
/invoices/upcoming
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- customer: The identifier of the customer to retrieve upcoming invoice. Optional.
Documentation: https://stripe.com/docs/api/invoices/upcoming.
- [Create] action
-
Endpoint URL address:
/invoices
.Documentation: https://stripe.com/docs/api/invoices/create.
- [Update] action
-
Endpoint URL address:
/invoices/{{=item.id}}
.Documentation: https://stripe.com/docs/api/invoices/update.
- [Delete] action
-
Endpoint URL address:
/invoices/{{=item.id}}
.Documentation: https://stripe.com/docs/api/invoices/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- account_country
Template: ShortText.
- account_name
Template: ShortText.
- account_tax_ids
Template: LongText. A composite field.
- amount_due
Data type: DT_R8
- amount_paid
Data type: DT_R8
- amount_remaining
Data type: DT_R8
- application_fee_amount
Data type: DT_R8
- attempt_count
Data type: DT_R8
- attempted
Data type: DT_BOOL
- auto_advance
Data type: DT_BOOL
- billing_reason
Template: ShortText.
- charge
Template: ShortText.
- collection_method
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- custom_fields
Template: customFieldT.
- customer
Template: ShortText.
- customer_address
Template: addressT.
- customer_email
Template: ShortText.
- customer_name
Template: ShortText.
- customer_phone
Template: ShortText.
- customer_shipping
Template: shippingT.
- customer_tax_exempt
Template: ShortText.
- customer_tax_ids
Field components:
- An array.
- Contains the following components: type, value.
- default_payment_method
Template: ShortText.
- default_source
Template: ShortText.
- default_tax_rates
Template: defaultTaxRateT.
- description
Template: ShortText.
- discount
Template: ShortText.
- discounts
Template: LongText. A composite field.
- due_date
Data type: DT_DBTIMESTAMP
- ending_balance
Template: ShortText.
- footer
Template: ShortText.
- hosted_invoice_url
Template: ShortText.
- invoice_pdf
Template: ShortText.
- last_finalization_error
Field components:
-
Uses template:
ShortText
. - Contains the following components: code, doc_url, message, param, payment_method_type, type.
-
Uses template:
- lines
The value is gathered from
/invoices/{{=item.id}}/lines
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
InvoiceItemT
. - Contains the following components: discount_amounts, invoice_item, tax_amounts, type.
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- next_payment_attempt
Data type: DT_I4
- number
Template: ShortText.
- on_behalf_of
Template: ShortText.
- paid
Data type: DT_BOOL
- payment_intent
Template: ShortText.
- payment_settings
Field components:
-
Uses template:
ShortText
. - Contains the following components: payment_method_options, payment_method_types.
-
Uses template:
- period_end
Template: UnixTime.
- period_start
Template: UnixTime.
- post_payment_credit_notes_amount
Data type: DT_R8
- pre_payment_credit_notes_amount
Data type: DT_R8
- receipt_number
Template: ShortText.
- starting_balance
Template: ShortText.
- statement_descriptor
Template: ShortText.
- status
Template: ShortText.
- status_transitions
Field components:
-
Uses template:
UnixTime
. - Contains the following components: finalized_at, marked_uncollectible_at, paid_at, voided_at.
-
Uses template:
- threshold_reason
Field components:
- Contains the following components: amount_gte, item_reasons.
- total_discount_amounts
Field components:
- An array.
- Contains the following components: amount, discount.
- subscription
Template: ShortText.
- subtotal
Data type: DT_R8
- tax
Template: ShortText.
- total
Data type: DT_R8
- total_tax_amounts
Template: taxAmountT.
- transfer_data
Template: transferDataT.
- webhooks_delivered_at
Template: UnixTime.
- [External]
-
The external fields URL address:
{{=parameters.get('customerId') ? '/customers/' + parameters.customerId : ''}}
. The external fields list is extracted from:{{=typeof response !== 'undefined' && response.invoice_settings.custom_fields}}
.- custom_fields.{{=external.name}}
Template: ShortText.
Based on resource template Base.
- [Update] action
-
Endpoint URL address:
/invoices/{{=item.id}}/finalize
.Documentation: https://stripe.com/docs/api/invoices/finalize.
- id
A key field. Template: ShortText.
- auto_advance
Data type: DT_BOOL
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/invoices/{{=item.id}}/pay
.Documentation: https://stripe.com/docs/api/invoices/pay.
- id
A key field. Template: ShortText.
- forgive
Data type: DT_BOOL
- off_session
Data type: DT_BOOL
- paid_out_of_band
Data type: DT_BOOL
- payment_method
Template: ShortText.
- source
Template: ShortText.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/invoices/{{=item.id}}/send
.Documentation: https://stripe.com/docs/api/invoices/send.
- id
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/invoiceitems
.Documentation: https://stripe.com/docs/api/invoiceitems/list.
- [Read Single] action
-
Endpoint URL address:
/invoiceitems/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/invoiceitems/retrieve.
- [Create] action
-
Endpoint URL address:
/invoiceitems
.Documentation: https://stripe.com/docs/api/invoiceitems/create.
- [Update] action
-
Endpoint URL address:
/invoiceitems/{{=item.id}}
.Documentation: https://stripe.com/docs/api/invoiceitems/update.
- [Delete] action
-
Endpoint URL address:
/invoiceitems/{{=item.id}}
.Documentation: https://stripe.com/docs/api/invoiceitems/delete.
The resource includes the fields from the InvoiceItemT template.
- customer
Template: ShortText.
- date
Template: UnixTime.
- invoice
Template: ShortText.
- plan
Template: ShortText.
- unit_amount
Data type: DT_R8
- unit_amount_decimal
Data type: DT_R8
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/plans
.Documentation: https://stripe.com/docs/api/plans/list.
- [Read Single] action
-
Endpoint URL address:
/plans/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/plans/retrieve.
- [Create] action
-
Endpoint URL address:
/plans
.Documentation: https://stripe.com/docs/api/plans/create.
- [Update] action
-
Endpoint URL address:
/plans/{{=item.id}}
.Documentation: https://stripe.com/docs/api/plans/update.
- [Delete] action
-
Endpoint URL address:
/plans/{{=item.id}}
.Documentation: https://stripe.com/docs/api/plans/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- active
Data type: DT_BOOL
- aggregate_usage
Template: ShortText.
- amount
Data type: DT_R8
- amount_decimal
Data type: DT_R8
- billing_scheme
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- interval
Template: ShortText.
- interval_count
Data type: DT_I4
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- nickname
Template: ShortText.
- tiers_mode
Template: ShortText.
- trial_period_days
Template: ShortText.
- usage_type
Template: ShortText.
- tiers
Template: tierT.
- transform_usage
Template: transformQuantity.
- product
Field components:
-
Uses template:
ShortText
. - Contains the following components: name, id, statement_descriptor, metadata, unit_label, active.
-
Uses template:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/promotion_codes
.Documentation: https://stripe.com/docs/api/promotion_codes/list.
- [Read Single] action
-
Endpoint URL address:
/promotion_codes/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/promotion_codes/retrieve.
- [Create] action
-
Endpoint URL address:
/promotion_codes
.Documentation: https://stripe.com/docs/api/promotion_codes/create.
- [Update] action
-
Endpoint URL address:
/promotion_codes/{{=item.id}}
.Documentation: https://stripe.com/docs/api/promotion_codes/update.
- [Delete] action
-
Endpoint URL address:
/promotion_codes/{{=item.id}}
.Documentation: https://stripe.com/docs/api/promotion_codes/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- active
Data type: DT_BOOL
- code
Template: ShortText.
- coupon
Template: CouponT.
- created
Template: UnixTime. A read-only field.
- customer
Template: ShortText.
- expires_at
Template: UnixTime. A read-only field.
- livemode
Data type: DT_BOOL
- max_redemptions
Template: ShortText.
- metadata
Template: LongText. A composite field.
- restrictions
Field components:
-
Uses template:
ShortText
. - Contains the following components: first_time_transaction, minimum_amount, minimum_amount_currency.
-
Uses template:
- times_redeemed
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/subscriptions
.Documentation: https://stripe.com/docs/api/subscriptions/list.
- [Read Single] action
-
Endpoint URL address:
subscriptions/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/subscriptions/retrieve.
- [Create] action
-
Endpoint URL address:
/subscriptions
.Documentation: https://stripe.com/docs/api/subscriptions/create.
- [Update] action
-
Endpoint URL address:
/subscriptions/{{=item.id}}
.Documentation: https://stripe.com/docs/api/subscriptions/update.
- [Delete] action
-
Endpoint URL address:
/subscriptions/{{=item.id}}
.Documentation: https://stripe.com/docs/api/subscriptions/cancel.
The resource includes the fields from the SubscriptionT template.
- pending_update
Field components:
-
Uses template:
UnixTime
. - Contains the following components: billing_cycle_anchor, trial_end, trial_from_plan, expires_at, subscription_items, price.
-
Uses template:
- plan
Template: planT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/subscription_items
.The action has the following user-defined parameters:
- subscription: Required. Specify subscriptionId.
Documentation: https://stripe.com/docs/api/subscription_items/list.
- [Read Single] action
-
Endpoint URL address:
/subscription_items/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/subscription_items/retrieve.
- [Create] action
-
Endpoint URL address:
/subscription_items
.Documentation: https://stripe.com/docs/api/subscription_items/create.
- [Update] action
-
Endpoint URL address:
/subscription_items/{{=item.id}}
.Documentation: https://stripe.com/docs/api/subscription_items/update.
- [Delete] action
-
Endpoint URL address:
/subscription_items/{{=item.id}}
.Documentation: https://stripe.com/docs/api/subscription_items/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- billing_thresholds
Template: billingThresholdT.
- payment_behavior
Field components:
-
Uses template:
ShortText
. - Contains the following components: allow_incomplete, error_if_incomplete, pending_if_incomplete.
-
Uses template:
- created
Template: UnixTime. A read-only field.
- metadata
Template: MetadataT.
- price_data
Field components:
-
Uses template:
ShortText
. - Contains the following components: currency, product, uni_amount, uni_amount_decimal, recurring.
-
Uses template:
- price
Template: PriceT.
- plan
Template: planT.
- quantity
Data type: DT_I4
- subscription
Template: ShortText.
- proration_date
Data type: DT_DBTIMESTAMP
- subscription_item
Template: ShortText.
- tax_rates
Template: defaultTaxRateT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/subscription_schedules
.Documentation: https://stripe.com/docs/api/subscription_schedules/list.
- [Read Single] action
-
Endpoint URL address:
/subscription_schedules/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/subscription_schedules/retrieve.
- [Create] action
-
Endpoint URL address:
/subscription_schedules
.Documentation: https://stripe.com/docs/api/subscription_schedules/create.
- [Update] action
-
Endpoint URL address:
/subscription_schedules/{{=item.id}}
.Documentation: https://stripe.com/docs/api/subscription_schedules/update.
- [Delete] action
-
Endpoint URL address:
/subscription_schedules/{{=item.id}}
.Documentation: https://stripe.com/docs/api/subscription_schedules/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- canceled_at
Template: UnixTime.
- completed_at
Template: UnixTime.
- start_date
Template: UnixTime.
- end_date
Template: UnixTime.
- created
Template: UnixTime. A read-only field.
- current_phase
Field components:
-
Uses template:
UnixTime
. - Contains the following components: end_date, start_date.
-
Uses template:
- customer
Template: ShortText.
- default_settings
Field components:
-
Uses template:
ShortText
. - Contains the following components: application_fee_percent, billing_cycle_anchor, billing_thresholds, collection_method, default_payment_method, invoice_settings, transfer_data.
-
Uses template:
- end_behavior
Template: ShortText.
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- phases
Field components:
- An array.
- Contains the following components: add_invoice_items, application_fee_percent, billing_cycle_anchor, billing_thresholds, collection_method, coupon, default_payment_method, default_tax_rates, end_date, invoice_settings, iterations, items, proration_behavior, start_date, transfer_data, trial_end.
- released_at
Template: UnixTime.
- released_subscription
Template: ShortText.
- status
Template: ShortText.
- subscription
Template: ShortText.
Based on resource template Base.
- [Update] action
-
Endpoint URL address:
/subscription_schedules/{{=item.id}}/release
.Documentation: https://stripe.com/docs/api/subscription_schedules/release.
- id
A key field. Template: ShortText.
- preserve_cancel_date
Data type: DT_BOOL
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/tax_rates
.Documentation: https://stripe.com/docs/api/tax_rates/list.
- [Read Single] action
-
Endpoint URL address:
/tax_rates/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/tax_rates/retrieve.
- [Create] action
-
Endpoint URL address:
/tax_rates
.Documentation: https://stripe.com/docs/api/tax_rates/create.
- [Update] action
-
Endpoint URL address:
/tax_rates/{{=item.id}}
.Documentation: https://stripe.com/docs/api/tax_rates/update.
The resource includes the fields from the TaxRateT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/subscription_items/{{=parameters.id}}/usage_record_summaries
.The action has the following user-defined parameters:
- id: Required. Specify subscription item id.
Documentation: https://stripe.com/docs/api/usage_records/subscription_item_summary_list.
- [Create] action
-
Endpoint URL address:
/subscription_items/{{=item.subscriptionItemId}}/usage_records
.Documentation: https://stripe.com/docs/api/usage_records/create.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- livemode
Data type: DT_BOOL
- quantity
Data type: DT_I4
- subscription_item
Template: ShortText.
- timestamp
Template: UnixTime.
- period
Template: perEndStartT.
- total_usage
Data type: DT_I4
- subscriptionItemId
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/accounts
.Documentation: https://stripe.com/docs/api/accounts/list.
- [Read Single] action
-
Endpoint URL address:
/accounts/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/accounts/retrieve.
- [Create] action
-
Endpoint URL address:
/accounts
.Documentation: https://stripe.com/docs/api/accounts/create.
- [Update] action
-
Endpoint URL address:
/accounts/{{=item.id}}
.Documentation: https://stripe.com/docs/api/accounts/update.
- [Delete] action
-
Endpoint URL address:
/accounts/{{=item.id}}
.Documentation: https://stripe.com/docs/api/accounts/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- business_profile
Field components:
-
Uses template:
ShortText
. - Contains the following components: mcc, name, product_description, support_address, support_email, support_phone, support_url, url.
-
Uses template:
- business_type
Template: ShortText.
- capabilities
Field components:
-
Uses template:
ShortText
. - Contains the following components: card_payments, eps_payments, ideal_payments, sepa_debit_payments, transfers, acss_debit_payments, afterpay_clearpay_payments, au_becs_debit_payments, bacs_debit_payments, bancontact_payments, card_issuing, fpx, cartes_bancaires_payments, giropay_payments, grabpay_payments, jcb_payments, legacy_payments, oxxo_payments, giropp24_paymentsay_payments, sofort_payments, tax_reporting_us_1099_k, tax_reporting_us_1099_misc.
-
Uses template:
- charges_enabled
Data type: DT_BOOL
- company
Field components:
-
Uses template:
addressT
. - Contains the following components: address, address_kana, address_kanji, directors_provided, executives_provided, name, phone, structure, owners_provided, tax_id_provided, vat_id_provided, tax_id_registrar, verification.
-
Uses template:
- country
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- default_currency
Template: ShortText.
- details_submitted
Data type: DT_BOOL
Template: ShortText.
- individual
Template: PersonT.
- external_accounts
Field components:
-
Uses template:
ShortText
. - Contains the following components: object, data, has_more, total_count, url.
-
Uses template:
- metadata
Template: MetadataT.
- payouts_enabled
Data type: DT_BOOL
- requirements
Template: requirementT.
- settings
Field components:
-
Uses template:
LongText
. - Contains the following components: bacs_debit_payments, branding, card_issuing, card_payments, dashboard, payments, payouts, sepa_debit_payments.
-
Uses template:
- tos_acceptance
Field components:
-
Uses template:
ShortText
. - Contains the following components: date, ip, user_agent.
-
Uses template:
- type
Template: ShortText.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/account_links
.Documentation: https://stripe.com/docs/api/account_links/create.
- id
A key field. Template: ShortText.
- url
Template: ShortText.
- object
Template: ShortText.
- refresh_url
Template: ShortText.
- type
Template: ShortText.
- collect
Template: ShortText.
- return_url
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- expires_at
Template: UnixTime. A read-only field.
Based on resource template Base.
- [Update] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/reject
.Documentation: https://stripe.com/docs/api/account/reject.
- accountId
A key field. Template: ShortText.
- reason
Template: ShortText.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/login_links
.Documentation: https://stripe.com/docs/api/account/reject.
- accountId
A key field. Template: ShortText.
- redirect_url
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/application_fees
.Documentation: https://stripe.com/docs/api/application_fees/list.
- [Read Single] action
-
Endpoint URL address:
/application_fees/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/application_fees/retrieve.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- account
Template: ShortText.
- amount
Data type: DT_R8
- amount_refunded
Data type: DT_R8
- application
Template: ShortText.
- balance_transaction
Template: ShortText.
- charge
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- livemode
Data type: DT_BOOL
- originating_transaction
Template: ShortText.
- refunded
Data type: DT_BOOL
- refunds
The gathered value is processed with
{{=valueParent.data}}
expression. Field components:- An array.
-
Uses template:
ApplicationFeeRefundT
.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/application_fees/{{=parameters.id}}/refunds
.The action has the following user-defined parameters:
- id: Required. Specify applicationFee_id.
Documentation: https://stripe.com/docs/api/fee_refunds/list.
- [Read Single] action
-
Endpoint URL address:
/application_fees/{{=parameters.id}}/refunds/{{=parameters.FeeRefundId}}
.The action has the following user-defined parameters:
- FeeRefundId: Required. Specify fee refund id.
Documentation: https://stripe.com/docs/api/fee_refunds/retrieve.
- [Create] action
-
Endpoint URL address:
/application_fees/{{=item.applicationFeeId}}/refunds
.Documentation: https://stripe.com/docs/api/account_links/create.
- [Update] action
-
Endpoint URL address:
/application_fees/{{=item.applicationFeeId}}/refunds/{{=item.id}}
.Documentation: https://stripe.com/docs/api/fee_refunds/update.
The resource includes the fields from the ApplicationFeeRefundT template.
- applicationFeeId
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/accounts/{{=parameters.accountId}}/capabilities
.The action has the following user-defined parameters:
- accountId: Required. Specify accountId.
Documentation: https://stripe.com/docs/api/capabilities/list.
- [Read Single] action
-
Endpoint URL address:
/accounts/{{=parameters.id}}/capabilities/card_payments
.Documentation: https://stripe.com/docs/api/capabilities/retrieve.
- [Update] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/capabilities/card_payments
.Documentation: https://stripe.com/docs/api/fee_refunds/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- account
Template: ShortText.
- requested
Data type: DT_BOOL
- requested_at
Template: UnixTime.
- requirements
Template: requirementT.
- status
Template: ShortText.
- accountId
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/country_specs
.Documentation: https://stripe.com/docs/api/country_specs/list.
- [Read Single] action
-
Endpoint URL address:
/country_specs/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/country_specs/retrieve.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- default_currency
Template: ShortText.
- supported_bank_account_currencies
Field components:
-
Uses template:
LongText
. - Contains the following components: usd.
-
Uses template:
- supported_payment_currencies
Template: LongText. A composite field.
- supported_payment_methods
Template: LongText. A composite field.
- supported_transfer_countries
Template: LongText. A composite field.
- verification_fields
Field components:
- Contains the following components: company, individual.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/accounts/{{=parameters.accountId}}/external_accounts
.The action has the following user-defined parameters:
- accountId: Required. Specify account id.
Documentation: https://stripe.com/docs/api/external_account_bank_accounts/list.
- [Read Single] action
-
Endpoint URL address:
/accounts/{{=parameters.id}}/external_accounts/{{=parameters.externalAccountId}}
.The action has the following user-defined parameters:
- externalAccountId: Required. Specify external account id.
Documentation: https://stripe.com/docs/api/external_account_bank_accounts/retrieve.
- [Create] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/external_accounts
.Documentation: https://stripe.com/docs/api/external_account_bank_accounts/create.
- [Update] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/external_accounts/{{=item.id}}
.Documentation: https://stripe.com/docs/api/external_account_bank_accounts/update.
- [Delete] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/external_accounts/{{=item.id}}
.Documentation: https://stripe.com/docs/api/external_account_bank_accounts/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- account
Template: ShortText.
- account_holder_name
Template: ShortText.
- account_holder_type
Template: ShortText.
- available_payout_methods
Template: LongText. A composite field.
- external_account
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, country, currency, account_holder_name, account_holder_type, routing_number, account_number.
-
Uses template:
- bank_name
Template: ShortText.
- country
Template: ShortText.
- currency
Template: ShortText.
- fingerprint
Template: ShortText.
- last4
Template: ShortText.
- metadata
Template: MetadataT.
- routing_number
Template: ShortText.
- status
Template: ShortText.
- default_for_currency
Data type: DT_BOOL
- accountId
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/accounts/{{=parameters.accountId}}/external_accounts
.The action has the following user-defined parameters:
- accountId: Required. Specify account id.
Documentation: https://stripe.com/docs/api/external_account_cards/list.
- [Read Single] action
-
Endpoint URL address:
/accounts/{{=parameters.id}}/external_accounts/{{=parameters.cardId}}
.The action has the following user-defined parameters:
- cardId: Required. Specify cardId.
Documentation: https://stripe.com/docs/api/external_account_bank_accounts/retrieve.
- [Create] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/external_accounts
.Documentation: https://stripe.com/docs/api/external_account_cards/create.
- [Update] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/external_accounts/{{=item.id}}
.Documentation: https://stripe.com/docs/api/external_account_cards/update.
- [Delete] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/external_accounts/{{=item.id}}
.Documentation: https://stripe.com/docs/api/external_account_cards/delete.
The resource includes the fields from the AddressPartT template.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- external_account
Template: AddressPartT. Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, month, exp_month, exp_year, number, cvc, currency, name, default_for_currency, metadata.
-
Uses template:
- brand
Template: ShortText.
- country
Template: ShortText.
- customer
Template: ShortText.
- cvc_check
Template: ShortText.
- dynamic_last4
Template: ShortText.
- exp_month
Data type: DT_I4
- exp_year
Data type: DT_I4
- fingerprint
Template: ShortText.
- funding
Template: ShortText.
- last4
Template: ShortText.
- metadata
Template: MetadataT.
- name
Template: ShortText.
- tokenization_method
Template: ShortText.
- accountId
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/accounts/{{=parameters.accountId}}/persons
.The action has the following user-defined parameters:
- accountId: Required. Specify account id.
Documentation: https://stripe.com/docs/api/persons/list.
- [Read Single] action
-
Endpoint URL address:
/accounts/{{=parameters.id}}/persons/{{=parameters.personId}}
.The action has the following user-defined parameters:
- personId: Required. Specify person id.
Documentation: https://stripe.com/docs/api/external_account_bank_accounts/retrieve.
- [Create] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/external_accounts
.Documentation: https://stripe.com/docs/api/persons/create.
- [Update] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/external_accounts/{{=item.id}}
.Documentation: https://stripe.com/docs/api/persons/update.
- [Delete] action
-
Endpoint URL address:
/accounts/{{=item.accountId}}/external_accounts/{{=item.id}}
.Documentation: https://stripe.com/docs/api/persons/delete.
The resource includes the fields from the PersonT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/topups
.Documentation: https://stripe.com/docs/api/topups/list.
- [Read Single] action
-
Endpoint URL address:
/topups/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/topups/retrieve.
- [Create] action
-
Endpoint URL address:
/topups
.Documentation: https://stripe.com/docs/api/topups/create.
- [Update] action
-
Endpoint URL address:
/topups/{{=item.id}}
.Documentation: https://stripe.com/docs/api/topups/update.
- [Delete] action
-
Endpoint URL address:
/topups/{{=item.id}}
.Documentation: https://stripe.com/docs/api/topups/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- balance_transaction
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- description
Template: ShortText.
- expected_availability_date
Template: UnixTime.
- failure_code
Template: ShortText.
- failure_message
Template: ShortText.
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- source
Template: sourceT.
- statement_descriptor
Template: ShortText.
- status
Template: ShortText.
- transfer_group
Template: ShortText.
Based on resource template Base.
- [Update] action
-
Endpoint URL address:
/topups/{{=item.id}}/cancel
.Documentation: https://stripe.com/docs/api/topups/cancel.
- id
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/transfers
.Documentation: https://stripe.com/docs/api/transfers/list.
- [Read Single] action
-
Endpoint URL address:
/transfers/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/transfers/retrieve.
- [Create] action
-
Endpoint URL address:
/transfers
.Documentation: https://stripe.com/docs/api/transfers/create.
- [Update] action
-
Endpoint URL address:
/transfers/{{=item.id}}
.Documentation: https://stripe.com/docs/api/transfers/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- amount_reversed
Data type: DT_R8
- balance_transaction
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- description
Template: ShortText.
- destination
Template: ShortText.
- destination_payment
Template: ShortText.
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- reversals
Field components:
-
Uses template:
ShortText
. - Contains the following components: object, data, has_more, url.
-
Uses template:
- reversed
Data type: DT_BOOL
- source_transaction
Template: ShortText.
- source_type
Template: ShortText.
- transfer_group
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/transfers/{{=parameters.transferId}}/reversals
.The action has the following user-defined parameters:
- transferId: Required. Specify transfer id.
Documentation: https://stripe.com/docs/api/transfer_reversals/list.
- [Read Single] action
-
Endpoint URL address:
/transfers/{{=parameters.id}}/reversals/{{=parameters.transferReversalId}}
.The action has the following user-defined parameters:
- transferReversalId: Required. Specify transfer reversal id.
Documentation: https://stripe.com/docs/api/transfer_reversals/retrieve.
- [Create] action
-
Endpoint URL address:
/transfers/{{=item.transferId}}/reversals
.Documentation: https://stripe.com/docs/api/transfer_reversals/create.
- [Update] action
-
Endpoint URL address:
/transfers/{{=item.transferId}}/reversals/{{=item.id}}
.Documentation: https://stripe.com/docs/api/transfer_reversals/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- balance_transaction
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- destination_payment_refund
Template: ShortText.
- metadata
Template: MetadataT.
- source_refund
Template: ShortText.
- transfer
Template: ShortText.
- transferId
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/radar/early_fraud_warnings
.Documentation: https://stripe.com/docs/api/radar/early_fraud_warnings/list.
- [Read Single] action
-
Endpoint URL address:
/radar/early_fraud_warnings/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/radar/early_fraud_warnings/retrieve.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- actionable
Data type: DT_BOOL
- charge
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- fraud_type
Template: ShortText.
- livemode
Data type: DT_BOOL
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/reviews
.Documentation: https://stripe.com/docs/api/radar/reviews/list.
- [Read Single] action
-
Endpoint URL address:
/reviews/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/radar/early_fraud_warnings/retrieve.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- billing_zip
Template: ShortText.
- charge
Template: ShortText.
- closed_reason
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- ip_address
Template: ShortText.
- ip_address_location
Field components:
-
Uses template:
ShortText
. - Contains the following components: city, country, latitude, longititude, region.
-
Uses template:
- livemode
Data type: DT_BOOL
- open
Data type: DT_BOOL
- opened_reason
Template: ShortText.
- payment_intent
Template: ShortText.
- reason
Template: ShortText.
- session
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/radar/value_lists
.Documentation: https://stripe.com/docs/api/radar/value_lists/list.
- [Read Single] action
-
Endpoint URL address:
/radar/value_lists/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/radar/value_lists/retrieve.
- [Create] action
-
Endpoint URL address:
/radar/value_lists
.Documentation: https://stripe.com/docs/api/radar/value_lists/create.
- [Update] action
-
Endpoint URL address:
/radar/value_lists/{{=item.id}}
.Documentation: https://stripe.com/docs/api/radar/value_lists/update.
- [Delete] action
-
Endpoint URL address:
/radar/value_lists/{{=item.id}}
.Documentation: https://stripe.com/docs/api/radar/value_lists/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- alias
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- created_by
Template: ShortText.
- item_type
Template: ShortText.
- list_items
The gathered value is processed with
{{=valueParent.data}}
expression. Field components:- An array.
- Contains the following components: id, object, value_list, value, created, created_by, livemode.
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- name
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/radar/value_list_items
.The action has the following user-defined parameters:
- value_list: Required. Specify value list id.
Documentation: https://stripe.com/docs/api/radar/value_list_items/list.
- [Read Single] action
-
Endpoint URL address:
/radar/value_list_items/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/radar/value_list_items/retrieve.
- [Create] action
-
Endpoint URL address:
/radar/value_list_items
.Documentation: https://stripe.com/docs/api/radar/value_list_items/create.
- [Delete] action
-
Endpoint URL address:
/radar/value_list_items
.Documentation: https://stripe.com/docs/api/radar/value_list_items/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- created_by
Template: ShortText.
- livemode
Data type: DT_BOOL
- value
Template: ShortText.
- value_list
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/issuing/authorizations
.Documentation: https://stripe.com/docs/api/issuing/authorizations/list.
- [Read Single] action
-
Endpoint URL address:
/issuing/authorizations/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/issuing/authorizations/retrieve.
- [Update] action
-
Endpoint URL address:
/issuing/authorizations/{{=item.id}}
.Documentation: https://stripe.com/docs/api/issuing/authorizations/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- amount_details
Field components:
-
Uses template:
ShortText
. - Contains the following components: atm_fee.
-
Uses template:
- approved
Data type: DT_BOOL
- authorization_method
Template: ShortText.
- balance_transactions
Field components:
- An array.
-
Uses template:
BalanceTransactionT
.
- card
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, brand, cancellation_reason, cardholder, created, currency, exp_month, exp_year, last4, livemode, metadata, replaced_by, replacement_for, replacement_reason, shipping, spending_controls, status, type.
-
Uses template:
- cardholder
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- livemode
Data type: DT_BOOL
- merchant_amount
Data type: DT_R8
- merchant_currency
Template: ShortText.
- merchant_data
Field components:
-
Uses template:
ShortText
. - Contains the following components: category, city, country, name, network_id, postal_code, state.
-
Uses template:
- metadata
Template: MetadataT.
- pending_request
Field components:
-
Uses template:
ShortText
. - Contains the following components: amount, amount_details, currency, is_amount_controllable, merchant_amount, merchant_currency.
-
Uses template:
- request_history
Field components:
- An array.
- Contains the following components: amount, amount_details, currency, approved, created, merchant_amount, merchant_currency, reason.
- status
Template: ShortText.
- transactions
Template: LongText. A composite field.
- verification_data
Field components:
-
Uses template:
ShortText
. - Contains the following components: address_line1_check, address_postal_code_check, cvc_check, expiry_check.
-
Uses template:
- wallet
Template: ShortText.
Based on resource template Base.
- [Update] action
-
Endpoint URL address:
/issuing/authorizations/{{=item.id}}/approve
.Documentation: https://stripe.com/docs/api/issuing/authorizations/approve.
- id
A key field. Template: ShortText.
- amount
Data type: DT_R8
- metadata
Template: MetadataT.
Based on resource template Base.
- [Update] action
-
Endpoint URL address:
/issuing/authorizations/{{=item.id}}/decline
.Documentation: https://stripe.com/docs/api/issuing/authorizations/decline.
- id
A key field. Template: ShortText.
- amount
Data type: DT_R8
- metadata
Template: MetadataT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/issuing/cardholders
.Documentation: https://stripe.com/docs/api/issuing/cardholders/list.
- [Read Single] action
-
Endpoint URL address:
/issuing/cardholders/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/issuing/cardholders/retrieve.
- [Create] action
-
Endpoint URL address:
/issuing/cardholders
.Documentation: https://stripe.com/docs/api/issuing/cardholders/create.
- [Update] action
-
Endpoint URL address:
/issuing/cardholders/{{=item.id}}
.Documentation: https://stripe.com/docs/api/issuing/cardholders/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- billing
Field components:
-
Uses template:
addressT
. - Contains the following components: address.
-
Uses template:
- address
Template: addressT.
- company
Field components:
-
Uses template:
ShortText
. - Contains the following components: tax_id_provided, tax_id.
-
Uses template:
- created
Template: UnixTime. A read-only field.
Template: ShortText.
- individual
Field components:
-
Uses template:
ShortText
. - Contains the following components: first_name, last_name, dob, verification.
-
Uses template:
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- name
Template: ShortText.
- phone_number
Template: ShortText.
- requirements
Template: requirementT.
- spending_controls
Template: spendingControlT.
- status
Template: ShortText.
- type
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/issuing/cards
.Documentation: https://stripe.com/docs/api/issuing/cards/list.
- [Read Single] action
-
Endpoint URL address:
/issuing/cards/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/issuing/cards/retrieve.
- [Create] action
-
Endpoint URL address:
/issuing/cards
.Documentation: https://stripe.com/docs/api/issuing/cards/create.
- [Update] action
-
Endpoint URL address:
/issuing/cards/{{=item.id}}
.Documentation: https://stripe.com/docs/api/issuing/cards/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- brand
Template: ShortText.
- cancellation_reason
Template: ShortText.
- cardholder
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, billing, company, created, email, individual, livemode, metadata, name, phone_number, requirements, spending_controls, status, type.
-
Uses template:
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- exp_month
Data type: DT_I4
- exp_year
Data type: DT_I4
- last4
Template: ShortText.
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- replaced_by
Template: ShortText.
- replacement_for
Template: ShortText.
- replacement_reason
Template: ShortText.
- shipping
Field components:
-
Uses template:
ShortText
. - Contains the following components: type, tracking_url, tracking_number, eta, name, service, status, carrier, address.
-
Uses template:
- address
Template: addressT.
- spending_controls
Template: spendingControlT.
- status
Template: ShortText.
- type
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/issuing/disputes
.Documentation: https://stripe.com/docs/api/issuing/disputes/list.
- [Read Single] action
-
Endpoint URL address:
/issuing/disputes/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/issuing/disputes/retrieve.
- [Create] action
-
Endpoint URL address:
/issuing/disputes
.Documentation: https://stripe.com/docs/api/issuing/disputes/create.
- [Update] action
-
Endpoint URL address:
/issuing/disputes/{{=item.id}}
.Documentation: https://stripe.com/docs/api/issuing/disputes/update.
- [Delete] action
-
Endpoint URL address:
/issuing/disputes/{{=item.id}}
.Documentation: https://stripe.com/docs/api/issuing/disputes/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- evidence
Field components:
-
Uses template:
fraudulentT
. - Contains the following components: fraudulent, canceled, duplicate, merchandise_not_as_described, not_received, other, service_not_as_described, reason.
-
Uses template:
- fraudulent
Template: fraudulentT.
- canceled
Template: canceledT.
- duplicate
Template: duplicateT.
- merchandise_not_as_described
Template: merchandiseNotDescribedT.
- not_received
Template: notReceivedT.
- other
Template: otherT.
- service_not_as_described
Template: serviceNotDescribedT.
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- status
Template: ShortText.
- transaction
Template: ShortText.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/issuing/disputes/{{=item.id}}/submit
.Documentation: https://stripe.com/docs/api/issuing/dispute/submit.
- id
A key field. Template: ShortText.
- metadata
Template: MetadataT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/issuing/transactions
.Documentation: https://stripe.com/docs/api/issuing/transactions/list.
- [Read Single] action
-
Endpoint URL address:
/issuing/transactions/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/issuing/transactions/retrieve.
- [Update] action
-
Endpoint URL address:
/issuing/transactions/{{=item.id}}
.Documentation: https://stripe.com/docs/api/issuing/transactions/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- amount_details
Field components:
-
Uses template:
ShortText
. - Contains the following components: atm_fee.
-
Uses template:
- authorization
Template: ShortText.
- balance_transaction
Template: ShortText.
- card
Template: ShortText.
- cardholder
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- dispute
Template: ShortText.
- livemode
Data type: DT_BOOL
- merchant_amount
Data type: DT_R8
- merchant_currency
Template: ShortText.
- merchant_data
Field components:
-
Uses template:
ShortText
. - Contains the following components: category, city, country, name, network_id, postal_code, state.
-
Uses template:
- purchase_details
Field components:
-
Uses template:
ShortText
. - Contains the following components: flight, fuel, lodging, receipt, references.
-
Uses template:
- metadata
Template: MetadataT.
- type
Template: ShortText.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/terminal/connection_tokens
.Documentation: https://stripe.com/docs/api/terminal/connection_tokens/create.
- object
Template: ShortText.
- secret
Template: ShortText.
- location
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/terminal/locations
.Documentation: https://stripe.com/docs/api/terminal/locations/list.
- [Read Single] action
-
Endpoint URL address:
/terminal/locations/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/terminal/locations/retrieve.
- [Create] action
-
Endpoint URL address:
/terminal/locations
.Documentation: https://stripe.com/docs/api/terminal/locations/create.
- [Update] action
-
Endpoint URL address:
/terminal/locations/{{=item.id}}
.Documentation: https://stripe.com/docs/api/terminal/locations/update.
- [Delete] action
-
Endpoint URL address:
/terminal/locations/{{=item.id}}
.Documentation: https://stripe.com/docs/api/terminal/locations/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- address
Template: addressT.
- display_name
Template: ShortText.
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/terminal/readers
.Documentation: https://stripe.com/docs/api/terminal/readers/list.
- [Read Single] action
-
Endpoint URL address:
/terminal/readers/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/terminal/readers/retrieve.
- [Create] action
-
Endpoint URL address:
/terminal/readers
.Documentation: https://stripe.com/docs/api/terminal/readers/create.
- [Update] action
-
Endpoint URL address:
/terminal/readers/{{=item.id}}
.Documentation: https://stripe.com/docs/api/terminal/readers/update.
- [Delete] action
-
Endpoint URL address:
/terminal/readers/{{=item.id}}
.Documentation: https://stripe.com/docs/api/terminal/readers/delete.
- id
Template: ShortText.
- object
Template: ShortText.
- device_sw_version
Template: ShortText.
- device_type
Template: ShortText.
- ip_address
Template: ShortText.
- label
Template: ShortText.
- livemode
Data type: DT_BOOL
- location
Template: ShortText.
- metadata
Template: MetadataT.
- serial_number
Template: ShortText.
- status
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/orders
.Documentation: https://stripe.com/docs/api/orders_legacy/list.
- [Read Single] action
-
Endpoint URL address:
/orders/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/orders_legacy/retrieve.
- [Create] action
-
Endpoint URL address:
/orders
.Documentation: https://stripe.com/docs/api/orders_legacy/create.
- [Update] action
-
Endpoint URL address:
/orders/{{=item.id}}
.Documentation: https://stripe.com/docs/api/orders_legacy/update.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- amount_returned
Data type: DT_R8
- application
Template: ShortText.
- application_fee
Template: ShortText.
- charge
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- customer
Template: ShortText.
Template: ShortText.
- items
Template: generalItemT.
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- returns
The gathered value is processed with
{{=valueParent.data}}
expression. Field components:- An array.
- Contains the following components: id, object, livemode, order, refund, amount, created, currency, items.
- selected_shipping_method
Template: ShortText.
- shipping
Template: shippingT.
- address
Template: addressT.
- shipping_methods
Field components:
- An array.
- Contains the following components: id, amount, description, currency, delivery_estimate.
- status
Template: ShortText.
- status_transitions
Field components:
-
Uses template:
ShortText
. - Contains the following components: canceled, fulfiled, paid, returned.
-
Uses template:
- updated
Template: UnixTime. A read-only field.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/orders/{{=item.id}}/pay
.Documentation: https://stripe.com/docs/api/orders_legacy/pay.
- id
A key field. Template: ShortText.
- customer
Template: ShortText.
- source
Data type: DT_I4
Template: ShortText.
- metadata
Template: MetadataT.
- application_fee
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/order_returns
.Documentation: https://stripe.com/docs/api/order_returns/list.
- [Read Single] action
-
Endpoint URL address:
/order_returns/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/order_returns/retrieve.
- [Create] action
-
Endpoint URL address:
/orders/{{=item.id}}/returns
.Documentation: https://stripe.com/docs/api/orders_legacy/return.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- amount
Data type: DT_R8
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- items
Template: generalItemT.
- livemode
Data type: DT_BOOL
- order
Template: ShortText.
- refund
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/skus
.Documentation: https://stripe.com/docs/api/skus/list.
- [Read Single] action
-
Endpoint URL address:
/skus/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/skus/retrieve.
- [Create] action
-
Endpoint URL address:
/skus
.Documentation: https://stripe.com/docs/api/skus/create.
- [Update] action
-
Endpoint URL address:
/skus/{{=iten.id}}
.Documentation: https://stripe.com/docs/api/skus/update.
- [Delete] action
-
Endpoint URL address:
/skus/{{=item.id}}
.Documentation: https://stripe.com/docs/api/skus/delete.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- active
Data type: DT_BOOL
- attributes
Field components:
-
Uses template:
ShortText
. - Contains the following components: size, gender.
-
Uses template:
- created
Template: UnixTime. A read-only field.
- currency
Template: ShortText.
- image
Template: ShortText.
- inventory
Field components:
-
Uses template:
ShortText
. - Contains the following components: quantity, type, value.
-
Uses template:
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- package_dimensions
Template: PackageDimensionsT.
- price
Data type: DT_R8
- product
Template: ShortText.
- updated
Template: UnixTime. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/sigma/scheduled_query_runs
.Documentation: https://stripe.com/docs/api/sigma/scheduled_queries/list.
- [Read Single] action
-
Endpoint URL address:
/sigma/scheduled_query_runs/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/sigma/scheduled_queries/retrieve.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- data_load_time
Data type: DT_I4
- file
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, created, expires_at, filename, links, purpose, size, title, type, url.
-
Uses template:
- livemode
Data type: DT_BOOL
- result_available_until
Template: UnixTime.
- sql
Template: ShortText.
- status
Template: ShortText.
- title
Template: ShortText.
- error
Field components:
-
Uses template:
ShortText
. - Contains the following components: message.
-
Uses template:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/reporting/report_runs
.Documentation: https://stripe.com/docs/api/reporting/report_run/list.
- [Read Single] action
-
Endpoint URL address:
/reporting/report_runs/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/reporting/report_run/retrieve.
- [Create] action
-
Endpoint URL address:
/reporting/report_runs
.Documentation: https://stripe.com/docs/api/reporting/report_run/list.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- error
Template: ShortText.
- livemode
Data type: DT_BOOL
- parameters
Field components:
-
Uses template:
UnixTime
. - Contains the following components: interval_end, interval_start.
-
Uses template:
- report_type
Template: ShortText.
- result
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, created, expires_at, filename, links, purpose, size, title, type, url.
-
Uses template:
- status
Template: ShortText.
- succeeded_at
Template: UnixTime.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/webhook_endpoints
.Documentation: https://stripe.com/docs/api/webhook_endpoints/list.
- [Read Single] action
-
Endpoint URL address:
/webhook_endpoints/{{=parameters.id}}
.Documentation: https://stripe.com/docs/api/webhook_endpoints/retrieve.
- [Create] action
-
Endpoint URL address:
/webhook_endpoints
.Documentation: https://stripe.com/docs/api/webhook_endpoints/create.
- [Update] action
-
Endpoint URL address:
/webhook_endpoints/{{=item.id}}
.Documentation: https://stripe.com/docs/api/webhook_endpoints/create.
- [Delete] action
-
Endpoint URL address:
/webhook_endpoints/{{=item.id}}
.Documentation: https://stripe.com/docs/api/webhook_endpoints/create.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- api_version
Template: ShortText.
- application
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- description
Template: ShortText.
- enabled_events
Template: LongText. A composite field.
- livemode
Data type: DT_BOOL
- metadata
Template: MetadataT.
- status
Template: ShortText.
- url
Template: ShortText.
- [Read] action
-
The result is extracted from:{{=response.data}}
.
The result is paginated.The following request parameters will be automatically processed:
-
limit:
{{=parameters.batchSize}}
-
starting_after:
{{=parameters.iterator}}
-
_includeUserParameters:
{{=parameters}}
-
limit:
- [Read Single] action
-
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- id: Required. Specify record identifier.
The following request parameters will be automatically processed:
-
limit:
{{=undefined}}
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
item:
{{=Stripe.getFlatItem(item)}}
-
_includeUserParameters:
- [Update] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
item:
{{=Stripe.getFlatItem(item)}}
-
_includeUserParameters:
- [Delete] action
-
The action uses DELETE method.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- DateTime
Data type: DT_DBTIMESTAMP
- UnixTime
Data type: DT_DBTIMESTAMP The gathered value is processed with
{{=value && new Date(value * 1000).toUTCString()}}
expression.- balanceT
Field components:
- An array.
- Contains the following components: amount, currency, source_types.
- billingDetailT
Field components:
-
Uses template:
ShortText
. - Contains the following components: address, email, name, phone.
-
Uses template:
- shippingT
Field components:
-
Uses template:
ShortText
. - Contains the following components: address, carrier, name, phone, tracing_number, refund_attributes_status.
-
Uses template:
- transferDataT
Field components:
-
Uses template:
ShortText
. - Contains the following components: amount, amount_percent, destination.
-
Uses template:
- addressT
Field components:
-
Uses template:
ShortText
. - Contains the following components: city, country, line1, line2, postal_code, state, town.
-
Uses template:
- dobT
Field components:
-
Uses template:
ShortText
. - Contains the following components: day, month, year.
-
Uses template:
- ownerT
Field components:
-
Uses template:
ShortText
. - Contains the following components: address, email, name, phone, verified_address, verified_email, verified_name, verified_phone.
-
Uses template:
- receiverT
Field components:
-
Uses template:
ShortText
. - Contains the following components: address, amount_charged, amount_received, amount_returned, refund_attributes_method, refund_attributes_status.
-
Uses template:
- MetadataT
The gathered value is processed with
{{=_.map(value, function(v, k) { return { name: k, value: v}; })}}
expression. Field components:- An array.
- Contains the following components: name, value.
- TaxRateT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, active, country, created, description, display_name, inclusive, jurisdiction, metadata, percentage, state, livemode.
-
Uses template:
- defaultTaxRateT
Field components:
- An array.
-
Uses template:
TaxRateT
.
- AddressPartT
Field components:
-
Uses template:
ShortText
. - Contains the following components: address_city, address_country, address_line1, address_line1_check, address_line2, address_state, address_zip, address_zip_check.
-
Uses template:
- generalCardT
Template: AddressPartT. Field components:
-
Uses template:
ShortText
. - Contains the following components: id, source, available_payout_methods, object, brand, country, customer, cvc_check, dynamic_last4, exp_month, exp_year, fingerprint, funding, last4, metadata, name, tokenization_method.
-
Uses template:
- customFieldT
Field components:
- An array.
- Contains the following components: name, value.
- complexCardT
Field components:
-
Uses template:
ShortText
. - Contains the following components: brand, country, exp_month, exp_year, fingerprint, funding, last4, networks, three_d_secure_usage, wallet, checks, generated_from.
-
Uses template:
- sourceOrderT
Field components:
-
Uses template:
ShortText
. - Contains the following components: amount, currency, email, shipping, items.
-
Uses template:
- redirectT
Field components:
-
Uses template:
ShortText
. - Contains the following components: reason, failure_reason, return_url, url, status.
-
Uses template:
- lastPaymentErrorT
Field components:
-
Uses template:
ShortText
. - Contains the following components: charge, code, decline_code, doc_url, message, param, payment_method_type, type, payment_method.
-
Uses template:
- recurringT
Field components:
-
Uses template:
ShortText
. - Contains the following components: aggregate_usage, interval, interval_count, usage_type.
-
Uses template:
- tierT
Field components:
- An array.
- Contains the following components: flat_amount, flat_amount_decimal, unit_amount, unit_amount_decimal, up_to.
- transformQuantity
Field components:
-
Uses template:
ShortText
. - Contains the following components: divide_by, round.
-
Uses template:
- PriceT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, active, billing_scheme, created, currency, livemode, lookup_key, nickname, product, recurring, tiers, tiers_mode, transform_quantity, type, unit_amount, unit_amount_decimal, metadata.
-
Uses template:
- taxesT
Field components:
- An array.
- Contains the following components: amount, rate.
- taxAmountT
Field components:
- An array.
- Contains the following components: amount, inclusive, tax_rate.
- sourceT
Template: AddressPartT. Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, brand, country, customer, cvc_check, dynamic_last4, exp_month, exp_year, fingerprint, funding, last4, metadata, name, tokenization_method, amount, card, client_secret, created, currency, flow, livemode, owner, statement_descriptor, status, type, usage, routing_number, account_number, account_holder_name, account_holder_type, ach_debit.
-
Uses template:
- generalItemT
Field components:
- An array.
- Contains the following components: amount, currency, description, parent, quantity, type.
- billingThresholdT
Field components:
-
Uses template:
ShortText
. - Contains the following components: amount_gte, reset_billing_cycle_anchor, usage_gte.
-
Uses template:
- planT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, active, aggregate_usage, amount, amount_decimal, billing_scheme, created, currency, interval, interval_count, livemode, metadata, nickname, product, tiers_mode, usage, trial_period_days, usage_type.
-
Uses template:
- fraudulentT
Field components:
-
Uses template:
ShortText
. - Contains the following components: additional_documentation, explanation.
-
Uses template:
- canceledT
Field components:
-
Uses template:
ShortText
. - Contains the following components: additional_documentation, canceled_at, cancellation_policy_provided, cancellation_reason, expected_at, explanation, product_description, type, return_status, returned_at.
-
Uses template:
- duplicateT
Field components:
-
Uses template:
ShortText
. - Contains the following components: card_statement, cash_receipt, check_image, original_transaction, explanation.
-
Uses template:
- merchandiseNotDescribedT
Field components:
-
Uses template:
UnixTime
. - Contains the following components: received_at, additional_documentation, return_status, returned_at, explanation.
-
Uses template:
- notReceivedT
Field components:
-
Uses template:
UnixTime
. - Contains the following components: expected_at, additional_documentation, product_description, product_type, explanation.
-
Uses template:
- otherT
Field components:
-
Uses template:
ShortText
. - Contains the following components: additional_documentation, product_description, product_type, explanation.
-
Uses template:
- serviceNotDescribedT
Field components:
-
Uses template:
ShortText
. - Contains the following components: additional_documentation, canceled_at, cancellation_reason, received_at, explanation.
-
Uses template:
- simpleItemDataT
The gathered value is processed with
{{=valueParent.data}}
expression. Field components:- An array.
- Contains the following components: id, object, billing_thresholds, created, metadata, plan, price, quantity, subscription, tax_rates.
- requirementT
Field components:
-
Uses template:
ShortText
. - Contains the following components: current_deadline, currently_due, disabled_reason, errors, eventually_due, past_due, pending_verification.
-
Uses template:
- spendingControlT
Field components:
-
Uses template:
LongText
. - Contains the following components: allowed_categories, blocked_categories, spending_limits, spending_limits_currency.
-
Uses template:
- perEndStartT
Field components:
-
Uses template:
UnixTime
. - Contains the following components: end, start.
-
Uses template:
- EventT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, amount, amount_captured, amount_refunded, application, application_fee, application_fee_amount, balance_transaction, billing_details, calculated_statement_descriptor, captured, created, currency, customer, description, destination, dispute, disputed, failure_code, failure_message, fraud_details, invoice, livemode, metadata, on_behalf_of, order, outcome, paid, payment_intent, payment_method, payment_method_details, receipt_email, receipt_number, receipt_url, refunded, refunds, review, shipping, source, source_transfer, statement_descriptor, statement_descriptor_suffix, status, transfer_data, transfer_group.
-
Uses template:
- BalanceTransactionT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, amount, available_on, created, currency, description, exchange_rate, fee, fee_details, net, reporting_category, source, status, type.
-
Uses template:
- SubscriptionT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, application_fee_percent, billing_cycle_anchor, billing_thresholds, cancel_at, cancel_at_period_end, canceled_at, collection_method, created, current_period_end, current_period_start, customer, days_until_due, default_payment_method, default_source, default_tax_rates, discount, ended_at, items, latest_invoice, livemode, metadata, next_pending_invoice_item_invoice, pause_collection, pending_invoice_item_interval, pending_setup_intent, schedule, start_date, status, transfer_data, trial_end, trial_start.
-
Uses template:
- BankAccountT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, ach_credit_transfer, amount, client_secret, created, currency, customer, flow, livemode, metadata, available_payout_methods, owner, receiver, statement_descriptor, status, type, usage, account_holder_name, account_holder_type, bank_name, country, fingerprint, last4, routing_number.
-
Uses template:
- PersonT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, account, address, address_kana, address_kanji, created, dob, email, first_name_kana, first_name_kanji, first_name, last_name, last_name_kana, last_name_kanji, maiden_name, gender, nationality, political_exposure, id_number, id_number_provided, metadata, phone, relationship, requirements, ssn_last_4, ssn_last_4_provided, verification.
-
Uses template:
- CouponT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, amount_off, created, currency, duration, duration_in_months, livemode, max_redemptions, metadata, name, percent_off, redeem_by, times_redeemed, valid.
-
Uses template:
- PackageDimensionsT
Field components:
- Contains the following components: height, length, weight, width.
- InvoiceItemT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, amount, currency, description, discountable, discounts, livemode, metadata, period, price, proration, quantity, subscription, subscription_item, tax_rates.
-
Uses template:
- ApplicationFeeRefundT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, amount, balance_transaction, created, currency, fee, metadata.
-
Uses template:
- FileLinkT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, object, expired, livemode, file, url, created, expires_at, metadata.
-
Uses template:
What's New
- New: Introduced connection.
Related documentation
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.