Checkout
Checkout Endpoints allow you to create checkout sessions for your shop. Business Plan Subscription is required to create checkout sessions.
Create Checkout Session
Creates a new checkout session for the shop. This endpoint requires an API key and must be called from your backend.
Authorization
Authorization
RequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/json
Requiredcart
Requiredarray<object>ip
stringMust be a valid IP address.
country_code
stringMust contain only letters. Must be 2 characters.
user_agent
stringasn
integeremail
stringMust be a valid email address.
discord_user_id
stringdiscord_user_username
stringdiscord_access_token
stringdiscord_refresh_token
stringcoupon
stringgateway
stringThe payment gateway to preselect. CUSTOMERBALANCE
, STRIPE
, SQUARE
, SUMUP
, MOLLIE
, SKRILL
, AUTHORIZENET
, LEMONSQUEEZY
, NMI
, AMAZONPS
, PAYPAL
, PAYPALFF
, CASHAPP
, VENMO
, BTC
, LTC
.
newsletter
booleanPath Parameters
shopId
Requiredinteger