Get transfer
GET {{baseUrl}}/v1/transfers/:id
This endpoint gets a transfer by ID.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"amount": {
"amount": 36143628,
"currency": "Lorem quis"
},
"id": "commodo cillum",
"originating_account": {
"id": "adipisicing pariatur",
"type": "BREX_CASH"
},
"payment_type": "CHEQUE",
"status": "PROCESSING",
"counterparty": {
"id": "non ut",
"payment_instrument_id": "ullamco Duis non",
"type": "VENDOR"
},
"description": "enim ea",
"process_date": "2001-11-21",
"estimated_delivery_date": "1956-08-22",
"creator_user_id": "occaecat nostrud",
"created_at": "1970-09-23"
} |
ENDPOINTS