inboundTransfers
Cancel an Inbound Transfer
Cancel an inbound transfer. Returns the Inbound Transfer object if the cancelation succeeded. Returns a 412 Precondition Failed if the Inbound Transfer has already been canceled or cannot be canceled.
post/v1/inbound_transfers/{id}/cancel
Path parameters
idstring required
The unique identifier for the inbound transfer
Response
The inbound transfer was canceled
Example response
{
"id": "inbound_transfer_01j8rs605a4gctmbm58d87mvsj",
"amount": 10000,
"description": "InboundTransfer from my bank account",
"status": "pending",
"created_at": "2020-01-31T23:00:00Z",
"updated_at": "2020-01-31T23:00:00Z"
}