Get an ACH Relationship

This endpoint enables you to retrieve information about a specific ACH relationship.

Get A Specific ACH Relationship

GET https://apidev.autoshares.dev/cashiering/GetACHProfiles[&acct_no][&acct_type][&Cashiering_Profile]

Path Parameters

NameTypeDescription

acct_no

String

account number tied to the logged in profile

acct_type

String

Single character : C or M etc.,

Cashiering_Profile

String

account id : Ex: "CHECKING-USD"

Response


[{
    "requestID": "string",
    "corr": "VLNT",
    "office": "001",
    "acct_no": "ABC123",
    "acct_type": "C",
    "cashiering_Profile": "CHECKING-USD",
    "accountName": "John Smith",
    "accountNumber": "12345678",
    "aba": "021000021",
    "achqToken": "string",
    "createdBy": "string",
    "createdDate": "string",
    "approvedBy": "string",
    "approvedDate": "string",
    "approved": true,
    "comments": "string",
    "clearingFirmEnabled": true,
    "correspondentFirmEnabled": true,
    "thirdPartyVerification": true,
    "thirdPartyVerificationReviewer": "string"
}]

Last updated