List all Payments
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.
Documentation Index
Fetch the complete documentation index at: https://docs.momentco.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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_*orpk_*for client-side operations
📩 Need access? Contact Support to request your API keys.
Usage:
Authorization: Bearer sk_test_4eC39HqLyjWDarjtT1zdp7dcPath Parameters
Unique identifier for the payment page. Must be a valid payment page ID.
Unique identifier for a payment page
"pp_SjSA234ADKA25245ADJKS"
Query Parameters
Cursor pointing to the next or previous page of results.
"txn_abc123xyz"
Number of transactions to return (default: 20, max: 100)
x <= 100Response
A list of transactions for the payment page.

