Environments

clock 2-minute read calender updated Mar. 25, 2026

Because testing in production is like skydiving without a parachute

API environments are separate spaces where you can safely develop, test, and experiment without breaking anything important. Think of them as practice zones: simulator for play, non-production for dress rehearsal, and production for the real show. Using environments keeps your code organized and your users happy.

EnvironmentHost URLDescription
Productionhttps://partner-api.key.comThe live environment where real financial transactions occur using actual customer data. All integrations here impact real accounts and funds.
Non-Production (QV)https://partner-api-qv.key.comA staging environment for testing and validating integrations before going live. It uses test or provided data and closely mirrors production.
Simulatorhttps://partner-api.key.comA mock environment with sample data to explore API behaviors and edge cases safely, without connecting to real systems.

 

API availability by environment
APIProductionNon-ProductionSimulator
Account ValidationAvailableNot availableAvailable
ACH InquiryAvailableNot availableAvailable
ACH OriginationAvailableNot availableAvailable
Commercial Account InformationAvailableNot availableAvailable
Commercial Check ServicesAvailableNot availableAvailable
IntradayAvailableAvailableNot available
Previous DayAvailableAvailableNot available
RTP InquiryAvailableNot availableAvailable
RTP Send PaymentAvailableAvailableNot available
Webhooks (ACH, Wire, and RTP)AvailableAvailableNot available
Wire InquiryAvailableNot availableAvailable
Wire TransferAvailableAvailableNot available