Environment Details
API & Webhooks
About Keys
KEY |
PURPOSE |
API Key |
Used for calling Bolt API from your backend server |
Publishable Key |
Embedded on your website and used by Bolt to identify your website |
Signing Secret |
Used for signature verification on requests received from bolt |
HEADER |
VALUE |
X-Api-Key |
Provide the API_KEY |
X-Nonce |
unique 12-16 digit for every request (UUID is a good option) |
Content-Type |
application/json |
Bolt API URLs
Environment |
URL |
Sandbox |
https://api-sandbox.bolt.com |
Production |
https://api.bolt.com |
Bolt CDN Paths
Other Details
Merchant API Timeout Limits
Environment |
Timeout |
Sandbox |
30 seconds |
Production |
20 seconds |