Get Gateway Fees
curl --request GET \
--url https://api.example.com/{version}/fees/gateway \
--header 'Authorization: Bearer <token>'{
"id": 123,
"provider_id": 123,
"operation_type": "<string>",
"payment_method": "<string>",
"percentage": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"fixed_fee": 123,
"fixed_fee_currency": "<string>",
"effective_from": "2023-11-07T05:31:56Z",
"effective_to": "2023-11-07T05:31:56Z"
}fees
Get Gateway Fees
GET
/
{version}
/
fees
/
gateway
Get Gateway Fees
curl --request GET \
--url https://api.example.com/{version}/fees/gateway \
--header 'Authorization: Bearer <token>'{
"id": 123,
"provider_id": 123,
"operation_type": "<string>",
"payment_method": "<string>",
"percentage": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"fixed_fee": 123,
"fixed_fee_currency": "<string>",
"effective_from": "2023-11-07T05:31:56Z",
"effective_to": "2023-11-07T05:31:56Z"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Allowed value:
"v1"Query Parameters
Available options:
MTN_MOMO_LBR, ORANGE_MONEY_LBR, AIRTEL_RWA, MTN_MOMO_RWA, ORANGE_MONEY_RWA Available options:
COLLECTION, PAYOUT, TRANSFER, REFUND Response
Successful Response
FeeWithProviderResponse
Amount
Required string length:
3Last modified on June 23, 2026
Was this page helpful?
⌘I
