Payment Methods

Below are supported payment methods on our platform

CARD

Used to collected card payments by specifying theCARD value in the payment_method field

{
  ...
  "payment_method": "CARD"
  ...
}

Refunds are supported for cards. Go here to learn about them

In case you do provide the customer's card details to process the card transactions, we will return a payment_url where the customer will complete their transaction.

When the customer is redirected to the payment_url, they will securely provide their card details and their transaction will be processed. We do not store the customers' card details but the masked version. The masked version is useful during queries.

Completing this transaction redirecting the customer to the payment_url to complete the payment.

Last updated