get http://staging-apigateway.snapdeal.com/seller-api/payments/transactions/reports/
This API returns download link for the report related to the given reportId
Note
Request allowed values:
reportType -SETTLED,UNSETTLED
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| reportId | String | Path | Mandatory | Report Id |
| reportType | String | Query | Mandatory | Report Type |
Response
metadata :
| FieldName | DataType | Description |
|---|---|---|
| requestId | String | Unique ID for the request |
| clientId | String | Partner Id |
| responseTime | Long | Response Time |
| requestedURI | String | Requested URI |
| message | String | Error message |
payload :
| FieldName | DataType | Description |
|---|---|---|
| downloadLink | String | downloadLink |
| message | String | message |
