Add Wallet

Provisions an additional wallet for an existing customer. Call GET /v2/customers/:id/wallets/:currency/providers first to check available providers.

Body

channel

*String

Channel for the wallet. One of: "WALLET", "ACCOUNT", "STABLECOIN".

currency

*String

3-letter ISO currency code (e.g. NGN, KES, USD).

provider

String

Provider to back this wallet. If an active wallet for the same channel/currency/provider already exists, the existing one is returned.

POST
/ v2/customers/:id/wallets
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response