Transaction Detail

Description

The transactionDetail endpoint is used to retrieve the details of a single transaction/payment.

Request

Endpoint

/ui/v1/transactionDetail

Method

POST
Content-Type: application/json
Authorization: Basic $TOKEN

Note

Replace $TOKEN in the request with the base64-encoded username/password combination in the format username:password.

Given a username of username and a password of password, the request header would appear as follows:

Content-Type: application/json
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=

Request Body

{
    "orderId": ["$ORDER_ID"],
    "paymentConfirmationInd": false
}

Note

Replace $ORDER_ID with the unique identifier of the transaction from the VELA database.

Response

[{
        "id": 1,
        "originalOrderId": "b3cbe2a4-af3c-4e05-9248-87d1c9dcf64f",
        "pymtGtwyRefNumber": "5130104681316193204009",
        "authCode": "831000",
        "parentPymtGtwyRefNumber": null,
        "paymentGateway": {
            "id": null,
            "paymentGatewayType": {
                "value": "CyberSource",
                "name": "CYBERSOURCE"
            },
            "displayName": "CyberSource",
            "createdDateTime": null,
            "lastUpdatedDateTime": null
        },
        "money": {
            "amount": 10.0,
            "currency": {
                "id": null,
                "currencyCode": "USD",
                "currencyText": null,
                "currencySymbol": null,
                "fractionalUnit": null,
                "numOfDecimalPlaces": null,
                "supportedByVisaCheckout": false,
                "createdDateTime": null
            }
        },
        "orderId": "b3cbe2a4-af3c-4e05-9248-87d1c9dcf64f",
        "splitPaymentsTxnSequence": "2",
        "encryptedPaymentMethod": "uV7zqMZHuuLiQuV+tqRFZrnn45qSL27aBt1LErRGZXQNlRNc17MXj0IZgZyOXkFJnvsIG3t1dIAbG2C9iRL0pGjHLmvWrT1zV7vcsWVfW3jnGft17TCWa95C+t/kSb0u4BeXviFyIPpT2SzX63vj8LfMReRG6oP4VQT3Bu3LQARdmFkAfIVU2LWJeKGXTavGvJQoHb+HfJwkCyKj+EbAJww+uxLxIsRM43EKUEOMKRzJs9BLEC8jETVp95LgVZR0hWzknD5C0EUQY6JAhClp6VTQ6G7JYjGhf1XuNyxrh8TijnOOCg3Bk8zUuBjq/EZ8x+zKA5lz570G85B+vlS6IDhp9WYTSf4M5Pyo+myLF+mV4vuIgOoeQ/6G44K+m/WK47tyBJuDw/AGWevvfnxHi4Uq0ut7G3Grlq0loT3Dkjh0sszNq/7+fCXzcmDXEf6iN9Mk29TQjXonqgsyMU+k+zT9Z3oXCrC6zUIY5uxyrUuYSplO3qM6+Y7JlL/EnP7nLM2qWvlk1cZRxglOnSqfnxVQOGGGdbBe+pSBOZfbT2w8ygmz6hUjm4H4lo3Kxu0UWYgRmLGS9+dSuHGcy9drj444OSBc+tntC0y2lRHbcwu3MQvCstDacZqqEA/70jKC+ZaFI8KPi8qCEmZ6q29xYgCjCKWTbUC/lvYSZbMVdEB4mmRdCx7PJq+k5QBoOzJZREF1ROCybU04volo225fvTMrM6yrOqjzjVyD+vj795w1ZMtMxZhBojWbZ8t5JAm0Y3r/GEOLa2se9nnB3sRHM0gn8+6B8nQjhXjKZFc1wj3RxxHx+GPpF1ZZE+k27Sn2G+6jrHd1yvg4zCKhP9CoYSXhg8q7MilCq6/ye1NgvVasY34gQC2kw9RQIJ03KaEX1iYVyev0akmfuz/lp1wHcE7UIRv6EKUhZnOvBAnAhO4GMt6Fdsgwe/gttE4U3lkcw510OCA+1Dp7h009RttjWY8QbgnCRhdf6tK1NP8SlLrrpILzi+8+Ci1FGO4TBAE08nEiZWRGq7s/Vq9yBd5qvtKUddXJbxBK67aISKhiUUQ=",
        "paymentMethodType": {
            "value": "VISA",
            "name": "VISA"
        },
        "encodedMetaData": null,
        "responseMsg": "ACCEPT",
        "responseCode": "100",
        "createdDateTime": 1513010468000,
        "lastUpdatedDateTime": 1513015425000,
        "transactionStatus": {
            "value": "Success",
            "name": "SUCCESS"
        },
        "application": {
            "id": 1,
            "applicationName": "Test Channel",
            "channelStatus": {
                "value": "Active",
                "name": "ACTIVE"
            },
            "channelType": {
                "value": "Internal",
                "name": "INTERNAL"
            },
            "createdDateTime": 1513010147000,
            "companyId": 1,
            "lockedDateTime": null,
            "lockedByUserId": null,
            "paymentMethods": [{
                    "id": 12,
                    "paymentMethodType": {
                        "value": "PINless Debit Card",
                        "name": "PIN_LESS_DEBIT_CARD"
                    },
                    "paymentGateway": {
                        "id": null,
                        "paymentGatewayType": {
                            "value": "CyberSource",
                            "name": "CYBERSOURCE"
                        },
                        "displayName": null,
                        "createdDateTime": null,
                        "lastUpdatedDateTime": null
                    },
                    "cardBrand": {
                        "value": "VISA Debit",
                        "name": "VISA_DEBIT"
                    },
                    "cardId": 133,
                    "createdUserId": 1,
                    "lastModifiedUserId": null,
                    "createdDateTime": 1513025461000,
                    "lastUpdatedDateTime": null,
                    "position": 43
                }, {
                    "id": 11,
                    "paymentMethodType": {
                        "value": "Credit Card",
                        "name": "CREDIT_CARD"
                    },
                    "paymentGateway": {
                        "id": null,
                        "paymentGatewayType": {
                            "value": "CyberSource",
                            "name": "CYBERSOURCE"
                        },
                        "displayName": null,
                        "createdDateTime": null,
                        "lastUpdatedDateTime": null
                    },
                    "cardBrand": {
                        "value": "VISA",
                        "name": "VISA"
                    },
                    "cardId": 101,
                    "createdUserId": 1,
                    "lastModifiedUserId": 1,
                    "createdDateTime": 1513023820000,
                    "lastUpdatedDateTime": null,
                    "position": 11
                }, {
                    "id": 13,
                    "paymentMethodType": {
                        "value": "eCheck",
                        "name": "ECHECK"
                    },
                    "paymentGateway": {
                        "id": null,
                        "paymentGatewayType": {
                            "value": "CyberSource",
                            "name": "CYBERSOURCE"
                        },
                        "displayName": null,
                        "createdDateTime": null,
                        "lastUpdatedDateTime": null
                    },
                    "cardBrand": {
                        "value": "eCheck",
                        "name": "ECHECK"
                    },
                    "cardId": null,
                    "createdUserId": 1,
                    "lastModifiedUserId": null,
                    "createdDateTime": 1513025461000,
                    "lastUpdatedDateTime": null,
                    "position": 50
                }
            ],
            "createdUserId": 1,
            "lastModifiedUserId": 1,
            "userCount": null,
            "assignedPaymentMethods": null,
            "message": null
        },
        "geolocationInfo": "",
        "transactionType": {
            "value": "Auth",
            "name": "AUTH"
        },
        "batchStatus": {
            "value": "Processed",
            "name": "PROCESSED"
        },
        "lockedDateTime": null,
        "lockedByUserId": null,
        "createdUserId": 3,
        "lastModifiedUserId": 1,
        "reconcileTransactionRefNumber": null,
        "batchID": null,
        "voidActionInd": false,
        "refundActionInd": false,
        "captureActionInd": true,
        "paymentType": "SINGLE_PAYMENT",
        "recurringInd": false,
        "paymentCycle": "Once",
        "totalRefundedAmount": null,
        "refundStatus": {
            "value": "None",
            "name": "NONE"
        },
        "refundMethod": null,
        "scheduledPaymentDateTime": null,
        "subscriptionId": "",
        "transactionOwnerId": 3,
        "vcOrderId": null,
        "invoiceNumber": "",
        "returnURL": null,
        "cancelURL": null,
        "geoLocation": {
            "city": "Arnold",
            "country": {
                "name": "United States",
                "code": "US"
            },
            "location": {
                "accuracy_radius": 1000,
                "latitude": 38.4231,
                "longitude": -90.4006,
                "time_zone": "America/Chicago"
            },
            "ip": "74.223.27.18",
            "remoteHost": "127.0.0.1",
            "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36"
        },
        "paymentRedirectURL": null,
        "cardType": null,
        "realex3DSecureVISAPit": "",
        "realex3DSecureURL": "",
        "realex3DSecurePaReq": "",
        "realex3DSecureEncodedMD": "",
        "realexRequestID": "",
        "createdUserName": "johnsmith",
        "capturePymtGtwyRefNumber": null,
        "transactionOwnerUserName": "johnsmith",
        "ipaymentMethod": {
            "type": "creditcard",
            "processDebitOrCredit": "",
            "refundMethod": null,
            "money": {
                "amount": 10.0,
                "currency": {
                    "id": null,
                    "currencyCode": "USD",
                    "currencyText": null,
                    "currencySymbol": null,
                    "fractionalUnit": null,
                    "numOfDecimalPlaces": null,
                    "supportedByVisaCheckout": false,
                    "createdDateTime": null
                }
            },
            "paymentMethodType": "CREDIT_CARD",
            "orderId": null,
            "billingAddress": {
                "country": "United States of America",
                "addressLine1": "123 Maple Street",
                "addressLine2": "Apt. 2A",
                "city": "Atlanta",
                "state": "Georgia",
                "zipCode": "12345"
            },
            "subscriptionId": "",
            "emailAddress": "johnsmithvela@datumsoftware.com",
            "paymentGatewayType": {
                "value": "CyberSource",
                "name": "CYBERSOURCE"
            },
            "refundStatus": null,
            "nameOnCard": "",
            "firstName": "John",
            "lastName": "Smith",
            "cardNetworkName": "VISA",
            "cardNumber": "41111xxxxxxx1111",
            "expiryMonth": "09",
            "expiryYear": "19",
            "cvn": ""
        },
        "ssoenabledInd": ""
    }
]