#mattiaferrari_code

1 messages · Page 1 of 1 (latest)

fossil bridgeBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1388055721974829228

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

trim crystal
#

Terminal.getInstance().discoverReaders(
new DiscoveryConfiguration.HandoffDiscoveryConfiguration(),
new CustomDiscoveryListener(reader -> {
Terminal.getInstance().connectReader(
reader,
new ConnectionConfiguration.HandoffConnectionConfiguration(
new HandoffReaderListener() {
@Override
public void onDisconnect(@NonNull DisconnectReason reason) {
HandoffReaderListener.super.onDisconnect(reason);
}
}
),
new ReaderCallback() {
@Override
public void onSuccess(@NonNull Reader reader) {
System.out.println("FATTO " + reader.toString());
HashMap<String, String> res = new HashMap<>();

                        res.put("success", "ok");
                        cb.onSuccess(res);
                    }

                    @Override
                    public void onFailure(@NonNull TerminalException e) {
                        cb.onFailure(e.getMessage());
                    }
                }
            );
        }, cb),
        new com.stripe.stripeterminal.external.callable.Callback() {
            @Override
            public void onSuccess() {
                System.out.println("SUCCESS");
            }

            @Override
            public void onFailure(@NonNull TerminalException e) {
                System.out.println(e.getMessage());
                cb.onFailure(e.getMessage());
            }
        }
    );
#

I sent the app for the review but when the reviewer tries to connect his device to my application the cannot find it. Why?

#

When i do the discover process the sdk searches for devices connected to my stripe accounts

#

So the reviewer device isn’t registered on my account and it is not discovered

#

How does this work?

lyric yarrow
#

Hi, could you share the full feedback from the reviewer?

trim crystal
#

Do you want also the supporting files?

lyric yarrow
#

Nah this is okay, let me as my colleague too

fossil bridgeBOT
lyric yarrow
#

Hi, sorry I think you want to discuss this on case based communication. This is a public forum

#

Can you continue on your email thread?

trim crystal
#

Wait isnt this a quite simple thing?

#

Am i missing something on my integration

#

Like i have to give a method to the reviewer to register the terminal on my stripe account or something like this

lyric yarrow
#

I think you will need to find a way to let the reviewer use your app on their Stripe account, which they have a reader registered already

trim crystal
#

Wtf

#

How should this be done💀

#

Why it isnt documented

lyric yarrow
#

I am not sure TBH, depends on the reviewer team policy. You could simply ask them as you are asking here, just that we can't really discussing app reviewing/rejection process on this public forum

trim crystal
#

Who can i ask

tame saffron
#

hi! I'm taking over this thread.

trim crystal
#

Mhhh

#

I alreqdy opened a support ticket but i didnt received a response

tame saffron
#

yes it can take some time, you need to be patient.

trim crystal
#

It's that i just need to address this issue

#

Like how other apps pass the review?

#

Am i missing some steps in my integrations

tame saffron
#

I'm sorry but we don't know much about this here on Discord. what type of review are you talking about exactly?

trim crystal
#

the review of the terminal app on device

tame saffron
#

but who is doing the review here? Stripe?

trim crystal
#

Yes

tame saffron
#

then yes, you need to talk to Stripe support to better understand how this process works.