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
  • Create a payment
  • Practical guidance
Getting Started

Backend Payment Creation

Mint payments should be created on your backend, never in the browser.

Create a payment

Send a POST request to /v1/payments.

For customer integrations, use the production Mint API base URL and a test checkout when validating the flow.

Practical guidance

  • Validate amount and currency before calling Mint.
  • Keep your secret key in server-side environment variables only.
  • Attach your own order and customer references at payment creation time.
  • Persist the Mint payment ID in your own system for reconciliation.
Was this page helpful?
Previous

Hosted Payments

Next
Built with