v1

latestOpenAPI 3.1.02026-07-2484125489.6 KB
payment_methods

List events for a payment method

Get a list of events for a specific payment method.

Response Format

The response format varies by event type:

  • AddPaymentMethod events are returned as transaction objects with embedded payment method data
  • All other events are returned as payment_method_event objects
get/payment_methods/{payment_method_token}/events

Query parameters

orderstring

The order of the returned list. Default is asc, which returns the oldest records first. To list newer records first, use desc.

since_tokenstring

The token of the item to start from (e.g., the last token received in the previous list if iterating through records)

countstring

The number of events to return. By default returns 20, maximum allowed is 100.

include_transactionsboolean

Whether to include gateway transactions alongside events. Default is false. When true, returns a unified timeline of events and transactions sorted by creation time.

Response

successful