/api/v1/accountYour account, its country, currency and which payment capabilities are live.
curl https://paytab.co.uk/api/v1/account \
-H "Authorization: Bearer sk_live_..."{
"object": "account",
"id": "acct_...",
"business_name": "Ada's Coffee",
"country": "GB",
"default_currency": "gbp",
"charges_enabled": true,
"payouts_enabled": true,
"capabilities": { "card_payments": "active" }
}