Retrieves all transactions associated with a specific payment page.
This endpoint uses cursor-based pagination.
Use the Next-Cursor and Prev-Cursor headers to paginate through results.
Authentication using Bearer tokens. Include your API key in the Authorization header.
Key Types:
sk_test_* for development and testingsk_* for production environmentspk_test_* or pk_* for client-side operations📩 Need access? Contact Support to request your API keys.
Usage:
Authorization: Bearer sk_test_4eC39HqLyjWDarjtT1zdp7dcUnique identifier for the payment page. Must be a valid payment page ID.
Unique identifier for a payment page
"pp_SjSA234ADKA25245ADJKS"
Cursor pointing to the next or previous page of results.
"txn_abc123xyz"
Number of transactions to return (default: 20, max: 100)
x <= 100A list of transactions for the payment page.