v1

latestOpenAPI 3.0.0Proprietary2026-07-2233792.6 KB
Payments

Swap Fiat Currency

Swap fiat balance between NGN and GHS in either direction. The from and to currencies must be different.

post/payments/swap-currency

Request body

amountnumber required

Amount in the from currency to swap.

from'ngn' | 'ghs' required

Currency to swap from. Must differ from to.

to'ngn' | 'ghs' required

Currency to swap into. Must differ from from.

pinstring required

Transaction PIN.

Example request

{
  "amount": 5000,
  "from": "ngn",
  "to": "ghs",
  "pin": "1234"
}

Response

Swap completed successfully