Send ACH payment
API Refs
- Staging: Send ACH payment
This endpoint sends a direct ACH payment (also called direct deposit or EFT) over the Automated Clearing House federal network.
Request body
| Name | Type | Description | Required |
|---|---|---|---|
| recipientEmail | string | The email address of the recipient | yes |
| amount | number | The payment amount | yes |
| bankId | string | The ID of the recipient's bank account | yes |
| memo | string | A short description for the payment | no |
| senderBankId | string | The ID of the bank to send funds from | no |
Response
A successful request returns a 201 Created status code with the details of the created payment.
Updated 4 months ago