Skip to main content

Environments

Our clients can access two environments: staging and production. Staging:
Portal: https://portal.stg.hellopay.com.co
API: https://api.stg.hellopay.com.co 
Production:
Portal: https://portal.hellopay.com.co
API: https://api.hellopay.com.co 

Authentication - API

To authenticate with our API, we use API Keys. Follow the following steps to get them:
  1. Enter the HelloPay portal. (Staging | Production)
  2. Go to “Configuraciones -> API Keys. (Staging | Production)
  3. Click Crear API Key.
  4. Save your API Key (it will only be visible when it is created).
The way to use the API keys is by sending them in the X-API-Key header of your requests. Example:
curl --location 'https://api.stg.hellopay.com.co/payins' \
--header 'x-api-key: ••••••'

Portal Access

To access the client portal, you need to request the creation of your users to our support team or commercial contact.