inboundTransfers
Get an Inbound Transfer
Get an inbound transfer by its unique identifier.
get/v1/inbound_transfers/{id}
Path parameters
idstring required
The unique identifier for the inbound transfer
Response
The inbound transfer was retrieved
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"
}