Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 876 Bytes

ach-details.md

File metadata and controls

27 lines (18 loc) · 876 Bytes

ACH Details

ACH-specific details about BANK_ACCOUNT type payments with the transfer_type of ACH.

Structure

ACH Details

Fields

Name Type Tags Description
routing_number string Optional The routing number for the bank account.
Constraints: Maximum Length: 50
account_number_suffix string Optional The last few digits of the bank account number.
Constraints: Minimum Length: 1, Maximum Length: 4
account_type string Optional The type of the bank account performing the transfer. The account type can be CHECKING,
SAVINGS, or UNKNOWN.
Constraints: Maximum Length: 50

Example (as JSON)

{
  "routing_number": "routing_number4",
  "account_number_suffix": "account_number_suffix8",
  "account_type": "account_type4"
}