Listing connectors with Pay enabled programmatically
In this guide, we will list connectors programmatically.
You can list enabled connectors with support for the Pay product on your domain by making an API call, which is mostly useful when getting the available connector list programatically. See below on how to make such a call.
In order to obtain such connectors programmatically from your domain, you can query the whole list and filter the results for connectors which products
contains "pay"
:
Last updated