Environments
Pago46 operates in two distinct environments: Sandbox for testing and Production for real transactions. Each environment has its own characteristics and configuration requirements.
Traditional Integration Flow
- Identify if you are a Merchant or a Payment Provider.
- Identify the flow you wish to integrate: Collections (Pay-In) or Withdrawals (Pay-Out).
- Send an email to
contacto@pago46.comindicating your role (Merchant or Payment Provider), country of operation, and the flow to integrate. - You will receive credentials for the Sandbox environment and access to the documentation.
- Perform the necessary tests in Sandbox.
- When you are ready for production, request Production credentials from your account manager.
Testing (Sandbox)
| Pago46 Service | Base URL | Notes |
|---|---|---|
| Main API | https://api.sandbox.pago46.io/api/v1 | HTTPS REST API integration point with HMAC signature. |
| Web Checkout App | https://checkout.sandbox.pago46.io | Hosted page for consumers to complete payment flows. |
| Mobile App | - | We do not have a sandbox environment for the Android or iOS mobile application. |
Amounts processed in sandbox do not generate real money movements.
API Contracts
To facilitate integration and testing, the Pago46 API OpenAPI contract is available in Sandbox, as well as various tools to simulate behaviors and responses. The available resources are listed below:
- OpenAPI Spec (v3.0) in YAML format:
https://api.sandbox.pago46.io/api/schema - Interactive Swagger UI:
https://api.sandbox.pago46.io/api/schema/swagger - Redoc UI:
https://api.sandbox.pago46.io/api/schema/redoc - Postman Collection (not public).
To access these contracts, write to contacto@pago46.com indicating your role (Merchant or Payment Provider) and country of operation.
Production
| Pago46 Service | Base URL | Notes |
|---|---|---|
| Main API | https://api.production.pago46.io/api/v1 | HTTPS REST API integration point with HMAC signature. |
| Web Checkout App | https://checkout.pago46.io | Hosted page for consumers to complete payment flows. |
| Mobile App | Link to Apple AppStore or Link to Google Play Store | To use the application, you must be registered as a Socio46. |
Different Credentials
Sandbox and production keys are not interchangeable. Request them from your account manager.