Skip to main content

Exchange Rate

Description: Provides PAPSS foreign exchange conversion rates for supported currency corridors.

Use Case

Called before payment initiation to:

  • Display expected beneficiary amount.
  • Calculate exchange conversion.
  • Estimate transaction value.

Request Parameters

POST {base_url} /api/v1/epapss/exchange-rate
curl `{base_url} /api/v1/epapss/exchange-rate`
-H "subscription-key: 2df8a91s8d7a1"
-H "X-client-Id: 432987234"
-H "Content-Type: application/json"
-d '{
"sourceCountry": "NG",
"destinationCountry": "GH",
"amount": 5000
}
'