Process Flow Overview

After completing the Checkout Quickstart, review the end-to-end integration flow.

Steps

  1. Create payment link: Your web server calls POST /v1/gaming/payment_links with item, game_id, user_id, and redirect_url.
  2. Open checkout: The game opens the returned URL in a browser or web view.
  3. Complete payment: The shopper pays on Bolt Checkout.
  4. Webhook: Bolt notifies your server; validate authenticity before fulfilling.
  5. Deep link: Return the player to the game with transaction metadata.