Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.21 KB

File metadata and controls

46 lines (26 loc) · 1.21 KB

AchPaymentInfo

ACH payment information for US Automated Clearing House transfers

Properties

Name Type Description Notes
rail RailEnum The payment rail type for ACH transfers
addressingSystem AddressingSystemEnum The addressing system used for ACH transfers
accountHolderGivenName String The given name (first name) of the account holder
accountHolderSurname String The surname (last name) of the account holder
country String The country for the transfer (ISO 3166-1 alpha-2 code)
accountNumber String The bank account number
routingNumber String The bank routing number (ABA routing number)
accountType AccountTypeEnum The type of bank account

Enum: RailEnum

Name Value
ACH "ACH"

Enum: AddressingSystemEnum

Name Value
ACH "ACH"

Enum: AccountTypeEnum

Name Value
CHECKING "CHECKING"
SAVINGS "SAVINGS"