Create an ACH Payment
Creates a new ACH Payment or ACH collection. Examples illustrate requests by payment type (ACH_COLLECTION or ACH_PAYMENT) and sub-field (SEC code). ACH_PAYMENT uses DEBIT; ACH_COLLECTION uses CREDIT.
Request
Responses
- 201
- 400
- 401
- 403
- 500
ACH Payment created successfully. Examples show sample responses by payment type and sub-field.
Bad Request - Invalid request body (e.g. missing or invalid deliveryDate, accountNumber, paymentType, or other required fields). Used by POST create payment APIs. Open API validation uses BBP-126 through BBP-185 (see examples); BBP-131 and BBP-132 are documented under 401 Unauthorized.
Unauthorized (401) - Invalid or expired JWT, or invalid role. BBP-131, BBP-132.
Forbidden (403) - Authenticated but not allowed to perform this action (e.g. method not allowed). Representative code PAYMENTS-WEB015.
Internal Server Error (500) - Unexpected server error.