This API helps to provide the income for the merchant.
{
"status":200,
"data":{
"message":"We are successfully able to fetch the merchant income ",
"method":"GET",
"api":"/v2/data/ecommerce/merchant/income”
"job_id": "KVWJUrwQ78333309",
"pending_income":0.0,
"total_income_this_week":0.0,
"total_income_this_month":249000.0,
"total_income_on_time_range":0.0
},
"metadata":{
"source":{{API/Widget/Dashboard/SDK/Portal}},
"entity":"Data"
},
"error":null
}
Response Parameters
Key Parameters | Data Type | Description |
---|---|---|
pending_income | Float | Projected income from the incomplete transactions |
total_Income_this_week | Float | Total income received from the complete transaction in the last 7 days |
total_Income_this_month | Float | Total income received from the complete transaction in the last 30 days |
total_Income_on_time_range | Float | Total income received from the complete transaction based on given date range |