{"openapi":"3.0.3","info":{"title":"Volt Platform API","version":"1.0.0","description":"The volt-platform HTTP API. Select an environment above to try requests against production or development."},"components":{"schemas":{}},"paths":{"/public/tenants/{tenantId}/bookings/{bookingRef}/stripe/status":{"get":{"summary":"Confirm and reconcile a card payment on return from Stripe","tags":["Checkout"],"parameters":[{"schema":{"type":"string","minLength":1},"in":"query","name":"accessToken","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"tenantId","required":true},{"schema":{"type":"string","minLength":1},"in":"path","name":"bookingRef","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/public/resolve-host":{"get":{"summary":"Resolve a host to a tenant","tags":["Salespage"],"parameters":[{"schema":{"type":"string","minLength":1},"in":"query","name":"host","required":false}],"responses":{"200":{"description":"Default Response"}}}}},"servers":[{"url":"https://api.platform.getvolt.tech","description":"Production"},{"url":"https://api.platform-dev.getvolt.tech","description":"Development"}]}