<?php $payload = json_decode('{ "object": { "id": "price_1SPvRnBP4wK2F43tuyWnIXhE", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1762305819, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_TMelghXmIUmavW", "recurring": { "interval": "month", "interval_count": 1, "meter": null, "trial_period_days": null, "usage_type": "licensed" }, "tax_behavior": "unspecified", "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 10000, "unit_amount_decimal": "10000" }, "previous_attributes": null }', true); var_dump(sprintf('stripe_evt_%s', hash('sha256', serialize($payload))));
You have javascript disabled. You will not be able to edit any code.