#Roni007

1 messages · Page 1 of 1 (latest)

slate micaBOT
calm jetty
#

If so, can you share code your wrote for that backend server?

#

I have a guess which is that the problem is you passed Stripe-Account when calling stripe.terminal.connectionTokens.create() or something, and you don't need to pass that. Seeing the backend code would probably clear a lot of things up.

winter needle
#

hmm... to be honest, I skipped the implementation of the backend part - just hardcoded the secret key in the TokenProvider (in android app) - was expecting that the initialization would fail if this was not enough.

#

Is there any way I could get around without needing to create server (I am still talking about proof of concept) ?

fluid vine
#

Hi! I'm taking over this thread.

#

I think you need a backend to get the secret needed by your client.

winter needle
#

😂 oh dear, was hoping to skip this step. thanks

fluid vine
#

Note that the simplest way to play with Stripe Terminal is to use the server-driven integration covered here https://stripe.com/docs/terminal/payments/setup-integration

Server-driven integrations use the Stripe API instead of a Terminal SDK to connect to smart readers and collect in-person payments.
However note that this is only available in the US for now.