Compatibility
Legacy update score
Legacy compatibility route. New integrations should use /update-gateway-score.
post/update-score
Request body
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"