MeroSamriddhi
  1. ScheduledPayment
MeroSamriddhi
  • Auth
    • Auth
      • login
      • loginWithGoogle
      • loginWithApple
      • loginWithFacebook
      • register
      • changePassword
      • me
      • updateMe
      • addProfilePicture
      • initConnectEmail
      • verifyConnectEmail
      • connectGoogle
      • connectApple
      • connectFacebook
      • disconnectProvider
      • appleCallback
      • refreshToken
      • sendForgotPasswordOtp
      • validateForgotPasswordOtp
      • changePasswordWithOtp
    • Feedback
      • createFeedback
  • Stocks
    • Portfolios
      • getPortfolios
      • createPortfolio
      • resetPortfolio
      • getPortfolio
      • updatePortfolio
      • deletePortfolio
      • getPortfolioTrades
      • getPortfolioItems
      • addTrade
      • addTrades
      • getPortfolioItem
      • deletePortfolioItem
      • updatePortfolioItemTarget
      • getPortfolioItemTrades
      • getPortfolioItemTrade
      • updatePortfolioItemTrade
      • deletePortfolioItemTrade
    • Tickers
      • getTickers
      • createTicker
      • getTicker
      • deleteTicker
    • Watchlists
      • getWatchlists
      • createWatchlist
      • getWatchlist
      • updateWatchlist
      • deleteWatchlist
      • getWatchlistItem
      • deleteWatchlistItem
      • getWatchlistItems
      • addWatchlistItem
    • Layouts
      • getLayouts
      • createLayout
      • getLayout
      • updateLayout
      • deleteLayout
      • getWindows
      • createWindow
      • getWindow
      • updateWindow
      • deleteWindow
    • Trades
      • getTrades
    • Performance
      • getPerformance
      • getPortfolioPerformance
      • getPortfolioItemPerformance
  • Samriddhi
    • Utilities
      • processScreenshots
      • getExchangeRates
    • Category
      • getCategories
      • createCategory
      • getCategory
      • updateCategory
      • deleteCategory
    • Bank
      • getBanks
      • searchBanks
    • Account
      • createAccount
      • getAccounts
      • getAccount
      • updateAccount
      • deleteAccount
      • getAccountTransactions
      • createAccountTransaction
      • getAccountTransaction
      • updateAccountTransaction
      • deleteAccountTransaction
    • Transactions
      • getTransactions
    • Analytics
      • getReport
    • ScheduledPayment
      • getScheduledPayments
        GET
      • createScheduledPayment
        POST
      • getScheduledPayment
        GET
      • updateScheduledPayment
        PUT
      • deleteScheduledPayment
        DELETE
    • Jewellery
      • getJewelleryRate
      • getJewelleryReport
      • createJewelleryTransaction
      • getJewelleryTransactions
      • getJewelleryTransaction
      • updateJewelleryTransaction
      • deleteJewelleryTransaction
  • Schemas
    • Schemas
      • BankAccount
      • TickerType
      • NewBankAccount
      • InterestConfig
      • NewInvestment
      • InvestmentType
      • Loan
      • InvestmentOption
      • Investment
      • BankAccountType
    • AuthUser
    • UserSession
    • PaginationMetadata
    • OAuthCredential
    • AuthToken
    • Bank
    • OAuthProvider
    • NewUser
    • Ticker
    • Account
    • GoogleCrediential
    • User
    • Location
    • AppleCredential
    • ForgotPasswordRequest
    • Portfolio
    • UpdateUser
    • NewAccount
    • FacebookCredential
    • LivePriceItem
    • NewTransaction
    • ReccuringConfig
    • NewPortfolio
    • Transaction
    • UserBalance
    • Feedback
    • PortfolioType
    • TransactionType
    • AccountBalance
    • PaginatedPortfolios
    • PortfolioItem
    • HoldingDays
    • TransactionsResult
    • PortfolioItemTarget
    • RecurringPeriod
    • StockTarget
    • EmailVerification
    • TransactionFacet
    • ScheduledPaymentsResult
    • PaginatedPortfolioItems
    • NewTrade
    • ScheduledPaymentFacet
    • Trade
    • Category
    • PaginatedTrades
    • NewCategory
    • AccountType
    • TradeType
    • CategoryType
    • BudgetTarget
    • DateRangeOptions
    • Watchlist
    • NewBudgetTarget
    • FutureDateRangeOptions
    • WatchlistItem
    • Budget
    • TickerAlert
    • CashFlow
    • TickerAlertType
    • BalanceTrend
    • PriceItem
    • Balance
    • IndexHistory
    • ExpenseSummary
    • PaymentStatus
    • SecurityType
    • ExpenseSummaryItem
    • Security
    • DashboardAnalytics
    • Report
    • ReportReturn
    • ReportRight
    • EPS
    • FloorSheetResponse
    • FloorSheetItem
    • Broker
    • FloorsheetSummary
    • NewScheduledPayment
    • MarketDepth
    • ScheduledPayment
    • MarketDepthList
    • JewelleryPriceBasis
    • Layout
    • JewelleryRate
    • Window
    • JewelleryType
    • WindowType
    • JewelleryTransactionType
    • WindowRect
    • JewelleryUnit
    • TradesFacet
    • NewJewelleryTransaction
    • TradesResult
    • JewelleryTransaction
    • PortfolioPerformance
    • JewelleryReport
    • ExchangeRate
    • ExchangeRateResponse
  1. ScheduledPayment

