#wesley_api

1 messages ¡ Page 1 of 1 (latest)

craggy karmaBOT
#

👋 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/1304052974275788820

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

steady vale
#

Also to note, our tests seem to be using a different account to the account I've got dashboard access to which makes this harder to view. I cannot see the transactions going through the dashboard.

wicked harness
#

hi there!

#

can you try adding a return_url, as suggested in the error message?

steady vale
#

Certainly I can and I assume it would make the error go away. However as I said this is server to server integration and there is no meaningful response page to redirect a client to.

wicked harness
#

well, what would happen if the card requires 3DS? you would need to ask the user to go though the 3DS flow. and when they finish the flow, they will be redirected back to the return_url

steady vale
#

Okay thats whats its being used for? For the non frictionless redirection? Why then if useStripeSdk=true is that not required? We have our own 3ds handling.

#
  @Builder.Default
  private final String returnUrl = "https://{company-website}/";```

Thats works for the specific test case.  Is it documented how the useStripeSDK affects the request/response anywhere?
#

We already had handling built in when using SDK and that didn't use return_url.

wicked harness
#

Why then if useStripeSdk=true is that not required?
not sure, have you tried it and it worked?

steady vale
#

I'm going to run some further tests this has been helpful thank you @wicked harness. I've other api questions some to do with private features. Do I create a new thread per each question?

wicked harness
#

you can ask all your questions in the same thread. however here on Discord we don't know much about private features, you should contact support for this types of questions: https://support.stripe.com/contact

steady vale
#

I feel that we should test non frictionless flow both with the existing code and with this change, but I can't do that from a unit test so it will take a bit longer.