Overview
Events provide an audit trail of activity (payments, invoices, commerce order updates, etc.). Use these endpoints when you need to:- backfill history
- build dashboards/reconciliation tools
- debug an integration
Authentication
Events can be accessed with:x-api-key: pk_...(merchant scope)x-commerce-api-key: ck_...(commerce scope)
Request
Endpoints:GET /api/v1/eventsGET /api/v1/events/{eventId}
Response
Representative event list response:Errors
401/403missing/invalid auth400invalid pagination parameters

