3. Submit Payment

In this Article:

These steps must be performed on the server-side to ensure security and privacy of the transaction.

1: Authentication

To complete the payment you must create a Charge or Subscription after authenticating with Hyper APIs. Refer to the authentication instructions to begin.

2: Submit payment

Use your vaultToken to take a one-time payment using the Charge API.

POST Charge

For recurring payment, use the Subscription API.

POST Subscription

You can use test card numbers whilst integrating. Refer to the verification instructions for details.