cURL
curl --request GET \ --url https://api.usepooler.com/business-details \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "stan": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "business_name": "<string>", "business_address": "<string>", "business_city": "<string>", "business_state": "<string>", "business_country": "<string>", "business_zip": "<string>", "business_phone": "<string>", "business_email": "[email protected]", "status": "<string>", "is_developer_access_enabled": true, "is_live_mode_enabled": true, "is_test_mode_enabled": true, "can_go_live": true, "current_mode": "<string>", "account_balance": "<string>", "account_balance_in_float": 123 } }
Retrieve detailed information about your business account including balance, status, and payment configuration.
Bearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}
Business account details retrieved successfully
Show child attributes