Skip to main content

Revert Transactions

POST 

/v1/admin/clients/:clientID/transactions/revert

Endpoint to manually revert transactions. Since Transactions cannot be updated, this is a way to undo one or more Transactions that might been created wrongly. It will revert all the transactions that belongs to the specified groupId, between the date ranges indicated with from and to fields.

Request

Path Parameters

    clientID stringrequired

Body

    from string
    groupId string

    used to revert all transactions that belongs to this group.

    to string

Responses

Accepted operation

Loading...