Send Notification to Discord When a Payment is Made via Stripe #6
Labels
No labels
component: admin dashboard
component: api
component: backend
component: badges
component: blogs
component: content management
component: external notifications
component: faqs
component: friends
component: game reviews
component: game search engine
component: games
component: genres
component: internal notifications
component: lists
component: payments
component: platforms
component: profiles
component: security
component: site notifications
component: web design
dependencies
php
priority: high
priority: low
priority: medium
status: awaiting feedback
status: done
status: in progress
status: in queue
status: in review
status: needs investigation
status: wontfix
type: bug
type: documentation
type: feature
type: improvement
type: regression
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MyVideoGameList/myvideogamelist.com#6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We previously had a webhook for Stripe to Slack but since we're on Discord now we'll need to figure out how to get that notification into Discord.
Unfortunately it looks like this isn't working just yet. You can get a 500 error since there is no message body (Stripe doesn't define it how Discord wants it). We'll likely have to wait until someone comes up with a proxy or Discord adds support for messages from Stripe. At least for the moment we have the email notifications from Stripe.
I forgot to note, I've disabled the webhook in the Stripe dashboard for now.