Legacy Update Score
/update-score is retained for compatibility. New integrations should use /update-gateway-score.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Compatibility example for the legacy /update-score route.
/update-score is retained for compatibility. New integrations should use /update-gateway-score.
curl --location "$BASE_URL/update-score" \
--header "$AUTH_HEADER" \
--header "Content-Type: application/json" \
--data '{
"merchantId": "merchant_demo",
"gateway": "stripe",
"paymentId": "pay_001",
"status": "CHARGED"
}'
Was this page helpful?