Stripe: after successful payment redirect to secret page to upload images and call API

HI there! I successfully set up stripe by following the docs - but now I am stuck. After a successful payment I would like the user to be redirected to the next step in the process which is uploading several images, so an API can be called with these images as input. Any idea how to do this?

Many thanks :slight_smile:

Hi @rehan95 :wave:

It sounds like you got all the way to this step in the user docs:

Instead of displaying a “your purchase succeeded” message, you could have a form with a file upload element.

Does that make sense?