Knowledge Base
Knowledge Base
  • Welcome
  • Getting Started
    • Installation
    • Connect to Stripe
  • Components
    • Key Concepts
    • Stripe - Customers
    • Stripe - Create Payment
    • Stripe - Create Invoice
    • Stripe - Create Subscription
    • Stripe - Create Payment Link
    • Stripe - Payments
      • Manage Payment
    • Stripe - Invoices
      • Manage Invoice
    • Stripe - Subscriptions
      • Manage Subscription
    • Stripe - Payment Methods
    • Stripe - Record
    • Stripe - Payment
  • Data Processing
    • Records Processing
    • Import Stripe Entities
    • Stripe Entities Processing
Powered by GitBook
On this page
  1. Components

Stripe - Create Payment

Last updated 28 days ago

Stripe - Create Payment component allows to create and pay Stripe Payment Intent.

The payment creation process has the following steps:

  1. 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 .

  2. Provide the Payment Method details.

    1. Select an existing Payment method related to the Stripe Customer

    2. Create a new Payment Method

  3. 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:

Attribute
Description

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}

Stripe Guest Customer