Skip to main content

SDK documentation

Classes

Kind: global class

bondExternalAccounts

Create a BondExternalAccounts instance.

ParameterTypeDescription
BondEnvTypeStringSets the Bond environment.

bondExternalAccounts.linkAccount

bondExternalAccounts.linkAccount({ customerId | businessId, identity, authorization }) ⇒ Promise

Connect external account.

Kind: instance method of BondExternalAccounts.

ParameterTypeDescription
customerIdstringSets the Bond Customer ID; use only one of customerId or businessId
businessIdstringSets the Bond Business ID; use only one of customerId or businessId
identitystringSets the temporary Identity.
authorizationstringSets the temporary Authorization token.

bondExternalAccounts.microDeposit

bondExternalAccounts.microDeposit({ linkedAccountId, identity, authorization }) ⇒ Promise

Micro deposit.

Kind: instance method of BondExternalAccounts

ParameterTypeDefault
linkedAccountIdstringSets the linked account ID.
identitystringSets the Identity token.
authorizationstringSets the Authorization token.

For a complete specification and interactive examples, see Linking external accounts in the Bond API Reference.