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. Generating Payment Data

RETURNS

{
  tx: {
    to: string;
    gas: number;
    data: string;
  }
}
PreviousPOSTNextCheck Allowance

Last updated 1 year ago

⚙️