ACH Debits
Get a bank transfer
Gets a bank transfer by its id or txid. Either identifier may be used interchangeably.
get/api/tradfi/v1/bank-transfers/{id}
Path parameters
idstring required
The transfer's primary key (id) or transaction ID (txid)
Response
OK
Example response
{
"counterparty": {
"name": "Jane Doe",
"accountNumber": "*****7890",
"financialInstitution": "COBADEFFXXX",
"country": "DE"
}
}Changes
No recorded changes to this endpoint across all 17 revisions of this API.