#MJaviya
1 messages · Page 1 of 1 (latest)
hello! sure, how do you intend to integrate with Stripe? Checkout, Payment Element, or directly via API?
do we have direct api?
with qr code scanning implementation
actually i want to implement in checkout
do we have inbuild paynow qr code scanning functionality with stripe api
you can take a look at https://stripe.com/docs/payments/paynow/accept-a-payment?platform=web
the QR code is generated when you call confirmPayNowPayment
No actually we have stripe account already and we integrated payment gatway using credit card
but now we don't need a card
where in the documentation i provided does it mention credit card?
we only want to use paynow, using UEN or QR code, we don't want any credit card payment so how to change it into paynow
i don't know
can we connect over a mail? so i can share a much info about my credentials and all
we want for android platform
not for a web
you can reach out to Stripe Support - https://support.stripe.com/contact/email if you prefer to correspond over email
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
we don't support paynow on our native ios/android SDKs at the moment, so it's not possible to integrate it with android / ios
so is there any way to integrate it in mobile side ?
if we generate the QR code from backend then it's same all the time or it'll generate dynamically every time?
you'll likely have to build a page to use the Direct APIfor Paynow and redirect to that or embed the website into the app. It's not really what we'd reccomend though
The QR code cannot be generated by your backend
it's generated client-side by stripe.js and when you click on confirmPayNowPayment
so is it dynamic ?
yes it's considered dynamic