Thank you for your purchase today!

   
Id 1728144619112
Status PendingCapture
Amount 555 USD
Card Number xxxxxxxxxxxx1111
Expiration 11 /2018
Auth Code 888888
Date Sat, 05 Oct 2024 16:10:19 +0000

{
    "id": "1728144619112",
    "status": "PendingCapture",
    "amount": "555",
    "currency": "USD",
    "authCode": "888888",
    "payment": {
        "cardNumber": "xxxxxxxxxxxx1111",
        "cardExpirationMonth": "11",
        "cardExpirationYear": "2018"
    },
    "_links": {
        "self": {
            "href": "https=>\/\/sandbox.api.visa.com\/cybersource\/payments\/v1\/authorizations\/1728144619112",
            "method": "GET"
        },
        "capture": [
            {
                "href": "https=>\/\/sandbox.api.visa.com\/cybersource\/payments\/v1\/authorizations\/1728144619112\/captures",
                "method": "POST"
            }
        ],
        "reversal": [
            {
                "href": "https=>\/\/sandbox.api.visa.com\/cybersource\/payments\/v1\/authorizations\/1728144619112\/reversals",
                "method": "POST"
            }
        ]
    }
}