v1
latestOpenAPI 3.0.02026-07-26167441.9 MBGet Provider Catalog
Returns the schema you need to fill in to create a connection for a given provider.
get/connections/catalog/{provider_id}
Path parameters
provider_idstring required
Example:ADYEN
Response
OK
Example response
{
"payment_method_type": [
"CARD",
"GOOGLE_PAY",
"APPLE_PAY",
"ACH",
"KLARNA_PAY_NOW",
"KLARNA_PAY_LATER",
"IDEAL",
"GIROPAY",
"BANCONTACT",
"SEPA_DEBIT"
],
"params": [
{
"param_id": "API_KEY",
"field_type": "string",
"description": "Stripe Secret API Key",
"editable_field": true,
"secret": true
}
]
}