v1
latestOpenAPI 3.1.02026-07-222392081.7 MBWallets
Load wallet
Load paid or free credits on an existing wallet.
post/v1/wallets/{id}/load
Path parameters
idstring required
Request body
Example request
{
"type": "free",
"amount": 2400,
"comment": "Offline payment received"
}Response
Example response
{
"id": "wal_PPpxP5d3uvgiTT",
"customer_id": "cus_QalW2vTAdkR6IY",
"state": "active",
"currency": "EUR",
"balance": {
"amount": 2400
},
"projected_balance": {
"amount": 2400
},
"created_at": "2024-12-20T16:04:11Z",
"low_projected_balance_threshold": 10000,
"is_auto_load_enabled": true,
"auto_load_type": "paid",
"auto_load_amount": 20000,
"auto_load_interval": {
"period": "months",
"count": 1
},
"auto_load_next_date": "2024-12-20T16:04:11Z",
"auto_load_threshold": 5000
}