14.2.1 Add Account
path: /Account/ACH
method: PUT
Request:{
"request": "addAccount",
"paywaySessionToken":” 7F9CD72CE4F4183795138EEAA0B152A8",
“accountInputMode": "primaryAccountNumber",
"bankAccount": {
"accountNotes1": "Notes about account",
"accountNotes2": "More info",
"accountNotes3": "",
"accountNumber": "55878787",
"accountType": "savings",
"address": "12 Red Rock Terrace",
"city": "Singing Desert",
"email": "[email protected]",
"firstName": "Richard",
"lastName": "Lionheart",
"middleName": "",
"phone": "222-222-2222",
"routingNumber": "909126789",
"state": "AZ",
"zip": "01929"
},
}
Reply:{
"bankAccount": {
"accountNotes1": "Notes about account",
"accountNotes2": "More info",
"accountNotes3": "",
"accountNumber": "******8787",
"accountType": "savings",
"bankName": "",
"city": "Singing Desert",
"divisionId": 0,
"email": "[email protected]",
"firstName": "Richard",
"inputMode": 1,
"key_alias": 60,
"lastFour": "8787",
"lastName": "Lionheart",
"lastUsed": "1999-01-01 00:00",
"middleName": "",
"paywayToken": 1200000207,
"phone": "2222222222",
"routingNumber": "909126789",
"state": "AZ",
"status": 2,
"zip": "01929"
},
"paywayCode": "5000",
"paywayMessage": ""
}