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"
  }
}

Última actualización