{
"identifier": "string"
}
curl --location --request POST 'https://api.freedompay.kz/v5/partner/wallet/info' \
--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",
"wallet": {
"wallet_id": "d9a8fbfc-848f-43a2-9168-911ed3a04a48",
"identifiers": [
{
"value": "string"
}
],
"owner_id": "string",
"account_number": "string",
"currency": "string",
"balance": "string",
"status": "string"
},
"dt": "2019-08-24T14:15:22Z",
"error_code": "string",
"error_description": "string"
}