achObject
ach object
Details of the ach account to be used for the transaction.
This is the name of the customer or company.
Possible values: <= 22 characters
XYZ CompanyThis is the payment type. Possible values are:
-
WEB - Website originated debit (Personal bank accounts only).
-
TEL - elephone-Initiated Entry (Personal bank accounts only).
-
PPD - Personal account debit (Personal bank accounts only).
-
CCD - Business account debit (Business bank accounts only).
Possible values: [WEB, TEL, PPD, CCD]
This is the bank account type.
Possible values: [SAVINGS, CHECKING, LOAN]
This is the bank account number.
Possible values: >= 4 characters and <= 17 characters
988772192For USD accounts, this is the 9-digit routing number of the bank.
Possible values: >= 9 characters and <= 9 characters
211589828This is returned in response. It contains only last 2 digits of bank account.
Possible values: >= 2 characters and <= 2 characters
92{
"ach": {
"accountHolderName": "XYZ Company",
"payMethod": "WEB",
"accountType": "SAVINGS",
"accountNumber": "988772192",
"routingNumber": "211589828",
"lastDigits": "92"
}
}