Skip to main content

List Accounts

Returns every account belonging to the authenticated merchant.

Endpoint​

GET /api/v2/accounts

Request​

curl -s "https://api.4pay.cc/api/v2/accounts" \
-H "X-API-Token: YOUR_API_TOKEN"

Response​

{
"items": [
{
"id": "019d2236-2511-728e-96de-27fca03a9c48",
"name": "Main Account",
"balance": "1000.000000000",
"holdedBalance": "50.000000000",
"availableBalance": "950.000000000",
"currency": "USD",
"status": "active",
"cards": 5,
"allowedCardTypes": ["virtual"],
"isTransferAllowed": true,
"createdAt": "2026-03-24T23:37:47+00:00",
"updatedAt": "2026-03-24T23:37:49+00:00"
}
]
}

Field names may include additional provider-specific keys; use GET account details for full binList and fees.