Hello,
To handle the customer’s “document” status, we’ve to use the custom flow instead of the drop-in components due to different flows and designs.
Can we generate the Dwolla client-token in our custom flow with server-side API?
Can we use that client-token to trigger the Dwolla API (create document) on the client side (Reactjs)?
Thanks!