Base URL & Environments

All endpoints are served under the /api/v1/partner prefix.

EnvironmentBase URLCredential prefix
Sandboxhttps://dev.qwikcard.co/api/v1pk_test_… / sk_test_…
ProductionIssued at go-livepk_live_… / sk_live_…

Sandbox is a fully functional test environment where no real money moves, and you can top up test cards instantly with the simulate-fund endpoint. A production base URL and live credentials are issued separately when you go live; contact Qwik team for the same.

Building a full URL

A full partner endpoint URL therefore looks like:

Example · full URL
https://dev.qwikcard.co/api/v1/partner/auth/register

Throughout this documentation, request examples abbreviate the base URL - assume https://dev.qwikcard.co/api/v1 is prepended to every /partner/... path.

i
Sandbox is fully secure, but you should not store any real consumer data there. Use the simulate-fund endpoint to load test funds instantly without a real ACH deposit.