v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-0464108237.1 KB
Compatibility

Legacy update score

Legacy compatibility route. New integrations should use /update-gateway-score.

post/update-score

Request body

log_messagestring required
enforce_dynaic_routing_failureboolean nullable
gateway_reference_idstring nullable

Example request

{
  "txn_detail": {
    "id": "1",
    "netAmount": 1000,
    "currency": "USD"
  },
  "txn_card_info": {
    "id": "1",
    "txnDetailId": "1"
  },
  "log_message": "Transaction completed"
}

Response

OK

string required

Bare JSON string, not an object.

Example response

"Success"