I am only using the Stripe plug-in to charge my merchant's customers credit cards, but that's it. Since I'm using Stripe Connect to connect merchants, I need to be able to tokenize each merchants bank account then associate that to their managed Stripe account. This functionality is additional to what the Stripe plug-in offers... The Appery Stripe plug-in only provides a service if I were selling directly to buyers... But since I'm not selling directly to buyers - it's my merchants that are selling using 'managed accounts' I need to be able to do additional tokenization.
When I try to tokenize their bank account, I am able to create the token, but after the tokenization process completes, the rest of the Appery jQuery components are disabled.... Meaning I can't put the token into a LSV or navigate away the page or anything else
Here is an update of how it looks now... When I click the "Done" button, it is suppose to navigate to a different page and update my Appery DB collection with the token.... But nothing happens