Skip to main content
GET
Get Provider Catalog
Returns the schema you need to fill in to create a connection for a given provider: which payment methods the provider supports, and the recursive list of parameters (credentials, toggles, choices) the provider requires. This is the discovery endpoint — call it first to find out what a provider expects, then use its response as the input to Create a Connection.
This endpoint is provider-scoped, not connection-scoped. It returns a schema, not your existing connections.

Path Parameters

string
required
Yuno provider identifier (STRIPE, ADYEN, CYBERSOURCE, …). Case-sensitive, UPPER_SNAKE_CASE.

Response

string[]
The Yuno payment-method enums this provider supports. Pass any of these values into payment_methods[] on Create a Connection.
object[]
Recursive parameter schema.

How to read a node

Errors

Authorizations

PUBLIC-API-KEY
string
header
default:<Your PUBLIC-API-KEY>
required
PRIVATE-SECRET-KEY
string
header
default:<Your PRIVATE-SECRET-KEY>
required

Path Parameters

provider_id
string
required
Example:

"ADYEN"

Response

OK

payment_method_type
string[]
Example:
params
object[]