This page is intended for developers. If you aren’t one then you might want to
visit Shopify or WooCommerce
integration pages
Requesting an access token
- Click here to generate your access token.
- Select ‘Other builder or custom’ and enter your phone number, OTP, and email.
- Your access token will be generated instantly. Save it securely—this is the only time it will be displayed.
Authenticating API calls
To authenticate your API calls, be sure to include a header with every request of the following format:Authorization
: Bearer <access token>
Call Ziina API
With access token you can now call Ziina API. In order to start accepting payments you need to create payment intent.Go to API Reference page for more available endpoints.