Retrieves the configured payment modes of the WEB channel.
GET/api/v1/order/paymentModes
SOAP Equivalent: ACP_GetPaymentModes
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| paymentModeId | ID_PaymentMode | Payment generic id |
| label | Label | Display label |
| provider | Prestataire | Gateway (PAYBOX, INVOICE, ...) |
| accountInfo1 | AccountInfo1 | Payment account |
| accountInfo2 | AccountInfo2 | PayBox site |
| accountInfo3 | AccountInfo3 | PayBox rank |
Scoped by the x-tenant header; the session context (institution) is validated first. The
configuration is read from the session's WEB preferences.
Request
Responses
- 200
- 401
- 404
- 500
OK
Unauthorized
Not Found
Internal Server Error