cancel
Showing results for 
Search instead for 
Did you mean: 

What are the possible Void Payment response statuses?

The api documentation for voiding a Payment has the possible status values as 'VOIDED':

status
Type string
The status of the submitted transaction.
Possible values:
VOIDED

When I use the RequestLive Console to test voiding a Payment I receive 'REVERSED' as the status:

{
    "_links": {
        "self": {
        "method": "GET",
        "href": "/pts/v2/reversals/6619512908706240204953"
    }
    },
        "clientReferenceInformation": {
        "code": "test_void"
    },
    // ....
    "status": "REVERSED",
    "submitTimeUtc": "2022-08-31T13:08:11Z"
}

What is the correct status response? Is there is list of all possible statuses?

JasonHett
Member
2 REPLIES 2

Apologies, there seems a disconnect in the guide v/s the actual response. We will promptly look into this. Meanwhile, you can refer the list of response codes for VOID API here: https://developer.cybersource.com/api/reference/response-codes.html?search=VOID&start=1

rajvpate
Administrator Administrator
Administrator

Hello,

This page will show you how to void a transaction. Once a transaction has been voided, it will not show up on the customer's credit card statement.

Cheers.

sulinelanie
Contributor