{}
curl --location --request GET '/v5/partner/transfer/info?transfer_uuid=b84c2a19-b99b-470e-82e2-54785f67a9b3' \
--header 'Authorization: Bearer <access_token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"transfer_uuid": "b84c2a19-b99b-470e-82e2-54785f67a9b3",
"status": "waiting"
"originator_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"destination_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"amount_source": 100.00,
"currency_source": "KZT",
"amount_target": 95.00,
"currency_target": "UZB",
"rate": "2,5",
"total_fee": 5.00,
"agent_fee": 1,2,
"response_time": "2025-03-31T10:35:21.000Z"
}