Search code examples
integrationplaid

Way to not use a real bank account to test plaid integrations


This may be a stupid question, but I'm trying to figure out a way to develop an application that integrates with Plaid's API without using a real bank account to test it. I'm not a US citizen and therefore I do not have a real bank account on the banks Plaid supports.

Is there a way to make this kind of testing without having a real bank account?


Solution

  • For this authentication API https://tartan.plaid.com/auth you can use following test credentials : 'client_id=test_id,secret=test_secret,username=plaid_test,password=plaid_good,type=wells'

    As given in documentation of integrating Plaid API into your Application,you can use this test credentials for testing purpose.

    Follow this link for more information about it https://plaid.com/docs/api/#add-auth-user