GET api/v1/Admin/PaymentGatewayConfigs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentGatewayOptionConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_PaymentGatewayConfig | integer |
None. |
|
| Name | string |
None. |
|
| PaymentType | string |
None. |
|
| AuthenticationToken | string |
None. |
|
| MerchantID | string |
None. |
|
| PublicKey | string |
None. |
|
| PrivateKey | string |
None. |
|
| Ref1 | string |
None. |
|
| Ref2 | string |
None. |
|
| Active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID_PaymentGatewayConfig": 1,
"Name": "sample string 2",
"PaymentType": "sample string 3",
"AuthenticationToken": "sample string 4",
"MerchantID": "sample string 5",
"PublicKey": "sample string 6",
"PrivateKey": "sample string 7",
"Ref1": "sample string 8",
"Ref2": "sample string 9",
"Active": true
},
{
"ID_PaymentGatewayConfig": 1,
"Name": "sample string 2",
"PaymentType": "sample string 3",
"AuthenticationToken": "sample string 4",
"MerchantID": "sample string 5",
"PublicKey": "sample string 6",
"PrivateKey": "sample string 7",
"Ref1": "sample string 8",
"Ref2": "sample string 9",
"Active": true
}
]
application/xml, text/xml
Sample:
<ArrayOfPRS.PaymentGatewayOptionConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalEntities.Models">
<PRS.PaymentGatewayOptionConfiguration>
<Active>true</Active>
<AuthenticationToken>sample string 4</AuthenticationToken>
<ID_PaymentGatewayConfig>1</ID_PaymentGatewayConfig>
<MerchantID>sample string 5</MerchantID>
<Name>sample string 2</Name>
<PaymentType>sample string 3</PaymentType>
<PrivateKey>sample string 7</PrivateKey>
<PublicKey>sample string 6</PublicKey>
<Ref1>sample string 8</Ref1>
<Ref2>sample string 9</Ref2>
</PRS.PaymentGatewayOptionConfiguration>
<PRS.PaymentGatewayOptionConfiguration>
<Active>true</Active>
<AuthenticationToken>sample string 4</AuthenticationToken>
<ID_PaymentGatewayConfig>1</ID_PaymentGatewayConfig>
<MerchantID>sample string 5</MerchantID>
<Name>sample string 2</Name>
<PaymentType>sample string 3</PaymentType>
<PrivateKey>sample string 7</PrivateKey>
<PublicKey>sample string 6</PublicKey>
<Ref1>sample string 8</Ref1>
<Ref2>sample string 9</Ref2>
</PRS.PaymentGatewayOptionConfiguration>
</ArrayOfPRS.PaymentGatewayOptionConfiguration>