Stripe - Create Payment
Last updated
Last updated
Stripe - Create Payment component allows to create and pay Stripe Payment Intent.
The payment creation process has the following steps:
Provide an optional Stripe Customer (can be automatically prepopulated if one of the Customer search attribute is configured). There is an ability to create a new Stripe Customer or bypass this field to associate the Payment Intent with a .
Provide the Payment Method details.
Select an existing Payment method related to the Stripe Customer
Create a new Payment Method
Upon a successfull payment the link to a Payment Intent in Stripe Dashboard is provided to copy or open in a new browser tab
Please see the list of the attributes to configure the component:
Customer Id Field
The API name of the field that contains Stripe Customer Id to find and populate Customer
Customer Email Field
The API name of the field that contains the customer email to find and populate Customer
Customer Record Id Field
The API name of the field to find Customers in Stripe by rs_pay_recordId to find and populate Customer
Default Amount Field
The API name of the default Amount field
Default Description Field
The API name of the default Description field
Payment Id Target Field
The API name of the field to store the Stripe Payment Intent Id
Target Status Field
The API name of the field to store the payment status
Success Status Value
The value to set the Target Status Field to when the payment is successful
Error Status Value
The value to set the Target Status Field to when the payment fails
Error Message Target Field
The API name of the field to store the error message when the payment fails
Success Message
The message to display when the payment is successful
Cancel Message
The message to display when the payment is canceled
Uncaptured Message
The message to display when the payment is authorized and uncaptured
Submit Button Label
The label of the submit button. Allows merging {amount}