Skip to main content
Transaction fees vary depending on the selected payment method. Before initiating a payment, use our fees API to query and present the customer with an accurate fee breakdown. Follow these instructions to query fees before initiating a payment:
  1. Encrypt the fee query request. This request should contain the payment type and transaction amount.
  2. Send the encrypted request to the fetch fee endpoint.
Use these examples to guide your fee query.
{
    "amount": 500,
    "payment_option": "CARD"
}