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
  • ERROR
  • SUCCESS
  1. Subscriptions
  2. Get Subscription Payments

RETURNS

ERROR

{
  error: string;
}

SUCCESS

{
  payments: Payment[]
}
Payments
PreviousPOSTNextMerchant

Last updated 1 year ago