Get List of ACH Payments
Provide fromDate and toDate (YYYY-MM-DD). Date range may not exceed 30 days. Optional paymentStatus and paymentType (comma-separated) filters. Use paymentType to restrict to ACH_PAYMENT and/or ACH_COLLECTION; defaults to both when omitted. To get a single payment by ID, use GET /db-bb-payments/bbpayments/v1/ach-payments/{paymentId}.
Request
Responses
- 200
- 400
- 401
- 403
- 500
List of ACH Payments. Examples show sample list payloads by payment type and sub-field.
Bad Request - Invalid or missing query parameters. Used by GET list APIs (GET /db-bb-payments/bbpayments/v1/ach-payments, GET /db-bb-payments/bbpayments/v1/wire-payments). Query parameters are required; fromDate and toDate (YYYY-MM-DD) must be provided. Date range may not exceed 30 days.
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.