List available payment networks
Returns the available payment networks (banks and mobile money operators) for a given country. The upstream provider is selected automatically based on the country code.
Use the code value returned here as the provider field inside mobile_money_details, or as the bank_code for bank-transfer beneficiaries, when initiating a payment.
Headers
Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.
"Bearer eyJraWQ..."
API key for server-to-server flows, or the literal string NONE when authenticating via JWT.
"pcx_abc123_xxxx"
Body
ISO alpha-2 country code. Supported values are GH, NG, KE, RW, and ZA.
"KE"