v3
latestOpenAPI 3.0.32026-07-31489099.0 KBOrders
Get Transfer
get/accounts/{account_id}/transfers/{transfer_id}
Path parameters
account_idstring required
ID of the resource
Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC
Account ID
transfer_idstring required
ID of the resource
Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC
Transfer ID
Response
OK
Example response
{
"amount": {
"currency": "USD",
"value": "11234.88"
},
"created_at": "2020-01-01T12:00:00Z",
"failure": {
"errors": [
{
"code": "ValidationError",
"source": {
"parameter": "page[cursor]",
"pointer": "/body/data/attributes"
},
"status": "400",
"title": "A validation error occurred"
}
]
},
"id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC",
"updated_at": "2020-01-01T12:00:00Z"
}