v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBLimit acceptance configurations
Get limit acceptance config by account
Get the limit acceptance configuration for authorizations on the account level. This configuration applies to authorizations generated by operations defined in the provided processing code.
get/v1/acceptance/processing-code/{processingCode}/account/{accountId}
Response
Retrieved successfully
Example response
{
"network_authorization": {
"over_limit": {
"enable": true
},
"limit_refund": {
"enable": true
}
},
"platform_authorization": {
"over_limit": {
"enable": true
},
"limit_refund": {
"enable": true
}
},
"authorization": {
"over_limit": {
"enable": true
},
"limit_refund": {
"enable": true
}
}
}