Accept pending payment as ACH payment

📘

API Refs

Sends an ACH payment (also called direct deposit or EFT) over the Automated Clearing House federal network. ACH payments settle in 3-4 business days on average and are the cornerstore of digital payments in the US.

URI Parameters

NameTypeDescriptionRequired
paymentIdnumberThe ID of the pending payment to acceptyes

Request body

NameTypeDescriptionRequired
bankIdstringThe ID of the bank account to receive fundsyes

Response

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