For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Returns a list of payment providers, filtered by country. It can be paged and filtered by appending arguments to the query string of the request.
Authentication
AuthorizationBasic
Query parameters
countriesstringOptional
2 character ISO Country code. There can be multiple instances of this query parameter to represent a list of countries.
paymentTypestringOptional
Filters out payment providers not enabled for the specified payment type. Possible values are Instant, Deferred, Disbursement, Recurring, Verification, and Retrieval.
startIndexstringOptional
Returns payment providers from that offset.
countstringOptional
Returns the maximum number of payment providers specified by this field.