GET api/v1/getall_PaymentGateways?sellerId={sellerId}&clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
sellerId

integer

Required

clientId

integer

Required

Response Information

Description:

Return type: Collection of PaymentGetwayTypeModel

Response Formats
[
  {
    "PaymentGetwayTypeId": 1,
    "PaymentGetwayId": 2,
    "GatwayName": "sample string 3",
    "Created_date": "2026-02-05T05:27:26.4409498+00:00",
    "Modified_date": "2026-02-05T05:27:26.4409498+00:00",
    "Created_by": 1,
    "Modified_by": 1,
    "APIKey": "sample string 4",
    "APITransactionKey": "sample string 5",
    "APIUrl": "sample string 6",
    "Amount": 7,
    "SellerId": 8,
    "ClientId": 9
  },
  {
    "PaymentGetwayTypeId": 1,
    "PaymentGetwayId": 2,
    "GatwayName": "sample string 3",
    "Created_date": "2026-02-05T05:27:26.4409498+00:00",
    "Modified_date": "2026-02-05T05:27:26.4409498+00:00",
    "Created_by": 1,
    "Modified_by": 1,
    "APIKey": "sample string 4",
    "APITransactionKey": "sample string 5",
    "APIUrl": "sample string 6",
    "Amount": 7,
    "SellerId": 8,
    "ClientId": 9
  }
]
[{"PaymentGetwayTypeId":1,"PaymentGetwayId":2,"GatwayName":"sample string 3","Created_date":"2026-02-05T05:27:26.4409498+00:00","Modified_date":"2026-02-05T05:27:26.4409498+00:00","Created_by":1,"Modified_by":1,"APIKey":"sample string 4","APITransactionKey":"sample string 5","APIUrl":"sample string 6","Amount":7,"SellerId":8,"ClientId":9},{"PaymentGetwayTypeId":1,"PaymentGetwayId":2,"GatwayName":"sample string 3","Created_date":"2026-02-05T05:27:26.4409498+00:00","Modified_date":"2026-02-05T05:27:26.4409498+00:00","Created_by":1,"Modified_by":1,"APIKey":"sample string 4","APITransactionKey":"sample string 5","APIUrl":"sample string 6","Amount":7,"SellerId":8,"ClientId":9}]
<ArrayOfPaymentGetwayTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Payment">
  <PaymentGetwayTypeModel>
    <APIKey>sample string 4</APIKey>
    <APITransactionKey>sample string 5</APITransactionKey>
    <APIUrl>sample string 6</APIUrl>
    <Amount>7</Amount>
    <ClientId>9</ClientId>
    <Created_by>1</Created_by>
    <Created_date>2026-02-05T05:27:26.4409498+00:00</Created_date>
    <GatwayName>sample string 3</GatwayName>
    <Modified_by>1</Modified_by>
    <Modified_date>2026-02-05T05:27:26.4409498+00:00</Modified_date>
    <PaymentGetwayId>2</PaymentGetwayId>
    <PaymentGetwayTypeId>1</PaymentGetwayTypeId>
    <SellerId>8</SellerId>
  </PaymentGetwayTypeModel>
  <PaymentGetwayTypeModel>
    <APIKey>sample string 4</APIKey>
    <APITransactionKey>sample string 5</APITransactionKey>
    <APIUrl>sample string 6</APIUrl>
    <Amount>7</Amount>
    <ClientId>9</ClientId>
    <Created_by>1</Created_by>
    <Created_date>2026-02-05T05:27:26.4409498+00:00</Created_date>
    <GatwayName>sample string 3</GatwayName>
    <Modified_by>1</Modified_by>
    <Modified_date>2026-02-05T05:27:26.4409498+00:00</Modified_date>
    <PaymentGetwayId>2</PaymentGetwayId>
    <PaymentGetwayTypeId>1</PaymentGetwayTypeId>
    <SellerId>8</SellerId>
  </PaymentGetwayTypeModel>
</ArrayOfPaymentGetwayTypeModel>