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_4eC39HqLyjWDarjtT1zdp7dc
Unique identifier for the payment page. Must be a valid payment page ID.
"pp_SjSA234ADKA25245ADJKS"
Cursor pointing to the next or previous page of results.
"txn_abc123xyz"
Number of transactions to return (default: 20, max: 100)
x <= 100
A list of transactions for the payment page.
The response is of type object
.