#Sato-oracle-blocked

1 messages ยท Page 1 of 1 (latest)

summer kraken
#

Hello! What URL(s) did you already add to your list?

shadow oracle
summer kraken
shadow oracle
#

Indeed, I already insert the list called "Stripe domains"

#

Should I add "Stripe Terminal domains" as well?

summer kraken
#

If your'e not using Terminal you shouldn't need them

shadow oracle
#

When using "stripe.checkout.sessions.create" is any other URL API call that is not in this list?

#

Since I'm still getting blocked, even with this list ๐Ÿ˜ฆ

summer kraken
#

Are you sure it's the request to create the Checkout Session that's getting blocked? When you log into the dashboard do you see those requests going through at all?

shadow oracle
#

Those request don't even appear in the dashboard. I guess is because the call is no made

#

When I test the same code in localhost It works fine

summer kraken
#

Gotcha - have you talked to oracle about this at all? To get more insight into how to set this all up properly to work?

shadow oracle
#

I already made a service request. In the next hours I should receive response. In the oracle docs they also say that maybe when calling external APIs I have to add proxy server information

#

Do I have to add proxy server information in Stripe?

summer kraken
#

How you do it depends on which of the client libraries you use, but yes, you should be able to add a proxy

shadow oracle
#

const stripe = Stripe('sk_test_...', {
httpProxy: new ProxyAgent(process.env.http_proxy),
});

#

Is that the way to add proxy information?

#

That's my last question. Sorry to bother

summer kraken
shadow oracle
#

Thank you so much ๐Ÿ˜„