Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Curl example for /update-gateway-score.
NTW_BASED_ROUTING
decided_gateway
curl --location "$BASE_URL/update-gateway-score" \ --header "$AUTH_HEADER" \ --header "Content-Type: application/json" \ --data '{ "merchantId": "merchant_demo", "gateway": "stripe", "gatewayReferenceId": null, "status": "CHARGED", "paymentId": "sr_001", "enforceDynamicRoutingFailure": null }'
Success
Was this page helpful?