Get an ACH Relationship
Fetch information about a specific ACH relationship
Overview
GET apiURL/v1.0/accounts/{accountId}/ach-relationships/{id}Response
{
"Id": "someID-da10-40bc-060a-08d7bacaad26",
"AccountId": 0,
"RoutingNumber": "051000017",
"AccountNumber": "987654321222",
"AccountOwnerName": "Eugeny",
"Name": "Citi Bank",
"Status": "Pending",
"CreatedAt": "2020-03-16T15:38:41.5766667Z",
"ApprovalMethod": "Instant",
"Default": false
}Common Mistakes
Failing to Specify the Et-App-Key Parameter
Last updated