Development Process
Kachingle offers a sandbox for development and testing of your integration before creating a live Medallion for integration with the production server.
Important: Once you've developed and tested your code in the sandbox, you will need to request a separate App ID for production, and make sure you use this new App ID in your live code.
It is highly recommended you make the App ID a configuration variable in your Javascript and PHP code so the transition happens smoothly.
API Endpoints
Sandbox | http://api.sandbox.kachingle.net |
---|---|
Production | http://api.kachingle.com |
Getting Started With The Sandbox
- Create an account at sandbox.kachingle.net
- Create a Medallion within that account from the My Kachingle > My Medallions page
- In the creation page, you will find your Medallion/App ID in the URL (id=), and your App Secret at the top of the right column
- You can get back to this page any time by clicking the "Manage" button in My Kachingle > My Medallions
- Contact Kachingle to let us know you've created a Medallion, and to have your App added to a Bundle or two in the sandbox
- We'll reply with Bundle IDs and other details
- Download the API
- Start coding and testing using the sandbox:
- Enable your front end with the Kachingle Medallion
- Integrate your backend with Kachingle
Moving to Production
Once you're ready to move to production:
- Create an account at www.kachingle.com
- Request a Medallion (in the production environment the My Medallions tab only appears once you have a Medallion)
- Modify your API calls and configurations on the production version of your App to use the new App ID