Checkout
The below process describes the key milestones in the checkout process flow in Reachu. There are also additional steps that may occur along the way; however, the purpose of this instruction is to deliver a base reference for the user to work with.
Step | Description |
---|---|
Checkout Initiation | Once the final customer is ready to initiate the order, an object with the cart data is needed for the checkout process. You can still update the cart at this time. |
Shipping Methods | The way orders will be sent. E.g. postal service, click & collect. |
Payment Method | A payment provider. E.g., Stripe, Klarna. |
Payment | This object contains status and additional data about payment. Payments are processed by third parties. |
Checkout Completion | Once the payment succeeds, the checkout is finished. |
Initiate the checkout
Retrieve an array of the products added to your channel.
Payment Methods
When you initiate the checkout, you will get the available payment methods in the response as part of the checkout object. You can still get them separately by using the method below.
Interacting with a created checkout
Update the checkout
After creation, you can update the following information from the checkout:
- billing_address
- shipping_address
- after payment redirect urls
- return_url
- success_url
- cancel_url