Amount intended to be collected by this PaymentIntent. A positive integer representing how much to charge in the smallest currency unit (e.g., 100 cents to charge $1.00)
PaymentIntentCreateParams
Optional
capture_Controls when the funds will be captured from the customer’s account. automatic
(Default) Tilled automatically captures funds when the customer authorizes the payment. manual
Place a hold on funds when the customer authorizes the payment, but don't capture the funds until later.
PaymentIntentCreateParams
Optional
confirmSet to 'true' to attempt to confirm this PaymentIntent immediately. This parameter defaults to false
.
PaymentIntentCreateParams
Three-letter ISO currency code, in lowercase.
PaymentIntentCreateParams
Optional
level3Level 2 and Level 3 (L2/L3) credit card processing refers to certain B2B card transactions for which the merchant might be eligible for lower credit card interchange rates. The lower rates may be available for merchants who provide more detailed information when processing card-not-present transactions.
PaymentIntentCreateParams
Optional
metadataSet of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value (i.e. \'\'
or null
) to them. All keys can be unset by posting an empty value (i.e. {}
or null
) to metadata
.
PaymentIntentCreateParams
Optional
occurrence_Used to identify authorization requests that use stored credentials to improve authorization rates and reduce fraud. consumer_ad_hoc
Ad hoc consumer-initiated request merchant_ad_hoc
Unscheduled merchant-initiated request merchant_recurring
Scheduled, merchant-initiated recurring request
PaymentIntentCreateParams
Optional
payment_ID of the PaymentMethod to attach to this PaymentIntent.
PaymentIntentCreateParams
The list of payment method types (e.g. card) that this PaymentIntent is allowed to use.
PaymentIntentCreateParams
Optional
platform_The amount of the platform fee (if any) that will be requested to be applied to the payment and transferred to the partner
account. The amount of the fee collected will be capped at the total payment amount.
PaymentIntentCreateParams
Optional
statement_Provides information about a payment that customers see on their statements. Concatenated with the prefix (shortened descriptor) or statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 20 characters for the concatenated descriptor.
PaymentIntentCreateParams
Generated using TypeDoc
Export
PaymentIntentCreateParams