With my team, we develop an app that allows merchants to sync their orders with some accounting (third-party) software
This app enables automatic sync: when an order is placed on a store, the invoice gets automatically generated in the third-party invoicing software
Some users of this app want to only enable this automatic sync for specific payment methods (e.g. only sync orders which are paid “at invoice reception” which is quite common in our location; only sync orders which are placed by credit card as other are still handled manually in their accounting; etc.)
A workaround would be to fetch as much “last orders” as possible and create a set of all payment methods that have been used, but:
That is unproductive (in terms of requests/API usage/development)
That does not guarantee having an exhaustive list of all payment methods available
Thus, do you think their would be any way for us to access such information by API? (Or if there is any plan to make this public?)