/stripe_wh_verify

Handle Stripe webhook payload verification

Primary LanguageRust

stripe_wh_verify

About

This crate implements webhook payload verification, in accordance with official Stripe Docs.

Troubleshoting

If perfectly valid payloads do not get accepted, make sure that json payload is decoded as utf-8.