GET api/MPOSPayment/FetchPaymentsDetail?clientId={clientId}&sellerId={sellerId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
clientId

integer

Required

sellerId

integer

Required

Response Information

Description:

Return type: PaymentDetail

Response Formats
{
  "PaymentGetwayTypeId": 1,
  "GatewayName": "sample string 2",
  "APIkey": "sample string 3",
  "TransectionKey": "sample string 4"
}
{"PaymentGetwayTypeId":1,"GatewayName":"sample string 2","APIkey":"sample string 3","TransectionKey":"sample string 4"}
<PaymentDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Payment">
  <APIkey>sample string 3</APIkey>
  <GatewayName>sample string 2</GatewayName>
  <PaymentGetwayTypeId>1</PaymentGetwayTypeId>
  <TransectionKey>sample string 4</TransectionKey>
</PaymentDetail>