v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBProcessing codes
Get processing code
Get details about a specific processing code.
get/orgs-operation/v1/processing-codes/{processingCode}
Path parameters
processingCodestring required
Processing code which defines the operation related to this acceptance configuration.
Query parameters
languagestring
Example:en-US
Description language requested. If this field is not present or the language is not in the translation list, the default description (root description) is returned.
For example, the code for English (United States) is en-US. The prefix, en, is a language code following the ISO 639-1 standard. The suffix, US, is a country code following the ISO 3166-1 Alpha-2 standard.
Response
Successful response
Example response
{
"processing_code": "99066",
"balance_impact": 1,
"standard": true,
"reversal_processing_code": "578739",
"partial_reversal_processing_code": "578739",
"status": "PENDING",
"tags": [
"INDIA"
]
}