Skip to main content

Cart

First of all you need to fill customer Information:

Cart creation

Here's the cart creation form:

Name - cart title.

Description - detailed information about cart.

Payment methods - currencies in which the user wants to accept payments. Checkout photo - the ability to add an image for checkout.

Specify image url - the ability to add an image by link image.

Fiat currency - currency in which the cart will be paid for.

Expire time - time that charge exists.

Checkout logo - the ability to add a logo for payment widget.

Specify image url - the ability to add an image by link image.

Background color - the ability to set the background color for the payment widget.

Accent color - the ability to set the color of buttons and fields for the payment widget.

To checkout Cart, you need to pass the amount and fiatCurrency parameters in the POST /api/checkout-client/{identifier}/charge query endpoint:

Copy link