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

POSTing a Payment

POST a successful payment system.

{
  iid: string;
  hash: string; – The transaction hash returned from MetaMask/WalletConnect
  crypto: string – crypto the user paid the invoice with - USDT
  network: string – the network the invoice was paid on - POLYGON
}

RETURNS

{
  ok: 1
}
PreviousMetaMask

Last updated 1 year ago

📮