Go-live Checklist
PayRex provides you with live and test modes to function as similarly as possible. Switching from mode to another is normally done by swapping the API keys.
Suppose you are the developer or the person in charge of PayRex integration. In that case, you should consider the items below before going live.
Handle edge cases
We provide different test scenarios you can use to replicate various states and responses. Beyond these scenarios, perform your due diligence, testing your integration with:
- Incomplete data
- Invalid data
Ensure you are not relying on test mode resources
Switching from test mode data to live mode data can usually be done using the live mode API keys within your integration. Make sure that you're the livemode API keys.
Ensure that you have created/registered your production webhooks
Your PayRex account can have both test and live webhook endpoints. If you're using webhooks, make sure you have registered endpoints for live transactions. Then, confirm that the live mode endpoint functions exactly the same as your test endpoint.
Secure your API keys
Ensure that you are storing your API keys securely.