POST api/v1/get_PaymentGatewaylist

Request Information

Body Parameters

QueryParameters
NameDescriptionTypeAdditional information
PageNumber

integer

None.

Limit

integer

None.

SearchText

string

None.

SortField

string

None.

SortDirection

string

None.

IsB2C

boolean

None.

SellerId

integer

None.

AdminMemberId

integer

None.

ClientId

integer

None.

Sortorder

integer

None.

Request Formats
{
  "PageNumber": 1,
  "Limit": 2,
  "SearchText": "sample string 3",
  "SortField": "sample string 4",
  "SortDirection": "sample string 5",
  "IsB2C": true,
  "SellerId": 7,
  "AdminMemberId": 8,
  "ClientId": 9,
  "Sortorder": 10
}
{"PageNumber":1,"Limit":2,"SearchText":"sample string 3","SortField":"sample string 4","SortDirection":"sample string 5","IsB2C":true,"SellerId":7,"AdminMemberId":8,"ClientId":9,"Sortorder":10}
<QueryParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models">
  <AdminMemberId>8</AdminMemberId>
  <ClientId>9</ClientId>
  <IsB2C>true</IsB2C>
  <Limit>2</Limit>
  <PageNumber>1</PageNumber>
  <SearchText>sample string 3</SearchText>
  <SellerId>7</SellerId>
  <SortDirection>sample string 5</SortDirection>
  <SortField>sample string 4</SortField>
  <Sortorder>10</Sortorder>
</QueryParameters>

Sample not available.

Response Information

Description:

Return type: PaymentGatewayList

