Developer Portal
14.2.3 Sale with One Time Session and Primary Account Number
path: /Payment/ACH method: POST Request:{ "request": "sale", "userName": "villagepwtest", "password": "villagepwtest1!", "accountInputMode": "primaryAccountNumber", "bankAccount": { "accountNotes1": "Notes about account", "accountNotes2": "More info", "accountNotes3": "", "accountNumber": "111111111", "accountType": "checking", "address": "12 Red Rock Terrace", "city": "Scrub Pine Desert", "email": "[email protected]", "firstName": "Wiley", "lastName": "Coyote", "middleName": "Genius", "phone": "222-222-2222", "routingNumber": "123455555", "state": "AZ", "zip": "01932" }, "directDebitTransaction": { "amount": 1000, "name": "TEST-ACH-026-01", "checkNumber": "5432", "paymentType": "single", "sourceId": 11, "standardEntryClass": "PPD", "tax": 100, "transactionNotes1": "Notes field 1", "transactionNotes2": "Order 123", "transactionNotes3": "Other note" }, } Reply:{ "bankAccount": { "accountNotes1": "Notes about account", "accountNotes2": "More info", "accountNotes3": "", "accountNumber": "******1111", "accountType": "checking", "bankName": "", "city": "Scrub Pine Desert", "divisionId": 7, "email": "[email protected]", "firstName": "Wiley", "inputMode": 1, "key_alias": 60, "lastFour": "1111", "lastName": "Coyote", "lastUsed": "1999-01-01 00:00", "middleName": "Genius", "paywayToken": 1200000209, "phone": "2222222222", "routingNumber": "123455555", "state": "AZ", "status": 2, "zip": "01932" }, "directDebitTransaction": { "amount": 1000, "authorizedTime": "2020-10-29 13:06:26-04", "capturedTime": "2020-10-29 13:06:27", "checkNumber": "5432", "cbMode": 2, "fsvIndicator": "", "id_deposit": 0, "name": "TEST-ACH-026-01", "paymentType": "single", "posting_date": "1999-01-01 00:00:00-05", "processorResultCode": "", "processorSoftDescriptor": "", "purpose": 0, "rejectReason": 0, "resultCode": 0, "sessionToken_string": "0", "settledTime": "1999-01-01 00:00:00-05", "sourceId": 11, "standardEntryClass": "PPD" "standardEntryCode": 0, "status": 4, "tax": 100, "transactionNotes1": "Notes field 1", "transactionNotes2": "Order 123", "transactionNotes3": "Other note" }, "paywayCode": "5000", "paywayMessage": "" }