API · processModification
API v1POST /api/v1/processModificationWhat it does#
Modifies an already processed transaction: capture, refund or reversal.
Authentication#
Requires the API bearer token in the Authorization header — see authentication.
Parameters#
Example: 1214352
Example: 2
Example: 1.00
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#
Type of modification applied.
Transaction identifier.
Result code of the modification.
Result text.
To interpret a response that is not a success, see how to read an error response.
Last verified: 2026-08-29 · Owner: equipo-integraciones