List consumption attempts for a payment link
Returns every attempt to pay this link, newest first. One record is written
each time a customer opens the link’s hostedUrl and a checkout session is
created for them, so this is the audit trail behind the link’s paidCount
and failedCount.
This endpoint is not paginated — all attempts are returned.
GET
List consumption attempts for a payment link
Authorizations
API key for service-to-service or merchant authentication.
Headers
Unique identifier for request tracing. Generated by the client or server if not provided.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Path Parameters
Unique identifier of the payment link
Example:
"550e8400-e29b-41d4-a716-446655440000"
Response
Consumption attempts retrieved successfully.