In this page you will find checklists and important information to ensure your integration is ready for production deployment.

Pre-Production Checklist

This checklist ensures your integration is ready for production deployment with proper security, monitoring, and operational procedures.

API Configuration

  • Configure production API credentials securely
  • Establish clear separation between staging and production environments
  • Set up production base URL configuration
  • Implement process for regular API key rotation

Security Implementation

  • Enforce HTTPS for all communications
  • Store API keys securely using environment variables or secret management
  • Implement input validation and sanitization
  • Ensure error messages don’t expose sensitive data

Integration Testing

  • Test all payment methods (Cards, SPEI, OXXO, Mercado Pago, SafetyPay)
  • Test all withdrawal methods (SPEI and debit card withdrawals)
  • Test error scenarios (declined payments, validation errors, network failures)
  • Test 3DS flow for card payments requiring 3D Secure authentication
  • Test webhook integration for real-time notifications

Monitoring and Alerting

  • Monitor payment success/failure rates in real-time
  • Set up alerts for unusual error rates or API failures
  • Track response time and latency performance
  • Monitor webhook delivery success rates

Operational Procedures

  • Establish escalation paths for payment issues
  • Create procedures for handling payment failures
  • Implement fallback procedures for API outages
  • Complete operational documentation for team
  • Train staff on payment operations and troubleshooting

Security Best Practices

Here are some security best practices to follow.

Final Deployment Checklist

For the final deployment, ensure you have completed the following checklist.
  • Complete security audit with all measures implemented and tested
  • Pass performance testing with load testing at expected traffic volumes
  • Activate all monitoring and alerting systems
  • Test backup procedures and validate disaster recovery procedures
  • Complete team training on production procedures
  • Update all operational documentation to current state
  • Prepare clear rollback procedures in case of issues
  • Establish emergency contact procedures and support contacts
  • Verify compliance with all regulatory requirements
  • Complete end-to-end testing in production environment

Post-Deployment Monitoring

We recommend monitoring the following metrics for the first 24 hours and first week. Follow the procedures below to ensure everything is running smoothly.

Next Steps