Creates an ACH transaction in which funds are transferred from the customer to the merchant. This is used in regular sales transactions.
Success
Bad Request
Not Found
Server Error
{- "paymentProcessorId": "766050ea-5124-420a-946e-13a478ce64d6",
- "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
}
}
{ }
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.
Success
Bad Request
Not Found
Server Error
{- "paymentProcessorId": "ab7c807c-fccd-4245-a8c1-d5653ddc177d",
- "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
}
}
{ }