Get Payout
Endpoint: GET https://api.zamplabs.com/api/v1/transfer/payouts/:payoutId
Get the status for a specific payout
Response JSON Representation
{
"data": {
"id": "iihr42_bmE7ioj9aVdNzNoFMaC6SE_06_02",
"reference_id": "871878uhs7_00",
"status": "initiated",
"parent_id": "iihr42_2pyNY8ZxjZGLbU7i2HzNDf_04_03",
"quote_id": "iihr42_ghrVuBFeuVw7JjRj4pmzrf_06_02",
"corridor_id": "iihr42_Vm6YbkiPJjuNySeoRdoBp8_05_17",
"source_currency_code": "USD",
"destination_currency_code": "USD",
"beneficiary_id": "iihr42_B9XkvSN47U9kW3UDZKVDcg_05_17",
"source_amount": 20,
"receiving_amount": 19.5,
"exchange_rate": 1,
"total_fees": 0.5,
"fixed_cost_currency": "USD",
"unique_transaction_reference": "",
"created_at": "2023-06-02T07:07:00.712255Z",
"updated_at": "2023-06-02T07:07:00.712255Z"
}
}
Error codes
HTTP Code | Error Response | Description |
---|---|---|
404 | {"code":"RECORD_NOT_FOUND","message":"Unable to find the record requested."} | Payout not found |