Docs
View and troubleshoot API communication between Chargebee and your payment gateways.
Gateway Activity Logs provide detailed visibility into API interactions between Chargebee and integrated payment gateways. You can use this feature to view, search, and troubleshoot gateway requests and responses directly from Chargebee Billing.
When Chargebee processes payments, refunds, or other gateway operations, it communicates with payment gateways through API calls. Gateway Activity Logs capture these interactions, including:
This visibility helps you:
To view all gateway logs across your Chargebee Billing site, go to Logs > Gateway Activity in the left navigation pane.
| Column | Description |
|---|---|
| Invocation Time | Date and time when the API call was made |
| URL | The gateway API endpoint that was called |
| Gateway | The payment gateway (e.g., Stripe, Adyen, BlueSnap, Razorpay) |
| Operation | Type of operation (e.g., Payment, Refund) |
| Source | Origin of the API call (e.g., API, Hosted Pages) |
| Status | HTTP status code of the response (e.g., 200, 404, 500) |
| Trace ID | Groups all API requests made during the same operation |
Select any row to view detailed information about that API call.
Use the search bar for full-text search across logs, or apply filters to narrow the results.
You can filter gateway activity logs using the following criteria:
The Gateway Activity Details page provides comprehensive information about a single gateway API call.
The following fields are displayed at the top of the details page:
The following sections display the complete request and response data exchanged with the gateway:
*** were stored that way.When available, the right sidebar displays links to related resources such as transactions, payment intents, and customers, along with their associated logs.
View Gateway Activity Logs directly from Transactions and Payment Intent details pages.
In the Gateway section of any transaction, click View Request/Response Logs to see all gateway API calls made during that transaction.
Under each Payment Attempt, click View Request/Response Logs to see gateway API calls made during that specific attempt.
Chargebee never stores sensitive information in Gateway Activity Logs. Sensitive data such as credit card numbers, CVV codes, and authentication tokens are replaced with *** before being stored. If you see *** in the logs, that is exactly what was stored as the actual sensitive values are never persisted.
This ensures compliance with PCI-DSS and other security standards.
Gateway activity logs are retained for 30 days.
Gateway activity logs are available for all payment gateways integrated with Chargebee.
***?Chargebee masks sensitive data before storing logs. Values shown as *** indicate masked data and do not represent actual stored credentials or payment details.
The Trace ID groups all API requests made as part of a single operation. Operations such as payments or refunds often involve multiple gateway API calls. Use the Trace ID to view related requests together and understand the complete execution flow.
Was this article helpful?