GitHub Sponsors Payment Missing and Sponsor Goal Returns 500 Error #196629
Replies: 3 comments 1 reply
-
|
Hi,
Usually, new sponsorships appear fairly quickly even if the actual payout takes longer There may be a few possible explanations:
A short delay can happen sometimes, but a full week together with server errors is probably not expected behavior. consider opening a GitHub Support ticket? include:
Hopefully it gets resolved quickly. You are definitely not the only person who has run into odd Sponsors delays beforebut the server error especially makes this seem more like a platform issue than a normal payout delay |
Beta Was this translation helpful? Give feedback.
-
|
Hey @mecodeatlas could you please help answer my problem? |
Beta Was this translation helpful? Give feedback.
-
|
This isn't a normal glitch. The fact that your sponsorship data is missing across your profile, dashboard, and Stripe, means something's actually broken on GitHub's backend. Either their payment processing pipeline got stuck, or your account hit some kind of corrupted state. GitHub uses event queues to sync payment data between their core system and the Sponsors service. If a webhook failed to process properly, the transaction might've gone through on Stripe's end, but your local sponsorship record never got created. So nothing shows up anywhere, and when you try to modify goals, the server crashes because it can't find the data it expects. Check the GraphQL API directly to see if the data actually exists on their servers. If the sponsor shows up but "isActive" is false, or if the whole thing returns nothing, your account data is corrupted server-side. Also log into Stripe directly and check if there are any pending verification requirements or restrictions on your Connect account. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Sponsors
Body
Hello everyone,
I was already accepted into the GitHub Sponsors program, and previously I had received sponsorships that appeared normally in both the Sponsors dashboard and Stripe almost immediately
However, this time I received a new sponsor, but the sponsorship is not appearing on my public profile, Sponsors dashboard, Estimated Next Payout, or Stripe dashboard
In addition, when I try to update properties in my Sponsor Goal settings, I receive a 500 Internal Server Error
This issue has been occurring for about a week now, and there still has not been any change or update in the dashboard
I would like to ask:
I would appreciate any clarification or guidance regarding this issue. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions