Retrieves all payment modes allowed to the login profiles.
GET/api/v1/order/paymentModes/all
SOAP Equivalent: ACP_GetAllPaymentModes
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| paymentModeId | ID_PaymentMode | Payment generic id |
| label | Label | Display label |
Scoped by the x-tenant header; the session context (institution) is validated first. Only the
id and label are filled (the provider / account fields stay empty, as in the legacy).
Request
Responses
- 200
- 401
- 404
- 500
OK
Unauthorized
Not Found
Internal Server Error