sandbox Get Plaid Data
abstract suspend fun sandboxGetPlaidData(institutionId: String, plaidUsername: String): SandboxPlaidData
Sandbox API to obtain data normally returned by full Plaid Link flow. Useful for testing ahead of full Plaid Link integration during application development.
Parameters
institution Id
String ID of Plaid sandbox institution to use
plaid Username
String Username of Plaid sandbox user to obtain data for
Throws
(FundingSourceException::class)