Jetpay Developer Guide
Getting Started
Jetpay Environments
5min
the jetpay platforms offers two distinct environments to support development, testing, and live operation the sandbox environment https //docs jetpay baselinepayments com/jetpay environments#hv5gc (demo); the production envionment https //docs jetpay baselinepayments com/jetpay environments#hv5gc (prod) sandbox environment (demo) sandbox environment base url https //extapi demo jetpay baselinepayments com https //extapi demo jetpay baselinepayments com the sandbox environment is a dedicated testing environment that simulates the jetpay api behavior without performing any real transactions purpose integration, testing, and exploration behavior fully functional api responses with simulated outcomes no real world impact no actual payments or records are processed you should use the sandbox environment to develop and test your integration; validate request formats and response handling; experiment with different api features safely production environment (prod) production environment base url https //extapi jetpay baselinepayments com https //extapi jetpay baselinepayments com the production environment is the live system where real data is processed and actual operations are executed purpose live, real world usage; behavior executes real transactions and writes to the live database; secure and monitored for reliability and compliance ⚠ warning you must switch to production only once your integration has been fully tested and verified in the sandbox environment