getGateway

get

/ccadmin/v1/merchant/paymentGateways/{id}

Get Gateway. Get the payment gateway by gateway name.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getGateway_response
Type: object
Show Source
Nested Schema : paymentGateways
Type: array
Payment gateway details.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : soapCredential
Type: object
SOAP Credential information.
Show Source
Nested Schema : sopCredentials
Type: object
SOP credential information.
Show Source
Nested Schema : agent
Type: object
SOP credential information to be used by agent.
Show Source
Nested Schema : storefront
Type: object
SOP credential information to be used by storefront.
Show Source
Example Response (application/json)
{
    "merchantId":"oraclecc",
    "paymentGateways":[
        {
            "firstname":"John",
            "sopCredentials":{
                "agent":{
                    "hasAccessKey":true,
                    "sopURL":"https://testsecureacceptance.cybersource.com/silent/pay",
                    "profileId":"Test123",
                    "hasSecretKey":true,
                    "repositoryId":"SOP-B",
                    "applicationName":"agent",
                    "expirationDate":"2016-08-14T11:54:30.207Z"
                },
                "storefront":{
                    "hasAccessKey":true,
                    "sopURL":"https://testsecureacceptance.cybersource.com/silent/pay",
                    "profileId":"Test111",
                    "hasSecretKey":true,
                    "repositoryId":"SOP-A",
                    "applicationName":"storefront",
                    "expirationDate":"2017-01-28T11:54:30.207Z"
                }
            },
            "soapCredential":{
                "hasTransactionSecurityKey":true,
                "soapURL":"https://ics2wstest.ic3.com/commerce/1.x/transactionProcessor",
                "profileId":"CS-A",
                "repositoryId":"SOAP-A",
                "expirationDate":"2020-05-20T11:54:30.207Z"
            },
            "repositoryId":"CS-A",
            "ignoreAVS":true,
            "partnerSolutionId":"ABCDXYZ",
            "type":"CyberSource",
            "enabled":true,
            "username":"UserA",
            "lastname":"X"
        },
        {
            "repositoryId":"PP-A"
        }
    ],
    "repositoryId":"Merchant-A"
}

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top