{
"payload": {
"destination_uuid": "01987f67-5dc6-7179-9a79-62f84230472f",
"transfer_uuid": "01988368-d554-7252-9a65-55c1feb3f8bf"
},
"signature": "{{sign}}"
}
curl --location --request POST '/v5/partner/transfer/payout' \
--header 'Authorization: Bearer <access_token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"payload": {
"destination_uuid": "01987f67-5dc6-7179-9a79-62f84230472f",
"transfer_uuid": "01988368-d554-7252-9a65-55c1feb3f8bf"
},
"signature": "{{sign}}"
}'
{
"state": true,
"response_time": "2025-08-19T15:59:24.621104Z",
"payload": {
"transfer_uuid": "01988368-d554-7252-9a65-55c1feb3f8bf",
"status": "waiting",
"fees": [
{
"type": "SENDER",
"amount": null,
"currency": "KZT",
"percent": 119.67
},
{
"type": "TOTAL",
"amount": null,
"currency": "KZT",
"percent": 467.37
}
],
"target_amount": 2506,
"target_currency": "UZS",
"source_agent_code": "TEST_AGENT"
},
"signature": "e04989592571be57a58cf3177cffd0ad756ccec432c833a5087e805c9733310f"
}