1. Product List
You can access the list of products sent during payment in Paywall through this service. If you have not provided the Paywall ID information for each product, this service will return the list for you
List Products in Payment
Parameter
Type
Compolsory
Description
Parameter
Type
description
{
"ErrorCode": 0,
"Result": true,
"Message": "",
"Body": [
{
"Id": 2114065,
"MemberId": 0,
"ProductId": null,
"ProductName": "ProductName",
"ProductCategory": "ProductCategory",
"ProductDescription": "ProductDescription",
"ProductAmount": 100.00,
"IsMarketPlaceSales": true,
"Cargo": {
"CurrencyId": 0,
"CargoOwnerType": 1,
"CargoCost": 120.00
},
"Discount": {
"DiscountOwnerType": 1,
"DiscountType": 1,
"DiscountValue": 10.00
}
}
]
}Last updated