#indal_14689
1 messages · Page 1 of 1 (latest)
We just want that if customer scan that qr code from mobile then that payment link should open in their mobile also.
So, this is not possible, right?
Well what you've described there is something different. To be clear you want a QR code that opens a Checkout payment page?
Payment Links come with QR codes: https://stripe.com/docs/payment-links/share#create-qr-code
but i don't want to create QR code on Dashboard, so when a stripe hosted checkout page is rendered, it should automatcially appear on checkout page?
Is that possible to implement?
Sorry, I don't understand what you mean by:
o when a stripe hosted checkout page is rendered, it should automatcially appear on checkout page?
You want a QR code on the Checkout page?
I mean we are generating checkout page dynamically with .net code. And i want that when a checkout page link is provided by stripe, on that checkout page itself, i should have qr code functinality.
No, that's not possible
What exactly do you want the QR code to do? That's what I don't understand
Okay, Thanks. I Understood.
I wanted QR code should appear on this checkout page so that if customer scan that code, it should show them the amount that needs to pay.
that's not something Checkout does
why do you need to scan a code to see an amount? The amount is right there on the left. 🙂
So that if a customer scan from any payment gateway app, they could do it and that amount could be transferred to merchant account directly.
Is it meaningful now for you?
they could do it and that amount could be transferred to merchant account directly.
is that a payment method that you know and that has a name?
I mean if a customer want to pay using QR code, so simply they open any app which provide QR code payment. Customer should be able to scan and pay.
yeah but what is "QR code payment"?
how does that work, what app does the customer have installed on their phone, what company provides that service and links to their bank account?
if you're talking about UPI, Stripe does not support that
Thanks. You clarified my doubt. I am clear now. Thanks again
Is there any way to store the customer card details?
Just want to store the card details for future payment.
I Want a customer should be able to store the card details and later when they want to pay we can fetch those card details and customer can pay from it.