API · processModification

API v1
POST /api/v1/processModification

What it does#

Modifies an already processed transaction: capture, refund or reversal.

Authentication#

Requires the API bearer token in the Authorization header — see authentication.

Parameters#

orderNumberstring#

Example: 1214352

typestring#

Example: 2

amountstring#

Example: 1.00

keystring#

Key associated with the customer. It is obtained in Admin · Tilopay Checkout.

Request example#

The <...> values are placeholders: replace them with your own credentials and data.

{
  "orderNumber": "1214352",
  "type": "2",
  "amount": "1.00",
  "key": "<api_key>"
}

Response#

typestring#

Type of modification applied.

transactionIdstring#

Transaction identifier.

ReasonCodestring#

Result code of the modification.

ReasonCodeDescriptionstring#

Result text.

OrderHashstring#

Order hash. See the note about orderHash in webhooks.

To interpret a response that is not a success, see how to read an error response.

Last verified: 2026-08-29 · Owner: equipo-integraciones

View as raw Markdown