Skip to main content

Void a transaction

POST 

/api/v3/transaction/:transaction_id/_action/void

Voiding a transaction through ChargeOver's API is for logging externally-voided transactions. Note that voiding a transaction through the API does not reach out to any payment gateways or credit card processors.

Request

Body

    object

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...