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
Name | Type | Description | Required |
---|---|---|---|
paymentId | number | The ID of the pending payment to accept | yes |
Request body
Name | Type | Description | Required |
---|---|---|---|
bankId | string | The ID of the bank account to receive funds | yes |
Response
A successful request returns a 201 Created
status code with the details of the accepted payment.
Updated 7 days ago