getScheduledPayments

GET
/scheduledPayment/

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8000/scheduledPayment/?q&accountId&categoryIds&from&to&size&page' \
--header 'Authorization: Basic <encoded-value>'

Responses

🟢200OK
application/json
Success
Body

Example
{
    "code": 0,
    "result": {
        "payments": [
            {
                "id": "string",
                "uid": "string",
                "amount": 0,
                "merchantName": "string",
                "paymentDate": "string",
                "accountId": "string",
                "categoryId": "string",
                "status": "PENDING",
                "recurringPeriod": "DAILY",
                "description": "string",
                "account": {
                    "id": "string",
                    "uid": "string",
                    "name": "string",
                    "type": "SAVINGS",
                    "currency": "string",
                    "returnConfig": {
                        "amount": 0,
                        "period": "DAILY",
                        "quantity": 0
                    },
                    "investConfig": {
                        "amount": 0,
                        "period": "DAILY",
                        "quantity": 0
                    },
                    "initialBalance": 0,
                    "accountNumber": "string",
                    "balance": 0,
                    "location": {
                        "latitude": 0,
                        "longitude": 0,
                        "streetAddress": "string",
                        "district": "string",
                        "state": "string",
                        "country": "string"
                    },
                    "createdAt": "string",
                    "updatedAt": "string",
                    "endDate": "string"
                },
                "category": {
                    "id": "string",
                    "breadcrumbs": [
                        [
                            "string"
                        ]
                    ],
                    "name": "string",
                    "description": "string",
                    "icon": "string",
                    "type": "GENERIC",
                    "parentCategoryId": "string",
                    "uid": "string"
                },
                "createdAt": "string",
                "updatedAt": "string"
            }
        ],
        "facets": {
            "status": [
                "PENDING"
            ],
            "paymentDate": [
                [
                    "string"
                ]
            ],
            "accountIds": [
                [
                    "string"
                ]
            ],
            "category": [
                {
                    "id": "string",
                    "breadcrumbs": [
                        [
                            "string"
                        ]
                    ],
                    "name": "string",
                    "description": "string",
                    "icon": "string",
                    "type": "GENERIC",
                    "parentCategoryId": "string",
                    "uid": "string"
                }
            ]
        }
    },
    "error": "string"
}
Modified at 2026-01-25 17:00:43
Previous
getReport
Next
createScheduledPayment
Built with