ACH
US Automated Clearing House network. Used for pay-in and pay-out in the USA.
Required fields
Field
Type
Description
Example
{
"type": "ACH",
"currency": "USD",
"ach": {
"routingNumber": "021000021",
"accountType": "CHECKING",
"accountHolderType": "INDIVIDUAL",
"bank": {
"accountNumber": "000123456789"
},
"customer": {
"firstName": "John",
"lastName": "Smith",
"email": "[email protected]",
"documentType": "SSN",
"documentNumber": "123456789"
}
}
}Schema
Last updated

