Can't add my debit card as payment method #173727
-
Select Topic AreaBug Copilot Feature AreaGeneral BodyWhen I was on Pricing page I clicked on Upgrade to Pro. So I entered my Billing Information. It succeed, then I was offered to put down credit/debit card information as payment method. So I did it but nothing happens. I can see only this text: _"We may place a temporary hold on your payment method to verify its validity. This is not a charge, and it will be released automatically after verification." Then I thought maybe it's a delay for checking my card. But I was wrong again. I left page with card opened for at least 8 hours. But still no changes. Then I found Billing settings in my account. And tried to add card there. But story happens again. Nothing actually happens. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
I recommend you contact support by opening a ticket here, select " |
Beta Was this translation helpful? Give feedback.
-
## Common Causes for This GlitchThis issue is typically caused by something in your browser interfering with the payment form's JavaScript. The most common culprits are:
## What You Can Do to TroubleshootHere’s a checklist to systematically rule out the common causes: 1. Try an Incognito/Private WindowThis is the most important first step. Open a new incognito or private window in your browser, which will temporarily disable most of your extensions. Log in to GitHub and try adding your card again. If it works here, the problem is one of your browser extensions. 2. Use a Different Browser or DeviceIf the incognito window doesn't work, try the entire process on a completely different web browser (e.g., if you're using Chrome, try Firefox or Safari). As a last resort, try using a different device, like your phone. This helps determine if the issue is isolated to a single browser's configuration. 3. Check the Browser Console for ErrorsWhen you're on the payment page, open the Developer Tools (F12 or Ctrl+Shift+I) again, but this time click on the "Console" tab. Try to submit your card, and then look for any red error messages that appear in the console. These errors can give a clue as to which script is failing. 4. Try a Different Payment MethodIf you have another credit/debit card, it's worth trying it to see if the issue is specific to the card you're using. If PayPal is an option on the billing page, you could also try that. ## If Nothing WorksIf you've tried all of the above and it still fails, you have done all the troubleshooting you can. At that point, you'll need to contact GitHub Support directly.
When you create a ticket, be sure to tell them everything you've already tried (using an incognito window, different browsers, etc.) and that you confirmed no network request is being sent. This detailed information will help them escalate and resolve your issue much faster. |
Beta Was this translation helpful? Give feedback.
## Common Causes for This Glitch
This issue is typically caused by something in your browser interfering with the payment form's JavaScript. The most common culprits are:
## What You Can Do to Troubleshoot
Here’s a checklist to systematically rule out the common causes:
1. Try an Incogni…