Checkout Sessions represent your customer’s session on your hosted payment page. Create a session with line items and redirect your customer to the generated URL to complete payment. Checkout Sessions support shipping address collection and shipping rate selection. When line items reference physical products (Documentation Index
Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt
Use this file to discover all available pages before exploring further.
shippable: true), shipping address collection is automatically enabled.
Endpoints
Create a Checkout Session
Creates a new checkout session with the specified line items.
List all Checkout Sessions
Returns a paginated list of checkout sessions, sorted by creation date.
Retrieve a Checkout Session
Retrieves the details of a checkout session that was previously created.
Expire a Checkout Session
Expires an open checkout session, preventing the customer from completing payment.
List Checkout Session Line Items
Returns the line items for a checkout session.