Select for Withdrawal
sessionSelect for Withdrawal
flow using the REST API as shown below.
Select for Withdrawal
flow:
complete
eventcomplete
event is fired when the user successfully selects a withdrawal method.
complete
event payload contains two primary properties:
via
- Specifies the type of deposit method selected:
external-account
- Previously linked payment method (e.g., saved card)selection
- Contains the method data structurevia: "external-account"
)
When an external account is selected, the selection
property contains an external account object with the saved payment method details.
cancel
eventcancel
event is fired when the user closes the Widget without selecting an external account.
error
eventerror
event is fired when an error occurs during the external account selection process.