v1
latestOpenAPI 3.1.02026-07-2469193340.0 KBTransfers
Get a Transfer (Available soon)
Get a single transfer by its reference
get/transfers/{transfer_ref}
Path parameters
transfer_refstring required
Transfer reference
Response
OK
Example response
{
"data": {
"ref": "T.87xp",
"from_bank_account_id": "a79423b2-3827-4cf5-9eda-dc02a298d005",
"to_bank_account_id": "0921a719-c79d-4ffb-91b6-1b30ab77d14d",
"amount": 47000,
"description": "Deposit from my bank account",
"matures_at": "2021-06-03T00:00:00Z"
}
}