Wallets
Create Wallet
API reference for creating wallets (both merchant and customer)
POST
Creates a new wallet for either merchant or customer.
Key Features:
- Supports both STABLECOIN (with network) and FIAT wallets
customer_id
is 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:
Customer FIAT Wallet:
Merchant STABLECOIN Wallet:
Merchant FIAT Wallet:
Headers
Body
application/json
Response
201
application/json
Wallet created successfully
The response is of type object
.