Name

Enum representing the name of the event

Entries

Link copied to clipboard

Event when the modal successfully opens

Link copied to clipboard

Event when the modal is launched on an external browser. After receiving this event, no other events will be sent until the browser session is completed with either a SUCCESS, CANCEL or ERROR.

Link copied to clipboard

Event when manual entry flow is initiated

Link copied to clipboard

Event when “Agree and continue” is selected on consent pane

Link copied to clipboard

Event when the search bar is selected, the user types some search terms and gets an API response

Link copied to clipboard

Event when an institution is selected, either from featured institutions or search results

Link copied to clipboard

Event when successful authorization is completed

Link copied to clipboard

Event when accounts are selected and “confirm” is selected

Link copied to clipboard

Event when the flow is completed and selected accounts are correctly attached to the payment instrument

Link copied to clipboard

Event when an error is encountered; see error codes for more

Link copied to clipboard

Event when the modal is closed by the user, either by clicking the "X" or clicking outside the modal

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.