Skip to main content
GET
Predict Payment Source Amount And Fee

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

version
string
required
Allowed value: "v1"

Query Parameters

target_currency
string
required

Three-letter ISO-4217 currency code (e.g. USD, LRD, NGN)

Required string length: 3
Pattern: ^[A-Z]{3}$
payment_method
required
Available options:
MTN_MOMO_LBR,
ORANGE_MONEY_LBR,
AIRTEL_RWA,
MTN_MOMO_RWA,
ORANGE_MONEY_RWA
provider
enum<string>
required
Available options:
MTN_MOMO_LBR,
ORANGE_MONEY_LBR,
PAWAPAY,
STRIPE,
PLATFORM
source_type
enum<string>
required
Available options:
INVOICE,
ORDER,
SUBSCRIPTION
source_id
integer
required

Response

Successful Response

AmountAndFeePredictionResponse

payer_amount
string
required
payer_currency
string
required
payee_amount
string
required
payee_currency
string
required
platform_fee
string
required
platform_currency
string
required
fx_fee
string | null
gateway_fee
string | null
gateway_currency
string | null
Last modified on June 23, 2026