Wallets
Create wallet
Creates a new wallet for a customer or the authenticated account.
post/wallets
Request body
Example request
{
"customer_type": "user",
"customer_id": 7485,
"currency": "EUR",
"tag": "bills"
}Response
Wallet created
Example response
{
"balance": 250,
"currency": "EUR"
}