Payment amount with Strip

Is it possible for the user to freely decide the payment amount with Strip, which has a credit card payment function? Or do I need to set a fixed amount when creating an app?

Hey there @dobashikentarou

It is possible for a user to freely decide on the amount. Add an input component and a stripe payment component to the screen. Name the input “Amount Input” and set the input type to number. Then, set the default value of the payment on the stripe component to “Other Components > Amount Input”.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.