- Introduction. What PCI Booking does and how the platform works.
- Create an Account. How to get sandbox and production API keys.
- Quickstart. Tokenize a card and process a payment in minutes.
Base URL
All API calls use a single base URL for both sandbox and production:Authentication
Most endpoints require an API key passed in theAuthorization header:
Response Format
Responses are JSON. Successful calls return200 with the result in the body. Errors return a standard error object:

