v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBProcessing codes
List processing codes
Get an organization's processing codes with filtering options.
get/orgs-operation/v1/processing-codes
Query parameters
nextCursorstring
Cursor to get next results. This is the next_cursor field in the response.
limitstring
Maximum items to return. 100 maximum.
Response
Sucessful response with list of processing codes
Example response
{
"items": [
{
"processing_codes": "01",
"balance_impact": 1,
"description": "International purchase",
"standard": true,
"reversal_processing_code": "578739",
"partial_reversal_processing_code": "578739",
"status": "PENDING",
"tags": [
"INDIA"
],
"translations": [
{
"language": "en-US"
}
]
}
]
}