cURL
curl --request GET \ --url https://ecsend.paysgator.com/balance \ --header 'X-Api-Key: <api-key>'
{ "balance": 150.5, "currency": "MZN", "user": { "name": "John Doe", "email": "[email protected]" } }
Returns the current account balance, currency, and user information.
Balance details
150.5
"MZN"
Show child attributes