#pardeep-payment
1 messages ยท Page 1 of 1 (latest)
Hello
Hey, what are the limitations of using Payment Links?
They're currently the only payment UI we have that offer a native QR code functionality
Otherwise, you'd need to build that yourself
how can we achieve this?
Well, it depends. What kind of integration do you need to build?
scan QR and need to fill Debit/Credit card detail to complete payment.
And why can't you use Payment Links (which supports that today)?
Because payment links require product.
We have food delivery KIOSK application which is order based.
Then you'd likely want to use Checkout with ad-hoc price data (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data) or build your own UI using Payment Intents and Elements
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Then I guess you'd just have a QR code that points to whichever
np!