Send ACH payment

📘

API Refs

This endpoint sends a direct ACH payment (also called direct deposit or EFT) over the Automated Clearing House federal network.

Request body

NameTypeDescriptionRequired
recipientEmailstringThe email address of the recipientyes
amountnumberThe payment amountyes
bankIdstringThe ID of the recipient's bank accountyes
memostringA short description for the paymentno
senderBankIdstringThe ID of the bank to send funds fromno

Response

A successful request returns a 201 Created status code with the details of the created payment.