{
"identifier": "string"
}
curl --location --request POST 'https://api.freedompay.kz/v5/partner/wallet/balance' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "string"
}'
ok
: Request completed successfully.error
: Request failed with an error.YYYY-MM-DDThh:mm:ss+hh:mm
.{
"status": "string",
"request_status": "string",
"balance": {
"currency": "string",
"amount": 0
},
"dt": "2019-08-24T14:15:22Z",
"error_code": "string",
"error_description": "string"
}