1. Product-Based Earnings

Retrieve product-based earnings information.

GET {{PaymentBaseAddress}}/api/paywall/marketplace/report/earning/product

Important: To use the Product-Based Earnings service, you need to send the 'apikeypublic' and 'apiclientpublic' parameters in the 'Header' section. PaymentAPI Address

The response returned from the service:

{
    "ErrorCode": 0,
    "Result": true,
    "Message": "",
    "Body": {
        "ProductId": 1626240, // Ürünün PayWall'daki Id bilgisi
        "ProductExternalId": "ProductId", // Ürünün şirket tarafındaki Id bilgisi
        "ProductName": "ProductName", // Ürünün şirket tarafındaki isim bilgisi
        "ProductAmount": 10.00, // Ürünün toplam tutarı
        "MerchantEarning": 0.10, // Üründen şirketin elde ettiği kazanç
        "MerchantReflectionDate": "2023-07-02T00:00:00", // Şirkete ait kazancın ne zaman yansıtılacağı
        "SubMerchantEarning": 9.90, // Üründen alt şirketin elde ettiği kazanç
        "SubMerchantReflectionDate": "2023-07-12T00:00:00" // Alt şirkete ait kazancın ne zaman yansıtılacağı
    }
}

Last updated