List a creator's checkout-link payments
List checkout-link payments for the specified creator, most recent first, with cursor-based pagination. Filter by your own clientReferenceId to reconcile a specific checkout, or by status. Webhooks remain the primary delivery mechanism; this endpoint is for reconciliation and recovering missed events.
Polling for real-time updates? Use a webhook instead.
If you are calling this endpoint on a schedule to detect new activity, subscribe to the checkout_link.payment.succeeded, checkout_link.payment.pending, checkout_link.payment.failed webhook events instead — you’ll get pushed updates in real time without polling. See the webhook documentation.
read:creator— Access creator profiles, content, and creator-specific information.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Path Parameters
Query Parameters
Number of results to return (default 20, max 100).
x <= 100Cursor for pagination.
Filter to payments carrying this exact client_reference_id.
Filter to payments with this status.
pending, succeeded, failed