#Lewisian Sama
1 messages · Page 1 of 1 (latest)
Could you share what you're trying to do?
Hi River,
I am using the SDK in a flutter android project for the terminals I have ordered. these are for my restaurant client base.
currently using the device simulator and have valid connection tokens via by backend
however when my client tried to use the api (/terminal/connection_tokens/activate) i get
class=RestClient message="url=https://api.stripe.com/v1/terminal/connection_tokens/activate status=HTTP_ERROR_UNKNOWN_STATE response={}"
more detail:
D/StripeTerminal(32325): class=ConnectionTokenManager message=fetchConnectionToken.onSuccess
I/StripeTerminal(32325): class=RestClient message="url=https://api.stripe.com/v1/terminal/connection_tokens/activate status=HTTP_ERROR_UNKNOWN_STATE response={}"
I/StripeTerminal(32325): class=TerminalStatusManager message=TerminalStatusManager notConnected.
D/StripeTerminal(32325): class=ProxyTerminalListener message=onConnectionStatusChange(NOT_CONNECTED)
E/StripeTerminal(32325): Could not connect to Stripe. Please retry.
Do you follow this guide to set up the token connections? https://stripe.com/docs/terminal/payments/setup-integration?terminal-sdk-platform=android
Oh flip.... Ok thank you River. I appreciate it