Make a payment
In order to make a payment you need to:
- Get payment methods and select one,
- Create a payment in your backend, pass the selected payment method alias as cardAlias . A payment token will be returned.
- Use the payment token to complete the payment, please refer to the subsequent pages to see how to pay with different payment methods.
- After a payment has been made, validate it in your backend, either by getting the payment object or by listening to the callback and verifying the payment status.