ACH-specific details about BANK_ACCOUNT
type payments with the transfer_type
of ACH
.
ACH Details
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 |
{
"routing_number": "routing_number4",
"account_number_suffix": "account_number_suffix8",
"account_type": "account_type4"
}