Home Features Docs & API Blog Contact

Documentation

ZekoraPay Platform – Reference complète pour développeurs et utilisateurs

Shop API

Integrate the Zekora checkout button directly onto your e-commerce platform (WooCommerce, Shopify, or custom).

Initialize an eCommerce Checkout Session

POST /v1/checkout/sessions

Provide the cart items, total amount, and your return URLs (success and cancel).

The API will return a checkout_url to redirect the user to. Once payment is completed, the customer is redirected to the success URL, and your backend is notified via Webhook.