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