v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Processing codes

Update processing code

Update a processing code. Only fields passed are updated.

This endpoint generates a Orgs operation updated event.

patch/orgs-operation/v1/processing-codes/{processingCode}

Path parameters

processingCodestring required

Processing code which defines the operation related to this acceptance configuration.

Request body

descriptionstring

Processing code description

reversal_processing_codestring

Reversal processing code. Processing code for cancellation. Used in transactions and accounting flow to post the correct entries related to cancellation.

Every AUTHORIZATION processing code is REQUIRED to have a reversal and a partial reversal processing code. If a partial code isn't provided, a default one is assigned based on balance_impact.

The reversal processing code can either currently exist or not. If it exists, its balance_impact must be the opposite of the main processing code and its type must be REVERSAL.

For more information, refer to default reversal processing codes.

partial_reversal_processing_codestring

Partial reversal processing code. Processing code for partial reversal cancellation. Used in transactions and accounting flow to post the correct entries related to partial cancellation.

Every AUTHORIZATION processing code is REQUIRED to have a reversal and a partial reversal processing code. If a partial code isn't provided, a default one is assigned based on balance_impact.

For more information, refer to default reversal processing codes.

tagsstring[]

Processing code tags. These tags apply ONLY to AUTHORIZATION type processing codes. You cannot add tags to reverse processing codes as they may be associated with more than one authorization processing code.

Example request

{
  "reversal_processing_code": "578739",
  "partial_reversal_processing_code": "578739",
  "tags": [
    "INDIA"
  ],
  "translations": [
    {
      "language": "en-US"
    }
  ]
}

Response

No Content