Open NorfairKing opened 5 years ago
At the time this API was implemented, I don't believe sessions were present.
https://web.archive.org/web/20140625062328/https://stripe.com/docs/api
Yes, that makes sense, but on Sept 15 2019, new regulation comes into effect that requires everyone using stripe to use the new API. This includes sessions. How can I help to make this happen?
Also, in EventData
, the UnknownEventData
constructor should probably contain a Data.Aeson.Value
.
The EventType
constructor called UnknownEventType
should probably also include a Text
.
+1
Currently parsing "checkout.session.completed" event manually. Would be great to have Session support :)
@danstn Could you help with #122 then?
This seems to be required for all payments , before September 15 2019. Is there any plan to add this? How can I help?