Building Stripe Into a Form

I’m currently building a form submit flow with multiple steps.

First couple steps involve inputting a user’s name, email, basic info, etc.

I want the stripe payment to be the last step of this form completion. However, after successfully paying through Stripe and landing back in the form, none of the previous input is saved.

Is there anyway to solve this issue?

I think you would have to change your flow a little bit. Allow the user to submit the form, then make it only visible to them in a list or somewhere in your app. Display a purchase button on the items details to them allow them to buy.