Bemovil
Contactar comercial
  • Languages
    • Español
      • Introducción API
      • Autenticación
      • Errores
      • Transacciones
        • Ejemplos
      • Productos
      • Reportes
      • Cargar saldo
    • English
      • API Introduction
      • Authentication
      • Errors
      • Transactions
        • Examples
      • Products
      • Reports
Con tecnología de GitBook
En esta página
  • API Stages
  • Authorization
  1. Languages
  2. English

Authentication

API Stages

Production environment

Production URL for making real transactions

https://apiv2.bemovil.net

Sandbox environment

Testing URL for conducting test transactions

https://apiv2.sandbox.bemovil.net

Authorization

The authentication method will be via headers in the "Authorization" field, with the token provided by the company.

{
  "Headers": {
    "Authorization": "Bearer TOKEN"
  }
}
AnteriorAPI IntroductionSiguienteErrors

Última actualización hace 1 año