#MJaviya

1 messages · Page 1 of 1 (latest)

terse krakenBOT
steep marlin
#

hello! sure, how do you intend to integrate with Stripe? Checkout, Payment Element, or directly via API?

karmic shard
#

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

steep marlin
#

the QR code is generated when you call confirmPayNowPayment

karmic shard
#

No actually we have stripe account already and we integrated payment gatway using credit card

#

but now we don't need a card

steep marlin
#

where in the documentation i provided does it mention credit card?

karmic shard
#

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

steep marlin
#

you can reach out to Stripe Support - https://support.stripe.com/contact/email if you prefer to correspond over email

karmic shard
#

actually i want to know about android integration

#

how to integrate it into android

steep marlin
#

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

karmic shard
#

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?

steep marlin
#

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

karmic shard
#

so is it dynamic ?

steep marlin
#

yes it's considered dynamic