Retrieves a paginated list of checkouts.
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
The number of items to return per page.
1 <= x <= 100The token for the next page of items. This should only be populated using the nextPageToken value from the previous response.
Filter by checkout status. The status of the checkout.
ACTIVE The checkout is active and can accept payments.PROCESSING The checkout is processing a payment.DEACTIVATED The checkout has been manually deactivated.EXPIRED The checkout has expired based on the expiresAt timestamp.COMPLETED The checkout has been successfully paid.FAILED The checkout has failed due to a payment error.ACTIVE, PROCESSING, DEACTIVATED, EXPIRED, COMPLETED, FAILED "ACTIVE"