...
Set up the Stripe Payment Flow.
To display the Stripe Customer Form, you need to configure the Stripe Form and tick the Gateway Customer should be set to TRUE . Don’t forget to fill up the Gateway Account and Payment Method. Make sure that the Gateway Account is Active and Payment Method are supported by the Gateway Account.
...
Afterwards, click Next and the Stripe Customer Form will display.
...
If the selected Payment Method is a Credit Card, fill in the necessary details.
Example :
...
, and the Is MOTO is set to TRUE, the CVC field will NOT display.
...
Afterwards, click Save Payment Details and will be redirected to the next window displaying the Card Name.
...
the Credit Card details will be tokenised without CVC.
If the selected Payment Method is a Credit Card, and the Is MOTO is set to FALSE, the CVC field will display.
...
Afterwards, click Save Payment Details and the Credit Card details will be tokenised without CVC.
If the selected Payment Method is a Direct Debit, fill in the necessary details.
...
PARAMETERS | DESCRIPTION |
Generate Customer | Set to TRUE to display the Stripe customer form. Otherwise, the Stripe payment form will display. |
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. |
Save Payment Source/Instrument | Once enabled, a Payment Source/Instrument record will be created and the token will be stored on that record. Otherwise, no Payment Source/Instrument record will be created. |
Redirect URL | The URL where the page will be redirected to after a successful tokenization or payment processing. |
Require CVCIs MOTO | Once enabledset to FALSE, 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. |
...