Skip to main content

Documentation Index

Fetch the complete documentation index at: https://d24.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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"
}