List partner invoicesCopy Pageget https://api-sandbox.ezypay.com/v2/partnerinvoicesRetrieve a list of partner invoices that occurred between two merchants.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query ParamsissuerMerchantIdstringrequiredAuto-generated identifier of the merchant who issued the partner invoice.recipientMerchantIdstringrequiredAuto-generated identifier of the merchant who received the partner invoice.statusstringFilter by the status of the partner invoice. Supported values are: paid - Payment transaction for invoice completed successfully. past_due - Payment transaction for invoice failed or was unsuccessful.fromdateStart date for range of partner invoices to view. Filter by date defined in the invoice date. Supported format is YYYY-MM-DD.untildateEnd date for range of partner invoices to view. Filter by date defined in the invoice date. Supported format is YYYY-MM-DD.countryCodestringFilter by two letter ISO 3166-1 alpha-2 country code of the issuing merchant.partnerSubscriptionIdstringAuto-generated identifier of the partner subscription associated to the invoice.limitstringTo paginate a large result set, use the 'limit' argument to limit the number of results returned per page up to a maximum of 100 records. For example, limit = 10 shows results 1-10. The default returned result would be 100.cursorstringAn cursor for use in pagination. Specify the number of objects to skip to fetch the next page of objects. For example, limit=10 and cursor=10 will show results for record 11 - 20.Responses 200200 400400Updated 6 months ago