Loading...
API Reference
Checkout

Endpoints to managing checkout-related requests

# Endpoints
get
/checkout/{cart_id}/qr
Generate a QR code that redirects a buyer to checkout
get
/checkout/{cart_id}/qr.png
Generate a QR code that redirects a buyer to checkout
get
/checkout/{cart_id}/qr.svg
Generate a QR code that redirects a buyer to checkout
post
/checkout/{cart_id}
Creates a checkout session for a cart
get
Get Checkout QR Code

Generate a QR code that redirects a buyer to checkout

Parameters
cart_id
string
required
Template Cart ID (ULID format)
get
/checkout/{cart_id}/qr
shell
javascript
go
java
php
{} Response
200
400
401
403
404
500
get
Get Checkout QR Code (PNG)

Generate a QR code that redirects a buyer to checkout

Parameters
cart_id
string
required
Template Cart ID (ULID format)
get
/checkout/{cart_id}/qr.png
shell
javascript
go
java
php
{} Response
200
400
401
403
404
500
get
Get Checkout QR Code (SVG)

Generate a QR code that redirects a buyer to checkout

Parameters
cart_id
string
required
Template Cart ID (ULID format)
get
/checkout/{cart_id}/qr.svg
shell
javascript
go
java
php
{} Response
200
400
401
403
404
500
post
Create Checkout Session

Creates a checkout session for a cart

Parameters
cart_id
string
required
Cart ID to checkout (UUID format)
post
/checkout/{cart_id}
shell
javascript
go
java
php
{} Response
200
400
404
500
get
/checkout/{cart_id}/qr
shell
javascript
go
java
php
{} Response
200
400
401
403
404
500