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.

interface SandboxPlaidData {
    accountMetadata: PlaidAccountMetadata[];
    publicToken: string;
}

Properties

accountMetadata: PlaidAccountMetadata[]

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

publicToken: string

Token for passing in completion data to completeFundingSource