v1

latestOpenAPI 3.0.3MIT-LICENSE2026-07-2469127278.1 KB
Charges

Update a charge

Updates an existing charge. Only reference_id can be updated.

put/charges/{id}

Path parameters

idstring required

Identifier of the resource

Headers

Accept-Language'es' | 'en'

Use for knowing which language to use

X-Child-Company-Idstring

In the case of a holding company, the company id of the child company to which will process the request.

Request body

reference_idstring

custom reference id

Example request

{
  "reference_id": "278482642"
}

Response

successful operation