This guide shows the recommended embedded integration for React applications using @mintmoney/react.
You need:
Mint customer integrations should use the production API base URL: https://api.getmint.money.
Your backend should call Mint using your secret key and return the Mint payment object to the frontend.
Use the Checkout component inside the provider and hand it a createPayment callback that calls your backend.