1. Get Earnings
You can list and access the earnings details of a payment using its Payment ID information.
Retrieve earnings information based on payment
Parameter
Type
Compolsory
Description
Parameter
Type
Description
{
"ErrorCode": 0,
"Result": true,
"Message": "",
"Body": [
{
"PaymentId": 111222,
"ProductId": 2111651,
"ProductExternalId": "ProductId",
"ProductName": "ProductName",
"ProductAmount": 26000.00,
"MerchantEarningId": 1854,
"MerchantEarning": 260.00,
"MerchantReflectionDate": "2023-08-13T00:00:00",
"SubMerchantEarningId": 1853,
"SubMerchantEarning": 25740.00,
"SubMerchantReflectionDate": "2023-08-23T00:00:00",
"MerchantEarningStatusId": 4,
"MerchantPayoutTransactionId": 0,
"SubMerchantEarningStatusId": 4,
"SubMerchantPayoutTransactionId": 6
}
]
}Last updated