v1

latestOpenAPI 3.1.02026-07-2656258207.2 KB
Fees

Retrieve fees

Retrieve transaction fees.

get/fees

Query parameters

amountnumber required

The amount in decimal format.

card6string

The card BIN (Bank Identification Number)—the first six digits of the card number.

countrystring

The ISO 3166-1 alpha-2 country code.

currencystring required

ISO 4217 currency code.

networkstring

The network for Mobile Money transaction.

payment_methodstring required

The Payment method of the transaction.

Headers

X-Trace-Idstring

A unique identifier to track this operation. It must be between 12 and 255 characters in length.

Response

OK

status'success' | 'failed'
messagestring

Example response

{
  "data": {
    "fee": [
      {
        "type": "vat",
        "amount": 12.3
      }
    ]
  }
}