GET
api/MPOSPayment/FetchPaymentsDetail?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: PaymentDetail
Response Formats
application/json, text/json
{
"PaymentGetwayTypeId": 1,
"GatewayName": "sample string 2",
"APIkey": "sample string 3",
"TransectionKey": "sample string 4"
}
text/html
{"PaymentGetwayTypeId":1,"GatewayName":"sample string 2","APIkey":"sample string 3","TransectionKey":"sample string 4"}
application/xml, text/xml
<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>
