Blocks within webhooks
List of all the block within the webhooks group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
stripeconnection v15.0.0 Proves an incoming webhook really came from Stripe, and unpacks the event. Wire the raw request body into payload — a body that has been parsed into an object and re-encoded will never verify, because the signature covers the exact bytes Stripe sent. Without this block an endpoint acts on anything POSTed to a URL that appears in the Stripe dashboard, the blueprint and every log it passed through. Back to
stripe Return to the main group to view all sub-groups
