GET
api/v1/getsSingle_PaymentGateways_foredit?sellerId={sellerId}&clientId={clientId}&gatewayId={gatewayId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sellerId | integer |
Required |
|
| clientId | integer |
Required |
|
| gatewayId | integer |
Required |
Response Information
Description:
Return type: PaymentGetwayTypeModel
Response Formats
application/json, text/json
{
"PaymentGetwayTypeId": 1,
"PaymentGetwayId": 2,
"GatwayName": "sample string 3",
"Created_date": "2026-02-05T09:37:21.1712486+00:00",
"Modified_date": "2026-02-05T09:37:21.1712486+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
}
text/html
{"PaymentGetwayTypeId":1,"PaymentGetwayId":2,"GatwayName":"sample string 3","Created_date":"2026-02-05T09:37:21.1712486+00:00","Modified_date":"2026-02-05T09:37:21.1712486+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}
application/xml, text/xml
<PaymentGetwayTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Payment"> <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-05T09:37:21.1712486+00:00</Created_date> <GatwayName>sample string 3</GatwayName> <Modified_by>1</Modified_by> <Modified_date>2026-02-05T09:37:21.1712486+00:00</Modified_date> <PaymentGetwayId>2</PaymentGetwayId> <PaymentGetwayTypeId>1</PaymentGetwayTypeId> <SellerId>8</SellerId> </PaymentGetwayTypeModel>
