Process Flow Overview
End-to-end Bolt Gaming checkout link flow from payment link to webhook.
After completing the Checkout Quickstart, review the end-to-end integration flow.
Steps
- Create payment link: Your web server calls
POST /v1/gaming/payment_linkswith item,game_id,user_id, andredirect_url. - Open checkout: The game opens the returned URL in a browser or web view.
- Complete payment: The shopper pays on Bolt Checkout.
- Webhook: Bolt notifies your server; validate authenticity before fulfilling.
- Deep link: Return the player to the game with transaction metadata.