modify transaction and charge status

This endpoint allows you to modify a transaction and charge status and specify a potential error code and an identificator of a transaction on a gateway side. It is allowed to update charges and transactions in the "requested" status only.

Request body

fieldrequiredtypedescription
status+stringA transaction status: complete or failed
external_id+stringAn identificator of a transaction on a gateway side
charge_status+stringA charge status: complete or failed
error_code-stringAn error code on a gateway side for a failed transaction

Response body

Charge resource with an updated status

Language
URL