Ah great! I'll take a look!
I'm not all that sure what's new and or old at stripe but they're now recommending
verifying signatures. So perhaps the back and forth
suggested by launchdarkly is no longer necessary.
Have you added in the signature verification?
Thanks for the response!
On another note, what kinds of data are you storing on your system to interface with stripe? I'm trying to MVP my project and am not sure what data I should be keeping on my side. Seems like customer token is the critical piece. Can I just keep that and handle everything else on stripe via the API? Thanks again!