Update a Payout
PUT {{url}}/payouts/{{payout}}
Updates a payout object. This accepts only the metadata parameter.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"payouts": {
"id": "PO000AQRT26VF2",
"amount": 4820,
"deducted_fees": 180,
"currency": "GBP",
"created_at": "2024-03-22T10:13:45.858Z",
"reference": "ONDOOO-JCTG64W2E5Z",
"status": "paid",
"arrival_date": "2024-03-22",
"payout_type": "merchant",
"fx": {
"fx_currency": null,
"fx_amount": null,
"exchange_rate": null,
"estimated_exchange_rate": null
},
"tax_currency": "GBP",
"metadata": {
"key": "value"
},
"links": {
"creditor_bank_account": "BA000F4WV9WRBE",
"creditor": "CR00006C6DF0TD"
}
}
} |
ENDPOINTS