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.