Create a Wire Payment
Creates a new domestic or international Wire Payment. Examples illustrate requests by payment type (WIRE_DOMESTIC or WIRE_INTERNATIONAL).
Request
Responses
- 201
- 400
- 401
- 403
- 500
Wire Payment created successfully. Examples show sample responses by wire type.
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.