latestOpenAPI 3.1.02026-08-153864115.7 MB
c301132dbfd7
Transfers
Retrieve Transfer
Retrieves a single transfer.
get/transfers/{id}
Response
transfer retrieved
Example response
{
"amount": 25,
"created_at": "2026-01-01T12:00:00.000Z",
"created_by_user": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Marcus Webb",
"username": "marcuswebb"
},
"currency": "usd",
"destination": {
"id": "biz_xxxxxxxxxxxxxx",
"route": "biz_xxxxxxxxxxxxxx",
"title": "Shine Time Auto Detailing",
"typename": "Company"
},
"destination_ledger_account_id": "ldgr_xxxxxxxxxxxxxx",
"fee_amount": 0.5,
"id": "ctt_xxxxxxxxxxxxxx",
"metadata": {
"order_id": "SHINE-1042"
},
"notes": "Refund for the rescheduled interior detail",
"object": "transfer",
"origin": {
"id": "biz_xxxxxxxxxxxxxx",
"route": "biz_xxxxxxxxxxxxxx",
"title": "Shine Time Auto Detailing",
"typename": "Company"
},
"origin_ledger_account_id": "ldgr_xxxxxxxxxxxxxx",
"status": "succeeded"
}