List Checkouts
Retrieves a paginated list of checkouts.
Authorizations
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.
Query Parameters
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 one or more checkout statuses.
The status of the payment.
ACTIVEThe payable endpoint is active and can accept payments.PROCESSINGThe payment is being processed.DEACTIVATEDThe payable endpoint has been manually deactivated.EXPIREDThe payable endpoint has expired based on the expiresAt timestamp.COMPLETEDThe payable endpoint has been successfully paid.FAILEDThe payment has failed due to a payment error.REFUNDEDThe payment has been fully refunded.PARTIALLY_REFUNDEDThe payment has been partially refunded.
ACTIVE, PROCESSING, DEACTIVATED, EXPIRED, COMPLETED, FAILED, REFUNDED, PARTIALLY_REFUNDED Filter results to those created at or after this timestamp. RFC 3339 format.
Filter results to those created at or before this timestamp. RFC 3339 format.
Case-insensitive substring search on the checkout description. Maximum 500 characters.
500