Retrieves a paginated list of payments with optional filters.
You can filter payments by currency, status, subscription, or customer email. Results are ordered by creation date (most recent first).
API key authentication. Include your API key in the X-Suby-Api-Key header:
X-Suby-Api-Key: your_api_key_hereFilter payments by cryptocurrency or asset symbol (e.g., USDC, USDT, ETH, SOL)
Filter payments by status
INITIATED, PENDING, SUCCESS, FAILED, EXPIRED, SETTLED Filter payments by subscription ID
Filter payments by customer email address
Page number for pagination (starts at 1)
x >= 1Number of results per page (maximum 25)
1 <= x <= 25