Quick Navigation

Production Environment Guide

Migration guide from test to production environment

Migration Process

Follow this comprehensive guide to safely migrate your integration from sandbox to production environment.

Important Warning

Production environment processes real transactions and charges real money. Always test thoroughly in sandbox first.

Pre-Migration Checklist

Complete business verification and KYC process
Test all payment flows in sandbox environment
Implement proper error handling and retry logic
Set up webhook endpoints and test delivery
Configure monitoring and alerting systems
Review and approve terms of service and pricing

Production Credentials

pk_live_1234567890abcdef
sk_live_abcdef1234567890

Production URLs

https://api.paymentpro.com
https://hooks.paymentpro.com

Migration Steps

1

Update Configuration

Replace sandbox credentials with production keys

2

Update Endpoints

Change API base URLs to production endpoints

3

Test Small Transaction

Process a small real transaction to verify setup

4

Go Live

Deploy to production and monitor closely