Utopia PaymentsDocs
Account

Retrieve your account

GET
/account

Authorization

secretKey
AuthorizationBearer <token>

Your secret key: sk_live_… or sk_test_….

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/account"
{  "object": "account",  "business_name": "string",  "support_email": "string",  "livemode": true,  "payments_enabled": true,  "currencies": [    "AED"  ]}