GET
/
balance
Get Service Balance
curl --request GET \
  --url https://sandbox.fapshi.com/balance \
  --header 'apikey: <api-key>' \
  --header 'apiuser: <api-key>'
{
  "service": "<string>",
  "balance": 123,
  "currency": "<string>"
}

Endpoint

GET /balance

Returns the current balance of the service account.

Balance in sandbox environment is randomly generated on each request.

Authorizations

apiuser
string
header
required
apikey
string
header
required

Response

200 - application/json

Current balance returned

The response is of type object.