Last updated 1 year ago
Was this helpful?
/user/{user_uuid}/orders/transfer
UUID of the user
ece0711c-9a33-485e-9864-f516a1483084
curl -L \ --request POST \ --url 'https://www.developer.metasky.me/api/v1/user/{user_uuid}/orders/transfer' \ --header 'Content-Type: application/json' \ --data '{ "order_uuid": "ece0711c-9a33-485e-9864-f516a1483084" }'
{ "message": "Transfer order created successfully", "status": "success", "request_id": "7e0c3676-82c9-43dc-8678-61bc4aa7c72c", "data": { "order_uuid": "123e4567-e89b-12d3-a456-426614174000", "order_type": "TRANSFER", "order_status": "PENDING", "order_note": "test transaction" } }