Checkout Sessions API
This API allows you to create and manage checkout sessions for processing payments. You can create new sessions, retrieve existing ones, and handle various payment methods and integrations.Endpoints
Create Checkout Session
- Endpoint:
POST /v1/checkouts - Description: Create a new checkout session.
- Request Body:
- Response:
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Retrieve all checkout operations (failed, sucess)
Available options:
created, pending, processing, completed, failed, expired, cancelled