I don’t know what the Stripe.JS plugin has available to you to do this…however the screen shot you show from Stripe documents is explaining that the fact a user who completes the on-boarding flow does not mean that all the necessary information is collected to enable their ability to accept payments, and they would potentially need to add the necessary details at a later point.
Because this would be something they do directly in their Stripe Dashboard and not on your application, you need a way to know of the changes taking place inside of Stripe. The screen shot from Stripe states that to solve for the issue you maybe are referencing here is to either
-
Use a webhook for the event notification of ‘account.update’ which is when the user has inside of their Stripe Dashboard made changes to their Stripe Account, like adding all the necessary details to enable payments.
-
Use the Stripe API for ‘Get Account’ to retrieve the details of that account so that you can verify if they are ready to accept payments.
I have re-read your question in bold a few times and I’m a bit confused
Are you asking about how to save the data when the user has been redirected to your application after they have finished the on-boarding process?
Looking at your second post, there should be a way to run the API call to get the User Account Details. If there is not and you are interested in learning how to set up your Stripe Integration properly from the API calls, webhooks, Shopping Cart, Subscriptions and more, you may be interested in my Stripe Integration Course.
It likely covers everything you would need to know to setup all aspects of your Stripe Integration.
Learn More
Boston85719 is an expert Bubbler with a decade experience as an educator. Real name Matthew, he has been actively building SaaS apps, marketplace apps, scheduling apps and more for clients, himself and for sale as templates.
As an official Bubble Bootcamp Instructor, he leads Bubble Bootcamps on a regular basis.
Always willing to offer advice via the Bubble Forum, Matthew also offers Private Personal and Group Training Sessions.
Through his site, NoCodeTrainer, Matthew provides a range of tutorials with editor access to help you jumpstart your Bubble development.
Always accessible you can send Matthew a private message via the forum or send an email directly with your requests.
Be sure to checkout the Stripe Integration Course when you are ready to integrate Stripe payments to start monetizing your application via product sales or subscriptions.