get https://core.spreedly.com/v1/payment_methods/events
Retrieve an ordered and paginated list of all payment method events in the authenticated environment.
Payment method events track important changes to payment methods such as creation, retention, redaction, and other lifecycle events. This endpoint allows you to retrieve these events with optional filtering and pagination.
Response Format
The response format varies by event type:
AddPaymentMethod
events are returned astransaction
objects with embedded payment method data- All other events are returned as
payment_method_event
objects