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
*StringChannel for the wallet. One of: "WALLET", "ACCOUNT", "STABLECOIN".
currency
*String3-letter ISO currency code (e.g. NGN, KES, USD).
provider
StringProvider 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