Get started with the Qombo VoP API in just a few steps.

Prerequisites

QWAC certificates

To authenticate with other PSPs, Qombo requires access to your QWAC certificate (public and private keys).

Your certificate is securely stored and used for verification requests.

Authentication

Qombo API uses API keys to authenticate requests. You will receive these keys after completing the necessary registration forms.

Sandbox keys have the prefix qombo_sandbox_ and production keys have the prefix qombo_prod_.

Whitelist your IPs

Before making requests, you must whitelist your IP addresses:

  1. Fill out the IP whitelisting form.
  2. We will provide you with your sandbox API key.

API Key

Once in possession of your API key, send it in the headers of your requests.

curl https://vop.qombo.tech/v1/verify \
  -H "x-api-key: qombo_sandbox_xxxxxxxxxxxxxxxxx" \

Postman collection

To get started quickly, download our Postman collection and explore pre-configured API requests.

Production mode

When you're ready to switch to production:

  • Fill out the production API key request form.
  • Use your production API key in API calls.