v1

latestOpenAPI 3.0.02026-07-2671142187.3 KB
ACH Payment

Settle an ACH batch.

put/ach/batches/{batchId}/settle

Path parameters

batchIdinteger required

The ID of the ACH batch.

Headers

idempotency-keystring uuid required

A UUID-formatted idempotency key. Accepted format is 25-36 alphanumeric characters (including '-' and '_').

Response

The ACH batch was successfully settled.

messagestring

Example response

{
  "message": "Successfully settled ACH batch ID #1533."
}