Monarch White-Label API Overview
  • ⚙️Monarch API Calls
    • Creating an Invoice
      • POST
      • RETURNS
    • Generating Payment Data
      • POST
      • RETURNS
    • Check Allowance
      • POST
      • RETURNS
    • Generate Approve Transaction
  • 💸WalletConnect
  • 🦊MetaMask
  • 📮POSTing a Payment
Powered by GitBook
On this page
  1. Monarch API Calls
  2. Creating an Invoice

RETURNS

{
  iid: string
}

You use the iid to get information about the invoice later on.

PreviousPOSTNextGenerating Payment Data

Last updated 1 year ago

⚙️