Skip to main content
POST
Get Payment Providers
Get the list of available payment providers and their supported currencies and countries.

Body

application/json
currency
string
required

Currency

Example:

"NGN"

paymentMethod
enum<string>
required

Payment method to list providers for. Must be one of the enum values below — BANK_TRANSFER is a different enum and is rejected here.

Available options:
mobile_money,
bank,
card,
crypto
Example:

"bank"

Response

201 - undefined