stripe icon indicating copy to clipboard operation
stripe copied to clipboard

Sessions not implemented?

Open NorfairKing opened this issue 6 years ago • 5 comments

This seems to be required for all payments , before September 15 2019. Is there any plan to add this? How can I help?

NorfairKing avatar Aug 29 '19 23:08 NorfairKing

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

dmjio avatar Aug 30 '19 00:08 dmjio

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.

NorfairKing avatar Aug 30 '19 00:08 NorfairKing

The EventType constructor called UnknownEventType should probably also include a Text.

NorfairKing avatar Aug 30 '19 01:08 NorfairKing

+1

Currently parsing "checkout.session.completed" event manually. Would be great to have Session support :)

danstn avatar Sep 09 '19 07:09 danstn

@danstn Could you help with #122 then?

NorfairKing avatar Sep 09 '19 08:09 NorfairKing