Skip to main content
GET
Get Payment Page Transactions

Authorizations

Authorization
string
header
required

Authentication using Bearer tokens. Include your API key in the Authorization header.

Key Types:

  • Test Keys: sk_test_* for development and testing
  • Live Keys: sk_* for production environments
  • Public Keys: pk_test_* or pk_* for client-side operations

📩 Need access? Contact Support to request your API keys.

Usage:

Path Parameters

id
string
required

Unique identifier for the payment page. Must be a valid payment page ID.

Unique identifier for a payment page

Example:

"pp_SjSA234ADKA25245ADJKS"

Query Parameters

cursor
string

Cursor pointing to the next or previous page of results.

Example:

"txn_abc123xyz"

limit
integer
default:20

Number of transactions to return (default: 20, max: 100)

Required range: x <= 100

Response

A list of transactions for the payment page.

data
object[]