For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DashboardMint Website
  • Getting Started
    • Overview
    • Choose an Integration Path
    • React SDK Quickstart
    • Backend Payment Creation
    • Hosted Payments
  • Reference
    • React SDK Reference
  • API Reference
LogoLogo
DashboardMint Website
On this page
  • How it works
Getting Started

Hosted Payments

Hosted payments are the fastest way to launch with Mint.

Instead of embedding the React SDK, you create a payment on your backend and send the buyer to the payment_url returned by Mint.

How it works

  1. Your backend creates a payment with Mint.
  2. Mint returns a payment object.
  3. If hosted payments are configured, that payment object includes payment_url.
  4. Your app redirects the buyer to payment_url.
Was this page helpful?
Previous

React SDK Reference

Next
Built with