If this PaymentIntent should be saved for future use, this value should be true. The customer should be authenticated to save the payment intent.
The request to create PaymentIntent.
Property | Type | Description |
---|---|---|
|
|
If this PaymentIntent should be saved for future use, this value should be true. The customer should be authenticated to save the payment intent. |
|
|
When a PaymentIntent’s payment method is stored for future use, this value declares if we intend to use the payment method on-session (i.e. as part of a customer interaction) or off-session (i.e. as part of a business-driven interaction). |
|
|
For non-card charges, you can use this value as the complete description that appears on your customers’ statements. Must contain at least one letter, maximum 22 characters. |
|
|
The total amount to be used for the PaymentIntent. |
|
|
Any extra properties needed to define the PaymentIntent. |
The DTO class that contains the properties from the PaymentIntent
Property | Type | Description |
---|---|---|
|
|
The id of the PaymentIntent. |
|
|
The client secret of this PaymentIntent. Used for client-side retrieval using a publishable key. |
|
|
The Stripe customer id. |
|
|
Any extra properties describing the PaymentIntent. |
The request to create SetupIntent.
Property | Type | Description |
---|---|---|
|
|
The BLC customer email. |
|
|
The Stripe customer id. |
|
|
The tenant id associated with the current request. Deprecated: this parameter is no longer used |
|
|
The application id associated with the current request. Deprecated: this parameter is no longer used |
|
|
Any extra properties needed to define the SetupIntent. |
The DTO class that contains the properties from the SetupIntent required to attach a payment method
Property | Type | Description |
---|---|---|
|
|
The client secret of this SetupIntent. Used for client-side retrieval using a publishable key. |
|
|
The Stripe customer id. |