Monarch Pay API
CtrlK
  • Introduction
  • Get Started
  • Subscriptions
    • Create Subscription
      • POST
      • RETURNS
      • EXAMPLE
    • Update Subscription
      • POST
      • RETURNS
    • Get Subscription
      • POST
      • RETURNS
    • Subscribe to Subscription
      • POST
      • RETURNS
    • Unsubscribe from Subscription
      • POST
      • RETURNS
    • Get Subscribers
      • POST
      • RETURNS
    • Get Subscriber Info
      • POST
      • RETURNS
    • Get Subscription Payments
      • POST
      • RETURNS
  • Merchant
    • Fees
      • Get Fee
        • POST
        • RETURNS
      • Update Fee
        • POST
        • RETURNS
  • Network
    • Get Available Network
      • GET
      • RETURNS
    • Get Available Cryptos
      • GET
      • RETURNS
  • Withdraw
    • Withdraw Coin
      • POST
      • RETURNS
    • Withdraw Token
      • POST
      • RETURNS
  • Types
    • Payments
Powered by GitBook
On this page
  1. Types

Payments

{
  id: string;
  subId: string;
  from: string;
  to: string;
  token: string;
  withdrawn: string;
  price: string;
  gasCost: string;
  monarchFee: string;
  monarchFeePercent: string;
  recipientFee: string;
  recipientFeePercent: string;
  timestamp: string;
  blockNumber: string;
  maticPrice: string;
}
PreviousTypes

Last updated 1 year ago