#marcusvfa - App Payments
1 messages · Page 1 of 1 (latest)
Hello! Are you asking if you can handle payments directly from your app without setting up a server?
that's right
You can point people to a Payment Link: https://stripe.com/docs/payments/payment-links
But anything beyond that you'll need a server.
through this payment-link i can set everything like price or paymentMethod?
because i'm developing a booking app, so i need to send the reservation value from hotel to the user
Payment Links are somewhat limited. You can specify a Product and Price and some settings in your Dashboard.
For that use case you likely need a server.
I don't see how Payment Links would be flexible enough; the prices you set would be static.
And you would set them via the Stripe Dashboard, not in code.
yes, trough de products, right?
Happy to help! Have a great weekend!