Create a Creem session
Authorizations
Body
The enviroment of the Creem checkout session.
test
, live
"test"
The id of the SaleSnip project for this session. You can locate your project ID in the SaleSnip dashboard under the 'Keys' tab on the project level.
"project_abcdefghjijklmnop"
The Creem id of the product to be included in the session.
"product_abcdefghjijklmnop"
The minimum price of the product that can be negotiated.
10
A set of callback URLs for the session. If you are using SaleSnip inside the widget, these fields can be left empty.
The customer details for the session. You may only specify one of id or email.
Configuration for the Creem discount.
Collect additional information from your customers during the checkout. Allows up to 3 custom fields.
Custom metadata to be included with the session.
{
"some_important_info": "SaleSnip is awesome!"
}
Response
The unique ID of the session. You can use this to open SaleSnip as a widget.
"session_abcdefghjijklmnop"
The hosted URL of the session. You can redirect users to this URL to use SaleSnip in a standalone mode.
"https://chat.salesnip.com/#abcdefghjijklmnop"