Seamlessly setup direct debits and payouts
product features
Increase conversion rates
Retrieve IBAN and BIC automatically when users connect their current accounts
Prevent misdirected payments
Ensure users set up payments with the correct IBAN and BIC numbers
PSD2 integrations
Plaid’s integrations are PSD2 compliant, delivering secure and reliable access to the European financial ecosystem
Make an Auth request
Use the Auth endpoint to submit a POST request
Europe
Retrieve IBAN and BIC to enable seamless debit withdrawals using SEPA
UK
Retrieve account number, sort code, IBAN and BIC to enable seamless debit withdrawals using Faster Payments
US
Retrieve account number and routing number to authenticate a checking or savings account for ACH payments
Canada
Retrieve account number, institution number, and branch number to authenticate an account for EFT payments
Retrieve Auth request
curl -X POST https://sandbox.plaid.com/auth/get \
-H 'Content-Type: application/json' \
-d '{
'client_id': String,
'secret': String,
'access_token': String
}'