The report provides a comprehensive overview of prevention alert patterns and their impact. By analyzing the prevention alert data, businesses can proactively address potential issues before they escalate into disputes or chargebacks. This approach enables more effective fraud prevention and dispute resolution strategies.
created_at
parameter by default, reflecting the most recent updates to the alerts.To create a report
- Make an prevention alerts API request with date range parameters date_from , date_to by the API endpoint.
- Receive the report URL
report_url
in the response. - Download the report in CSV format using the
report_id
from the URL and authorization credentials.
Learn to authenticate API requests and fix validation errors effectively. authorization credentials ( publicKey + secretKey ) to make the API request for downloading.
Since the report is prepared asynchronously, it may take some time before it is ready for download. If the report is not ready, the API reference returns the corresponding status code:
- 200 - authentication failure. Double-check your access to the Solidgate API.
- 204 - report is not yet ready. Wait a little longer for it to be generated.
- 302 - redirect to a one-time S3 download report link.
- 404 - report was not found.
- 410 - report is unavailable, expired.
- Go to Reports&Exports.
- In the top-right corner, click on +Create report.
- In the pop-up window, fill in the required details:
- Select the Alerts report type
- Select one or multiple channels
- Define a date range of up to 36 days
- Optionally, modify the auto-generated file name
- Click on Create.
Once confirmed, reports are generated for each selected channel. - Click on Download to save and access the report.
|
|