Payments
The easiest way to create payments through the Sellix API
Checkout Flow
We currently support two types of checkout flows for Sellix Payments: Integrated and White-label.
You can also pass a product_id
or multiple product_ids
through a cart object.
Create a Payment
Create a payment to collect revenue from your customers, pass any amount, gateway, and configuration.
Complete a Payment
Flag a payment as completed to process the order
Delete a Payment
Cancel a payment to void it from receiving any transaction
Get Order
Get the details of one of your payments (referenced as order
in the API)
List Orders
List all the orders created on your store with pagination
Integrated
With the integrated checkout option, Sellix handles the checkout aspect for you by only returning a unique payment URL. This unique URL contains our realtime checkout page.
White-label
The white-label checkout flow provides the raw order created rather than a payment URL. With the raw order information, you are able to develop and integrate your own checkout experience completely separate from Sellix.
Products
We offer the possibility to create payments for your products too. You can specify a product_id
, and we will take care of the rest.
Was this page helpful?