#Srujan - saving physical cards

1 messages · Page 1 of 1 (latest)

merry hedgeBOT
desert eagle
#

As for Terminal, depending on the details yes that might solve your needs

#

You could do it from a separate app, but you could also use our server-driven integration to pair directly with your react app

#

Srujan - saving physical cards

lofty crystal
#

I'm not entirely sure how I could use the server-driven integration to pair with our React app. What would that look like architecturally?

desert eagle
#

You initiate terminal actions (like collect payment method) using API commands from your back end

#

So user intent is expressed from your app (click a button, whatever) signaling your server, which coordinates with the terminal reader

lofty crystal
#

I guess my question is, would I be able to make use of the users' phone camera as a terminal reader?

#

Like can I treat their camera as a terminal reader?

#

Do I send the backend the photo and it uses stripe to do the processing?

#

At the moment we aren't saving cards at all, just one time payments

desert eagle
#

You would need to tap/insert the physical card to save it via terminal readers

lofty crystal
#

Oh i see..

#

Okay so I would basically need to implement a custom card scanning app for checkout

desert eagle
#

Using the mobile SDKs you can do that, yes