Checkout

Create a checkout url

POST https://yourwebsite.com/api/store/checkout

Request Body

NameTypeDescription

products*

array

An array of product IDs

user*

int or string

Username or User ID

{
    "url": "https://yourwebsite.com/checkout?token=ad2lj3x"
}

Last updated