Pay Now

Credit Card

Untitled_2024-03-18_06-11-44.png

Direct Debit

Untitled_2024-03-18_06-11-34.png

 

Stripe Payment Element Form Parameters (Attributes)

Input

To be configured when calling the lightning web component of the Stripe payment form.

PARAMETERS

DESCRIPTION

Gateway Account

The gateway service provider where the tokenization process or payment process will be initiated. Make sure the provided Gateway Account record is an active gateway.

Payment Method

Determines the supported payment method of the form which is “Credit Card” for Card and “Direct Debit” for Bank Debit. For multiple payment methods, separate each payment method with a semi-colon. Make sure that the provided payment methods are supported by the Gateway Account.

Amount

The amount to be collected for the payment process.

Redirect URL

The URL where the page will be redirected to after a successful tokenization or payment processing.

Require CVC

Once enabled, the CVC field on the form will display. Otherwise, the CVC field will be hidden. Take note that it is advisable to enable the CVC field when the form is embedded on an external page.

Email Address

The email address of the customer.

City

The city, district, suburb, town, or village of the customer’s address details.

Country

The country of the customer’s address details. Provide either the whole country name or the two-letter country code (ISO 3166-1 alpha-2).

Line 1

The address line 1 (e.g., street, PO Box, or company name) of the customer’s address details.

Line 2

The address line 2 (e.g., apartment, suite, unit, or building) of the customer’s address details.

State

The state, county, province, or region of the customer’s address details.

Postal Code

The ZIP or postal code of the customer’s address details.

Require Postal Code

Once enabled, the Postal Code field on the form will display. Otherwise, the Postal Code field will be hidden.

Relate Record To

The specific record that will be linked to the Gateway Transaction record. Please provide a valid record ID.

Relate Record To - Field

The custom lookup field under the Gateway Transaction object that will be populated with the provided record ID in the “Relate Record To” attribute.

Output

The results from the process returned by the lightning web component of the Stripe payment form – no need to configure.

PARAMETERS

DESCRIPTION

Successful

Identifies if the whole tokenization process or payment process is either successful or failed. If true, it indicates that it is a success. If false, it indicates is a failure.

Response Code

The returned result code from the parsed response.

Response Message

The returned result message from the parsed response.

Payment Intent ID

Unique identifier of the payment intent.

Gateway Transaction

The Gateway Transaction record that is created from the payment attempt.