Get multi-method routing
GET/getConnectorMultiMethodRouting/:connectorGuid
Returns the current routing configuration of a multi-method meta-connector as a multi-method routing document, one entry per payment method linked to the meta-connector.
The returned document is a valid request body for
Set multi-method routing: fetch it, modify it, and
send it back. Every rule node carries a server-assigned id — echo these ids when you
resubmit to update rules in place. One exception: rule trees authored in the admin
interface may contain conditions outside the multi-method subset (or not activated
for your tenant); adjust such documents before resubmitting them.
Meta-level fields that have never been set (defaultActionDisable,
paymentSelectionMaxRetries, paymentSelectionExpiryHours) are omitted from the response.
Request
Responses
- 200
- 401
- 404
- 422
- 500
The current multi-method routing configuration of the meta-connector.
Unauthorized, see authentication.
The connector was not found. The GUID is unknown, or the connector is not accessible with the given API key.
The routing document was rejected. See the errorCode list in the response schema; the
errorMessage names the offending part of the document.
Internal server error.