Request
x-atlas-client-secret
string
requiredExample:<YOUR_CLIENT_SECRET>
Body Params application/json
The currency of your balance account
Request samples
curl --location --request POST 'https://sandbox.atriptech.com/balance.do' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Accept-Encoding: gzip' \
--header 'Accept-Encoding;' \
--header 'x-atlas-client-id: <YOUR_CLIENT_ID>' \
--header 'x-atlas-client-id;' \
--header 'x-atlas-client-secret: <YOUR_CLIENT_SECRET>' \
--header 'x-atlas-client-secret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "string"
}'
Responses
application/json accountBalance
object | null
optionalThis element contavins the information regarding the amount and the currency of transaction of the customer.
The amount of balance in your deposit account.
The currency in which Atlas settles transactions with you.
{
"status": 0,
"msg": "string",
"accountBalance": {
"amount": "string",
"currency": "string"
}
}
Modified at 2025-07-18 06:59:46