Skip to main content
POST
List available payment networks

Headers

Authorization
string
default:NONE
required

Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.

Example:

"Bearer eyJraWQ..."

X-Api-Key
string
default:NONE
required

API key for server-to-server flows, or the literal string NONE when authenticating via JWT.

Example:

"pcx_abc123_xxxx"

Body

application/json
country_code
string
required

ISO alpha-2 country code. Supported values are GH, NG, BJ, BW, CG, CI, CM, ET, GA, KE, MW, RW, SN, TG, TZ, ZA, and ZM.

Example:

"KE"

Response

Available payment networks

statusCode
integer
Example:

200

networks
object[]