v1
latestOpenAPI 3.1.02026-07-241910582.8 KBUpdate Incoming Payment Detail
Update a single Incoming Payment Detail's metadata.
patch/incoming_payment_details/{id}
Path parameters
idstring required
The ID of the Incoming Payment Detail.
Request body
Response
200
Example response
{
"id": "20952b6f-1a4e-45bb-b071-f4cf698861a9",
"object": "incoming_payment_detail",
"live_mode": true,
"internal_account_id": "0186a991-809a-4696-a47a-fe7db5013eee",
"type": "ach",
"amount": 10000,
"currency": "USD",
"direction": "debit",
"status": "pending",
"metadata": {
"foo": "bar"
},
"as_of_date": "2021-11-05",
"created_at": "2021-11-05T03:21:59Z",
"updated_at": "2021-11-05T16:27:48Z"
}