Creates an ACH transaction in which funds are transferred from the customer to the merchant. This is used in regular sales transactions.
OK
Bad Request
Not Found
Internal Server Error
{- "paymentProcessorId": "b1390f80-724d-40e6-8790-80c5c7634ee0",
- "paymentMethodId": null,
- "customerId": null,
- "amount": 123.45,
- "isFasterProcessing": true,
- "routingNumber": "123123123",
- "accountNumber": "222222222",
- "taxId": null,
- "accountHolderType": 1,
- "accountType": 1,
- "billingAddress": {
- "city": "Phoenix",
- "countryId": 1,
- "line1": null,
- "line2": null,
- "postalCode": "12345",
- "stateName": null,
- "stateId": 1
}, - "shippingAddress": {
- "city": "Phoenix",
- "countryId": 1,
- "line1": null,
- "line2": null,
- "postalCode": "12345",
- "stateName": null,
- "stateId": 1
}, - "contactInfo": {
- "firstName": "John",
- "lastName": "Smith",
- "companyName": "Aurora",
- "email": "example@example.com",
- "mobileNumber": null,
- "smsNotification": null
}, - "secCode": 0
}Valid parameters. Approved
{- "processedAmount": 0,
- "transactionId": "b3edb5a8-e235-4ef7-9003-2343b43c5c41",
- "typeId": 11,
- "type": "AchDebit",
- "statusId": 21,
- "status": "Scheduled",
- "responseDescription": "Command Successful. Approved.",
- "responseCode": "000"
}Creates an ACH transaction in which funds are transferred from the merchant to the customer. This is used in credit operations, such as payouts or refunds without reference.
OK
Bad Request
Not Found
Internal Server Error
{- "paymentProcessorId": "7a913ba9-724b-4020-8ef1-d3375291f59e",
- "paymentMethodId": null,
- "customerId": null,
- "amount": 123.45,
- "isFasterProcessing": true,
- "routingNumber": "123123123",
- "accountNumber": "222222222",
- "taxId": null,
- "accountHolderType": 1,
- "accountType": 1,
- "billingAddress": {
- "city": "Phoenix",
- "countryId": 1,
- "line1": null,
- "line2": null,
- "postalCode": "12345",
- "stateName": null,
- "stateId": 1
}, - "shippingAddress": {
- "city": "Phoenix",
- "countryId": 1,
- "line1": null,
- "line2": null,
- "postalCode": "12345",
- "stateName": null,
- "stateId": 1
}, - "contactInfo": {
- "firstName": "John",
- "lastName": "Smith",
- "companyName": "Aurora",
- "email": "example@example.com",
- "mobileNumber": null,
- "smsNotification": null
}, - "secCode": 0
}Valid parameters. Approved
{- "processedAmount": 0,
- "transactionId": "5758166f-3608-4625-8dd6-04124a633581",
- "typeId": 12,
- "type": "AchRefund",
- "statusId": 23,
- "status": "ChargedBack",
- "responseDescription": "Command Successful. Approved.",
- "responseCode": "000"
}OK
Bad Request
Not Found
Internal Server Error
Valid parameters. Approved
{- "processedAmount": 0,
- "transactionId": "4300da2c-8a00-48c2-bb9b-d84cf6313b7c",
- "typeId": 15,
- "type": "AchDebit",
- "statusId": 22,
- "status": "Cancelled",
- "responseDescription": "Command Successful. Approved.",
- "responseCode": "000"
}OK
Bad Request
Not Found
Internal Server Error
Valid parameters. Approved
{- "processedAmount": 0,
- "transactionId": "b4453ccb-be79-4a7c-b50d-96c52c1bfadf",
- "typeId": 12,
- "type": "AchRefund",
- "statusId": 23,
- "status": "ChargedBack",
- "responseDescription": "Command Successful. Approved.",
- "responseCode": "000"
}OK
Bad Request
Not Found
Internal Server Error
{- "transactionId": "857757f3-9d2b-4204-abe6-c9d95bd41ec0",
- "typeId": 13,
- "type": "AchHold",
- "statusId": 26,
- "status": "Held",
- "responseDescription": null,
- "responseCode": null
}OK
Bad Request
Not Found
Internal Server Error
{- "transactionId": "65ab0547-8891-4719-956b-39fecaf41037",
- "typeId": 14,
- "type": "AchUnHold",
- "statusId": 21,
- "status": "Scheduled",
- "responseDescription": null,
- "responseCode": null
}