List
List payment sessions for the authenticated merchant with optional filters. Supports filtering by subscriptionId, customerId, status, and entityType. When subscriptionId is provided the result includes both the subscription’s own activation session (entityType=‘subscription’) and any session attached to invoices for that subscription (entityType=‘invoice’). When customerId is provided the result covers the customer’s full payment history: payment-link sessions (entityType=‘payment’), the activation sessions of the customer’s subscriptions, and the sessions of those subscriptions’ invoices.
Authorizations
API key authentication
Query Parameters
Merchant organization ID. Required when using an API key that is not scoped to a single merchant.
Filter to sessions linked to this subscription (its own activation session plus all of its invoices' sessions).
Filter to sessions for this customer: payment-link sessions plus the activation and invoice sessions of the customer's subscriptions.
Filter by payment session status.
pending, processing, completed, failed, expired, cancelled Filter by the kind of entity the session pays for.
invoice, subscription, payment, topup Number of sessions to return.
1 <= x <= 100Number of sessions to skip.
x >= 0