GET api/v1/platform-payment-gateways?clientId={clientId}&sellerId={sellerId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
clientId

integer

Required

sellerId

integer

Required

Response Information

Description:

Return type: Collection of PaymentGatewayDetails

Response Formats
[
  {
    "PaymentGetwayTypeId": 1,
    "GatewayName": "sample string 2",
    "PaymentGatewayId": 3,
    "APIUrl": "sample string 4",
    "APIKey": "sample string 5",
    "APITransactionKey": "sample string 6"
  },
  {
    "PaymentGetwayTypeId": 1,
    "GatewayName": "sample string 2",
    "PaymentGatewayId": 3,
    "APIUrl": "sample string 4",
    "APIKey": "sample string 5",
    "APITransactionKey": "sample string 6"
  }
]
[{"PaymentGetwayTypeId":1,"GatewayName":"sample string 2","PaymentGatewayId":3,"APIUrl":"sample string 4","APIKey":"sample string 5","APITransactionKey":"sample string 6"},{"PaymentGetwayTypeId":1,"GatewayName":"sample string 2","PaymentGatewayId":3,"APIUrl":"sample string 4","APIKey":"sample string 5","APITransactionKey":"sample string 6"}]
<ArrayOfPaymentGatewayDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Payment">
  <PaymentGatewayDetails>
    <APIKey>sample string 5</APIKey>
    <APITransactionKey>sample string 6</APITransactionKey>
    <APIUrl>sample string 4</APIUrl>
    <GatewayName>sample string 2</GatewayName>
    <PaymentGatewayId>3</PaymentGatewayId>
    <PaymentGetwayTypeId>1</PaymentGetwayTypeId>
  </PaymentGatewayDetails>
  <PaymentGatewayDetails>
    <APIKey>sample string 5</APIKey>
    <APITransactionKey>sample string 6</APITransactionKey>
    <APIUrl>sample string 4</APIUrl>
    <GatewayName>sample string 2</GatewayName>
    <PaymentGatewayId>3</PaymentGatewayId>
    <PaymentGetwayTypeId>1</PaymentGetwayTypeId>
  </PaymentGatewayDetails>
</ArrayOfPaymentGatewayDetails>