Update Gateway Score
Call this after non-debit runtime payments so SR data stays current. Do not call it forNTW_BASED_ROUTING debit runs where decided_gateway is not the selected network.
Documentation Index
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 debit runs where decided_gateway is not the selected network.
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?