Create a checkout token
POST/products/{product_id}/users/{user_id}/tokens/checkout.json
Create a 1 min long token that represents the details of the user for setting the user context in a checkout session. Please read our documentation to learn how to use it.
Request
Responses
- 201
- 401
- 402
- 404
The created checkout token.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.