Seamlessly setup direct debits and payouts
product features
Increase conversion rates
Retrieve account number, sort code, IBAN, and BIC automatically within your application’s flow
Prevent misdirected payments
Ensure users set up payments with the correct account number and sort code
Open Banking and PSD2 integrations
Plaid’s integrations are Open Banking and PSD2 compliant, delivering secure and reliable access to the UK and European financial ecosystem
Make an Auth request
Use the Auth endpoint to submit a POST request
UK
Retrieve account number, sort code, IBAN and BIC to enable seamless debit withdrawals using Faster Payments
Europe
Retrieve IBAN and BIC to enable seamless debit withdrawals using SEPA
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
}'