Quickvee PayDocs

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

EnvironmentBase URL
Sandboxhttps://api-go-dev.quickveepay.com
Productionhttps://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.