Zip APIs are available through different base URLs, one to access our global platforms and another that is dedicated to interact with the Australian platform only.

To access these APIs, combine the base URL + endpoint, for example to "create a checkout" construct the URL to call like this
BASE URL for environment + /checkouts/ → https://api.sandbox.zip.co/merchant/checkouts/
Use the sandbox environment to get familiarised with the API behaviour and try out your requests; use the live environments to start real transactions with Zip once your integration has been certified and pushed live.

Live (production)

https://api.zip.co/merchant

Sandbox (testing)

https://api.sandbox.zip.co/merchant