Response Formats
{
  "PaymentGatewaysList": [
    {
      "PaymentGatewayId": 1,
      "PaymentGetwayTypeId": 2,
      "Amount": "sample string 3",
      "GatewayName": "sample string 4",
      "GatewayTitle": "sample string 5",
      "GatewayURL": "sample string 6",
      "GatewayPort": "sample string 7",
      "Key1": "sample string 8",
      "Key2": "sample string 9",
      "Key3": "sample string 10",
      "Key4": "sample string 11",
      "Key5": "sample string 12",
      "Key6": "sample string 13",
      "Key7": "sample string 14",
      "Key8": "sample string 15",
      "Key9": "sample string 16",
      "Key10": "sample string 17",
      "PaymentGatewayMode": 18,
      "ShowInPortal": true,
      "ConnectionTimeout": "sample string 20",
      "RequestRetries": "sample string 21",
      "CreatedBy": 22,
      "CreatedOn": "2026-02-06T05:01:11.6374843+00:00",
      "IsActive": true,
      "IsLogicalDeleted": true,
      "IsDefault": true,
      "ClientId": 27,
      "ModifiedOn": "2026-02-06T05:01:11.6374843+00:00",
      "ModifiedBy": 29,
      "PayPalMode": "sample string 30",
      "PayPalClientId": "sample string 31",
      "PayPalClientSecret": "sample string 32",
      "PayPalConnectionTimeout": "sample string 33",
      "PayPalRequestRetries": "sample string 34",
      "StripeSecretKey": "sample string 35",
      "StripePublishableKey": "sample string 36",
      "WireInformation": "sample string 37",
      "AdminMemberId": 38,
      "Keys": {
        "sample string 1": "sample string 2",
        "sample string 3": "sample string 4"
      }
    },
    {
      "PaymentGatewayId": 1,
      "PaymentGetwayTypeId": 2,
      "Amount": "sample string 3",
      "GatewayName": "sample string 4",
      "GatewayTitle": "sample string 5",
      "GatewayURL": "sample string 6",
      "GatewayPort": "sample string 7",
      "Key1": "sample string 8",
      "Key2": "sample string 9",
      "Key3": "sample string 10",
      "Key4": "sample string 11",
      "Key5": "sample string 12",
      "Key6": "sample string 13",
      "Key7": "sample string 14",
      "Key8": "sample string 15",
      "Key9": "sample string 16",
      "Key10": "sample string 17",
      "PaymentGatewayMode": 18,
      "ShowInPortal": true,
      "ConnectionTimeout": "sample string 20",
      "RequestRetries": "sample string 21",
      "CreatedBy": 22,
      "CreatedOn": "2026-02-06T05:01:11.6374843+00:00",
      "IsActive": true,
      "IsLogicalDeleted": true,
      "IsDefault": true,
      "ClientId": 27,
      "ModifiedOn": "2026-02-06T05:01:11.6374843+00:00",
      "ModifiedBy": 29,
      "PayPalMode": "sample string 30",
      "PayPalClientId": "sample string 31",
      "PayPalClientSecret": "sample string 32",
      "PayPalConnectionTimeout": "sample string 33",
      "PayPalRequestRetries": "sample string 34",
      "StripeSecretKey": "sample string 35",
      "StripePublishableKey": "sample string 36",
      "WireInformation": "sample string 37",
      "AdminMemberId": 38,
      "Keys": {
        "sample string 1": "sample string 2",
        "sample string 3": "sample string 4"
      }
    }
  ],
  "TotalRecords": 1,
  "TotalPages": 2
}
{"PaymentGatewaysList":[{"PaymentGatewayId":1,"PaymentGetwayTypeId":2,"Amount":"sample string 3","GatewayName":"sample string 4","GatewayTitle":"sample string 5","GatewayURL":"sample string 6","GatewayPort":"sample string 7","Key1":"sample string 8","Key2":"sample string 9","Key3":"sample string 10","Key4":"sample string 11","Key5":"sample string 12","Key6":"sample string 13","Key7":"sample string 14","Key8":"sample string 15","Key9":"sample string 16","Key10":"sample string 17","PaymentGatewayMode":18,"ShowInPortal":true,"ConnectionTimeout":"sample string 20","RequestRetries":"sample string 21","CreatedBy":22,"CreatedOn":"2026-02-06T05:01:11.6374843+00:00","IsActive":true,"IsLogicalDeleted":true,"IsDefault":true,"ClientId":27,"ModifiedOn":"2026-02-06T05:01:11.6374843+00:00","ModifiedBy":29,"PayPalMode":"sample string 30","PayPalClientId":"sample string 31","PayPalClientSecret":"sample string 32","PayPalConnectionTimeout":"sample string 33","PayPalRequestRetries":"sample string 34","StripeSecretKey":"sample string 35","StripePublishableKey":"sample string 36","WireInformation":"sample string 37","AdminMemberId":38,"Keys":{"sample string 1":"sample string 2","sample string 3":"sample string 4"}},{"PaymentGatewayId":1,"PaymentGetwayTypeId":2,"Amount":"sample string 3","GatewayName":"sample string 4","GatewayTitle":"sample string 5","GatewayURL":"sample string 6","GatewayPort":"sample string 7","Key1":"sample string 8","Key2":"sample string 9","Key3":"sample string 10","Key4":"sample string 11","Key5":"sample string 12","Key6":"sample string 13","Key7":"sample string 14","Key8":"sample string 15","Key9":"sample string 16","Key10":"sample string 17","PaymentGatewayMode":18,"ShowInPortal":true,"ConnectionTimeout":"sample string 20","RequestRetries":"sample string 21","CreatedBy":22,"CreatedOn":"2026-02-06T05:01:11.6374843+00:00","IsActive":true,"IsLogicalDeleted":true,"IsDefault":true,"ClientId":27,"ModifiedOn":"2026-02-06T05:01:11.6374843+00:00","ModifiedBy":29,"PayPalMode":"sample string 30","PayPalClientId":"sample string 31","PayPalClientSecret":"sample string 32","PayPalConnectionTimeout":"sample string 33","PayPalRequestRetries":"sample string 34","StripeSecretKey":"sample string 35","StripePublishableKey":"sample string 36","WireInformation":"sample string 37","AdminMemberId":38,"Keys":{"sample string 1":"sample string 2","sample string 3":"sample string 4"}}],"TotalRecords":1,"TotalPages":2}
<PaymentGatewayList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Payment">
  <PaymentGatewaysList>
    <PaymentGatewayModel>
      <AdminMemberId>38</AdminMemberId>
      <Amount>sample string 3</Amount>
      <ClientId>27</ClientId>
      <ConnectionTimeout>sample string 20</ConnectionTimeout>
      <CreatedBy>22</CreatedBy>
      <CreatedOn>2026-02-06T05:01:11.6374843+00:00</CreatedOn>
      <GatewayName>sample string 4</GatewayName>
      <GatewayPort>sample string 7</GatewayPort>
      <GatewayTitle>sample string 5</GatewayTitle>
      <GatewayURL>sample string 6</GatewayURL>
      <IsActive>true</IsActive>
      <IsDefault>true</IsDefault>
      <IsLogicalDeleted>true</IsLogicalDeleted>
      <Key1>sample string 8</Key1>
      <Key10>sample string 17</Key10>
      <Key2>sample string 9</Key2>
      <Key3>sample string 10</Key3>
      <Key4>sample string 11</Key4>
      <Key5>sample string 12</Key5>
      <Key6>sample string 13</Key6>
      <Key7>sample string 14</Key7>
      <Key8>sample string 15</Key8>
      <Key9>sample string 16</Key9>
      <Keys xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringstring>
          <d4p1:Key>sample string 1</d4p1:Key>
          <d4p1:Value>sample string 2</d4p1:Value>
        </d4p1:KeyValueOfstringstring>
        <d4p1:KeyValueOfstringstring>
          <d4p1:Key>sample string 3</d4p1:Key>
          <d4p1:Value>sample string 4</d4p1:Value>
        </d4p1:KeyValueOfstringstring>
      </Keys>
      <ModifiedBy>29</ModifiedBy>
      <ModifiedOn>2026-02-06T05:01:11.6374843+00:00</ModifiedOn>
      <PayPalClientId>sample string 31</PayPalClientId>
      <PayPalClientSecret>sample string 32</PayPalClientSecret>
      <PayPalConnectionTimeout>sample string 33</PayPalConnectionTimeout>
      <PayPalMode>sample string 30</PayPalMode>
      <PayPalRequestRetries>sample string 34</PayPalRequestRetries>
      <PaymentGatewayId>1</PaymentGatewayId>
      <PaymentGatewayMode>18</PaymentGatewayMode>
      <PaymentGetwayTypeId>2</PaymentGetwayTypeId>
      <RequestRetries>sample string 21</RequestRetries>
      <ShowInPortal>true</ShowInPortal>
      <StripePublishableKey>sample string 36</StripePublishableKey>
      <StripeSecretKey>sample string 35</StripeSecretKey>
      <WireInformation>sample string 37</WireInformation>
    </PaymentGatewayModel>
    <PaymentGatewayModel>
      <AdminMemberId>38</AdminMemberId>
      <Amount>sample string 3</Amount>
      <ClientId>27</ClientId>
      <ConnectionTimeout>sample string 20</ConnectionTimeout>
      <CreatedBy>22</CreatedBy>
      <CreatedOn>2026-02-06T05:01:11.6374843+00:00</CreatedOn>
      <GatewayName>sample string 4</GatewayName>
      <GatewayPort>sample string 7</GatewayPort>
      <GatewayTitle>sample string 5</GatewayTitle>
      <GatewayURL>sample string 6</GatewayURL>
      <IsActive>true</IsActive>
      <IsDefault>true</IsDefault>
      <IsLogicalDeleted>true</IsLogicalDeleted>
      <Key1>sample string 8</Key1>
      <Key10>sample string 17</Key10>
      <Key2>sample string 9</Key2>
      <Key3>sample string 10</Key3>
      <Key4>sample string 11</Key4>
      <Key5>sample string 12</Key5>
      <Key6>sample string 13</Key6>
      <Key7>sample string 14</Key7>
      <Key8>sample string 15</Key8>
      <Key9>sample string 16</Key9>
      <Keys xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringstring>
          <d4p1:Key>sample string 1</d4p1:Key>
          <d4p1:Value>sample string 2</d4p1:Value>
        </d4p1:KeyValueOfstringstring>
        <d4p1:KeyValueOfstringstring>
          <d4p1:Key>sample string 3</d4p1:Key>
          <d4p1:Value>sample string 4</d4p1:Value>
        </d4p1:KeyValueOfstringstring>
      </Keys>
      <ModifiedBy>29</ModifiedBy>
      <ModifiedOn>2026-02-06T05:01:11.6374843+00:00</ModifiedOn>
      <PayPalClientId>sample string 31</PayPalClientId>
      <PayPalClientSecret>sample string 32</PayPalClientSecret>
      <PayPalConnectionTimeout>sample string 33</PayPalConnectionTimeout>
      <PayPalMode>sample string 30</PayPalMode>
      <PayPalRequestRetries>sample string 34</PayPalRequestRetries>
      <PaymentGatewayId>1</PaymentGatewayId>
      <PaymentGatewayMode>18</PaymentGatewayMode>
      <PaymentGetwayTypeId>2</PaymentGetwayTypeId>
      <RequestRetries>sample string 21</RequestRetries>
      <ShowInPortal>true</ShowInPortal>
      <StripePublishableKey>sample string 36</StripePublishableKey>
      <StripeSecretKey>sample string 35</StripeSecretKey>
      <WireInformation>sample string 37</WireInformation>
    </PaymentGatewayModel>
  </PaymentGatewaysList>
  <TotalPages>2</TotalPages>
  <TotalRecords>1</TotalRecords>
</PaymentGatewayList>