API logs
Beta
Last updated: March 4, 2026
You can explore your API request and response data from the past 30 days in the Dashboard.
You can use API logs to troubleshoot your integration. For example, to:
- Search logs by payment ID.
- Filter for status codes.
- Investigate key fields.
To view API logs in the Dashboard, you must have one of the following user roles:
- Admin
- A custom role with the
View API logs for all entitiespermission
To view API logs, follow these steps:
- Sign in to the Dashboard.
- Select the Developers icon in the top navigation bar and open the API Logs tab.
- Select the log you want to view.
The log opens in the side panel, which contains key log data. For example, the request ID, host, path, request elapsed time, request body, and response body.
You can search and filter your logs by:
- Payment ID – To identify a specific log associated with a specific payment ID. For example,
pay_tb4f46qcj6runb3pmbsrrdqd74. - Date – To find logs within a specific date range.
- Status code – To find logs that returned a response from a specific HTTP status code category. For example,
4xxresponses.
For each log, you can view the full corresponding API request and response.
Note
Sensitive data and personally identifiable information (PII) are masked in API logs.