v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBInternal Transfer
Retrieve an Internal Transfer
Retrieve an Internal Transfer.
get/v1/internal_transfer/{internal_transfer_id}
Path parameters
internal_transfer_idstring required
The ID of the internal transfer object to be retrieved.
Response
An Internal Transfer object.
Example response
{
"id": "internal_transfer_xyz123",
"amount": 5000,
"currency_code": "USD",
"sender_account_id": "account_xyz123",
"sender_account_number_id": "account_number_xyz123",
"receiver_account_id": "account_xyz123",
"receiver_account_number_id": "account_number_xyz123",
"status": "posted",
"rejection": {
"reason": "account_number_not_active",
"details": "Account number account_123 is inactive."
},
"created_at": "2022-06-27T11:22:33Z",
"updated_at": "2022-06-27T11:22:33Z"
}