v1
latestOpenAPI 3.0.02026-07-242035712.0 MBSCA Contactless Limits
Get SCA Limit
This web service retrieves the current SCA (Strong Customer Authentication) limit configuration for a card. Pass a public token and client ID to get the SCA limit details.
post/pws/v2/pws_get_contactless_limits/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"token": 3456789
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"token": 3456789,
"limits": [
{
"limit_type": "COUNTER",
"limit_key": "Contactless Transaction Counter",
"limit_value": 5,
"remaining_limit_value": 3
}
]
}
}