Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipv6 support #5

Open
maltfield opened this issue Jun 22, 2022 · 4 comments
Open

ipv6 support #5

maltfield opened this issue Jun 22, 2022 · 4 comments

Comments

@maltfield
Copy link

Does Stripe intend to support being reachable via ipv6?

Currently it looks like api.stripe.com is not accessible over ipv6

root@host:~# dig +short -6 AAAA google.com
2a00:1450:400a:800::200e
root@host:~# 

root@host:~# dig +short -6 AAAA api.stripe.com
root@host:~# 

I'd like to know if this is intentional, and if api.stripe.com will be reachable over ipv6 at some point in the future?

If there's a better place to ask this question, please let me know. I couldn't find any relevant community forums for Stripe integration development, and "stripe reachability" seemed like the most appropriate place to ask about IP-related questions.

@miyurusankalpa
Copy link

Most my servers are IPv6 only.

This is the response I got from stripe support on 2024/02/08

Thank you for reaching out to us with your question about IPv6 support for the Stripe API and webhooks. I understand that this is important information for you.

At the moment, Stripe does not support IPv6. While we don't currently have plans in place to implement IPv6, we are constantly evolving our product and considering future updates. We recommend staying updated with our product announcements by following us on Twitter [0] or checking our newsroom [1] for any updates.

@marceloeatworld
Copy link

2024 no ipv6 WTF

@BlakeB415
Copy link

I ran into this issue with my IPv6-only servers. To access the Stripe API, I had to set up a NAT64 server. I wish this wasn't necessary, since Stripe is the only API in my deployment that doesn't have IPv6 support as of now...

@frederictobiasc
Copy link

Is there any stripe alternative that supports ipv6?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants