Create wallet (merchant or customer)
Wallets
Create Wallet
API reference for creating wallets (both merchant and customer)
POST
Create wallet (merchant or customer)
Creates a new wallet for either merchant or customer.
Customer FIAT Wallet:
Merchant STABLECOIN Wallet:
Merchant FIAT Wallet:
Key Features:
- Supports both STABLECOIN (with network) and FIAT wallets
customer_idis optional (null for merchant wallets)- Automatic network validation based on currency type
- Returns complete wallet details with addresses (for crypto)
Request Body:
Customer STABLECOIN Wallet:Headers
Body
application/json
Currency code
Available options:
USDC, ZAR Example:
"USDC"
Optional description (Recommended)
Maximum string length:
255Example:
"My wallet"
Required for customer wallets, omit for merchant wallets
Example:
"85b148ab-3f6b-4d55-917f-3c8de668a48e"
Required for STABLECOIN only
Available options:
erc20, polygon Example:
"erc20"