Get detailed information about a specific payout including payment reference.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢200
application/json
Payout details
Body
Example
{"success":true,"data":{"id":1,"distribution_id":1,"amount":4750,"currency":"EGP","status":"pending_review","payment_method":"bank_transfer","bank_name":"National Bank of Egypt","reference_number":"PAY-2024-00123","scheduled_at":"2024-04-05T00:00:00+00:00","paid_at":"2024-04-05T14:30:00+00:00","created_at":"2024-04-01T09:00:00+00:00"}}