Coverage
🏦 Here you will understand how to keep track of which Institutions support each type of payment.
Using our self-documented API, you can keep track of which institutions support each payment method. You can recover the list of institutions using the List Connectors endpoint.
Once you recover an institution, you will get a JSON similar to this one:
{
"id": 601,
"name": "Itaú",
"primaryColor": "EC7000",
"institutionUrl": "https://www.itau.com.br/assets/dam/publisher/07_itau_empresas/13_open_banking/logos_regulatorio_bacen/opb_log_reg_bac_itau_img_01.svg",
"country": "BR",
"type": "PERSONAL_BANK",
"credentials": [
{
"validation": "^\\d{3}\\.?\\d{3}\\.?\\d{3}-?\\d{2}$",
"validationMessage": "CPF deve ter 11 números.",
"label": "CPF",
"name": "cpf",
"type": "number",
"placeholder": "",
"optional": false
}
],
"imageUrl": "https://cdn.pluggy.ai/assets/connector-icons/201.svg",
"hasMFA": false,
"oauth": true,
"health": {
"status": "ONLINE",
"stage": null
},
"products": [
"ACCOUNTS",
"TRANSACTIONS",
"IDENTITY",
"CREDIT_CARDS",
"PAYMENT_DATA",
"LOANS",
"INVESTMENTS"
],
"createdAt": "2023-09-01T18:05:09.145Z",
"isSandbox": false,
"isOpenFinance": true,
"updatedAt": "2024-07-16T15:34:08.028Z",
"supportsPaymentInitiation": true,
"supportsScheduledPayments": true,
"supportsSmartTransfers": true
}
supportsPaymentInitiation: Informs if the institution supports using the Open Finance Payment Initiation infrastructure.
supportsScheduledPayments: Informs if the institution has implemented Open Finance Payment Schedule through Pix (Pix Recorrente).
supportsSmartTransfers: Informs if the institution has implemented Open Finance Smart Transfers (Transferencias Inteligentes).
New connectors (institutions) are added every month!
To know about new institutions that have been added you can checkout our changelog or use the endpoint to bring the most up to date list of institutions.
Updated 16 days ago