Import Sandbox Data
The portal can copy three kinds of configuration from your sandbox account into your production account.- Log in to the PCI Booking portal with your production account. The import option is not shown when you are logged in to a sandbox account.
- Go to Booker Settings > Import sandbox data.
- Enter the username and password of your sandbox account and click Login.
- Tick the items to import, then click Continue and confirm.
If a profile references a client certificate, the certificate file is copied to your production account under the same name, but the copied profile is saved without the certificate attached. Open the profile in production and select the certificate again. See Client Certificates.
Set Up Again in Production
Everything not listed above must be created in the production account. Most of it is done in the portal; a few items go through our support team.What Does Not Move
- Card tokens. Tokens created in sandbox stay in sandbox. A sandbox token cannot be used with a production API key, and there is no transfer. If you have real cards in sandbox that you need in production, contact support@pcibooking.net.
- Transaction history and logs. Reports and logs are per account.
- Sandbox usage limits. Production accounts have no monthly operation allowances.
In Your Code
The base URL does not change. Replace the sandbox API key with the production API key, and replace any sandbox-only values in your requests: PSP credential names, profile names if you renamed them, success and failure URLs pointing at test pages, and callback URLs. Then run the Go-Live Checklist. Your sandbox account stays open. Keep using it for development and for testing new features before you change production.Related
- Testing & Going Live. Sandbox behaviour, test cards and the go-live checklist.
- Create an Account. How sandbox and production accounts are created.
- Authentication. How API keys work.

