Example description: Installment Payment

In this demo example you have Custom Form with enabled support for installment payment. It is required to create or retrieve a customer to create an installment payment.

The card belonging to the customer object will be used to process the transactions of the installment payment.

Fill the form with a valid name, email and a valid card* number (or use default values clicking on the EXAMPLE DATA button).

cardTokenId:
customerId:
cardId:
installmentPaymentId:
threeDSServerTransID:
authentificationValue:

450.00

deposit of
15000

850.00

deposit of
25000

1,600.00

deposit of
45000

Card data

Select card and enter CVV
Loading...
Secure payment by CentralPay

Step 1

Collecting the personal information and credit card data. All required fields must be filled before sending data. Select the Remember my card option to store your card.

Step 2

Card data is sent to CentralPay through the browser with token.js. CentralPay stores the card data and returns the CardTokenID to the merchant form. Using the CardToken ID, a new Customer ID is requested.

Step 3

Either if it's a new card or an existing one, use your Customer ID / Card ID validated with the CVV to process a new transaction.

Step 4

The Payment Authentication Response, Customer ID / Card ID, currency, amount, and order data are sent to the API by submitting the form. CentralPay creates a Transaction and returns TransactionId with JSON response to the merchant.