Compatibility
Legacy decision gateway
Legacy compatibility route. New integrations should use /decide-gateway.
post/decision_gateway
Request body
Example request
{
"enforceGatewayList": [
"stripe",
"adyen"
]
}Response
Gateway decision result
Example response
{
"decided_gateway": "stripe",
"fallback_gateways": [
"adyen"
],
"gateway_priority_map": {
"stripe": 0.94,
"adyen": 0.87
},
"routing_approach": "SR_SELECTION_V3_ROUTING",
"debit_routing_output": {
"co_badged_card_networks_info": [
{
"network": "NYCE",
"saving_percentage": 1.2
}
],
"issuer_country": "US",
"card_type": "Debit"
},
"reset_approach": "NO_RESET",
"multi_objective_info": {
"outcome": "COST_WON",
"reason": "Promoted 'adyen' over 'stripe' on expected value — saves 80.00 bps for 3.00pp auth.",
"srHead": {
"psp": "adyen",
"authRate": 0.91,
"costBps": 100
},
"chosen": {
"psp": "adyen",
"authRate": 0.91,
"costBps": 100
},
"costSavedBps": 80,
"qualifiedCount": 3,
"margin": 0.2,
"evGapTop2": 0.00182
}
}