Get Account ACH Details
GET {{baseUrl}}/aggregation/v1/customers/{{customerId}}/accounts/{{savingAccountId}}/details
Return the real account number and routing number details for an ACH payment.
Note: this is a premium service, billable per every successful API call.
Supported regions:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Finicity-App-Key | string | ||
Accept | string | ||
Finicity-App-Token | string |
RESPONSES
status: OK
{"routingNumber":"123456789","realAccountNumber":"002345678901"}