sandboxGetPlaidData
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
institutionId
String ID of Plaid sandbox institution to use
plaidUsername
String Username of Plaid sandbox user to obtain data for
Throws
(FundingSourceException::class)