Charity Donation - Unique Donation ID
For both the API and EventSub please provide some sort of unique Identifier for each donation.
If a user foo
were to donate 10
monies to channel bar
There is no way to distingish the two apart to correctly deduplicate.
Use case: read from the API to catch up, then connect to eventsub, then be sent a donation of 10
monies to channel bar
by foo
foo
did this a moment ago so it was in the API and we connect to eventsub at the same time and get the same message. We don't know if it is a duplicate or a second donation of the same amount.
2
votes
BarryCarlyon
shared this idea