List of Accounts
List of account created
GET /v1/accounts
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
[
{
"id": "1e35c82d-4c3d-4487-b82a-745b2cdc2031",
"product_id": "4a44fe9f-edcc-4e74-bd66-f0477ea9572b",
"company_id": "1c2931f3-3644-4dba-805f-3e2e352e829d",
"name": "Test Card",
"currency_code": "EUR",
"credit_limit": 0,
"used_credit": 0,
"balance": 92.65,
"available_amount": 92.65,
"blocked_amount": 0,
"status": "Active",
"created_at": "2024-10-02T11:45:14Z",
"updated_at": "2024-11-01T02:01:59Z",
"limits": {
"daily_purchase": 10000,
"daily_withdrawal": 2000,
"daily_internet_purchase": 5000,
"daily_contactless_purchase": 1000,
"weekly_purchase": 10000,
"weekly_withdrawal": 2000,
"weekly_internet_purchase": 30000,
"weekly_contactless_purchase": 5000,
"monthly_purchase": 10000,
"monthly_withdrawal": 2000,
"monthly_internet_purchase": 30000,
"monthly_contactless_purchase": 5000
},
"is_main": false,
"cards_count": 1
}
]Last updated
Was this helpful?