Listing connectors with Pay enabled programmatically
In this guide, we will list connectors programmatically.
GET /connectors{
"connectors": [
{
"id": 40,
"name": "Connecteur de test",
"products": [
"bank",
"pay",
"wealth"
],
"payment_settings": {
"available_validate_mechanisms": [
"webauth"
],
"beneficiary_types": [
"iban"
],
"execution_date_types": [
"first_open_day",
"instant",
"deferred"
],
"execution_frequencies": [
"two-monthly",
"semiannually",
"weekly",
"yearly",
"four-monthly",
"daily",
"quarterly",
"biannual",
"bimonthly",
"two-weekly",
"monthly"
],
"maximum_number_of_instructions": 10,
"providing_payer_account": "optional"
},
…
},
…
]
}Last updated
Was this helpful?