Returns all funding accounts for the authenticated merchant.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/accounts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "currency": "<string>", "country": "<string>", "balance": "<string>", "available_balance": "<string>", "status": "<string>", "provider": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
List of funding accounts.
Show child attributes