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’).
Documentation Index
Fetch the complete documentation index at: https://docs.paygentic.io/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
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 linked to a payment for this customer.
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