List Expected PaymentsAsk AIget https://app.moderntreasury.com/api/expected_paymentsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query Paramsafter_cursorstringper_pageint32Defaults to 25statusstringOne of unreconciled, reconciled, or archived.internal_account_idstringSpecify internal_account_id to see expected_payments for a specific account.directionstringOne of credit, debittypestringOne of the Payment Types from Payment Orderscounterparty_idstringSpecify counterparty_id to see expected_payments for a specific account.external_idstringSpecify external_id to see expected_payments matching a specific identifier.amountint32Specify an amount to see expected_payments whose upper and lower bounds contain the value. You can also use gte (>=), lte (<=) or eq (=) to filter by amount. For example, to see expected_payments whose bounds include amounts greater than or equal to $100, use amount%5Bgte%5D=10000.metadatastringFor example, if you want to query for records with metadata key Type and value Loan, the query would be metadata%5BType%5D=Loan. This encodes the query parameters.created_at_lower_bounddate-timeFilter expected payments created after the timestampcreated_at_upper_bounddate-timeFilter expected payments created before the timestampupdated_at_lower_bounddate-timeFilter expected payments was last updated after the timestampupdated_at_upper_bounddate-timeFilter expected payments was last updated before the timestampentity_link_countstringUse gt (>), gte (>=), lt (<), lte (<=), or eq (=) to filter by entity_link_count. For example, for entity_link_count greater than 3, use entity_link_count%5Bgt%5D=3.Response 200OKUpdated 9 months ago