SandboxPlaidData

data class SandboxPlaidData(val accountMetadata: List<PlaidAccountMetadata>, val publicToken: String)

Sandbox data for a specific Plaid sandbox user's accounts for inclusion in completion data when calling completeFundingSource to test bank account funding source creation without full integration of Plaid Link.

Constructors

Link copied to clipboard
constructor(accountMetadata: List<PlaidAccountMetadata>, publicToken: String)

Properties

Link copied to clipboard

List Test accounts available for the test user specific to the sandboxGetPlaidData method.

Link copied to clipboard

String Token for passing in completion data to completeFundingSource