API environments
Quickvee Pay provides two API hosts. Use sandbox while building and testing your integration; use production only when you are ready to move real funds.
Base URLs
| Environment | Base URL |
|---|---|
| Sandbox | https://api-go-dev.quickveepay.com |
| Production | https://api-go.quickveepay.com |
All API paths in this documentation are relative to the base URL for the environment you are calling.
Usage in requests
Prepend the resource path to the correct base URL. For example, to create a payment in sandbox:
POST https://api-go-dev.quickveepay.com/m/payments
Use sandbox for failure simulation, test routing numbers in onboard a business, and onboard a person. Point your integration at the production base URL only after you have completed testing and are approved for live processing.
Next up
Read Authentication for request signing and headers.