Created
April 8, 2022 14:10
-
-
Save pedro-vasconcelos/a835f93d433c32082034ae6640dd532d to your computer and use it in GitHub Desktop.
stripe_event: customer.discount.created
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "evt_1KmIGNLueXt1u2td5W7ek0wr", | |
| "object": "event", | |
| "api_version": "2020-08-27", | |
| "created": 1649426047, | |
| "data": { | |
| "object": { | |
| "id": "di_1KmIGILueXt1u2tdEPZGNWVb", | |
| "object": "discount", | |
| "checkout_session": null, | |
| "coupon": { | |
| "id": "USD30_RTKO7", | |
| "object": "coupon", | |
| "amount_off": 3000, | |
| "created": 1649342473, | |
| "currency": "usd", | |
| "duration": "once", | |
| "duration_in_months": null, | |
| "livemode": false, | |
| "max_redemptions": null, | |
| "metadata": [], | |
| "name": "$30 Off - USD30_RTKO7", | |
| "percent_off": null, | |
| "redeem_by": null, | |
| "times_redeemed": 1, | |
| "valid": true | |
| }, | |
| "customer": "cus_LTEjLB1kgFBXwA", | |
| "end": null, | |
| "invoice": null, | |
| "invoice_item": null, | |
| "promotion_code": "promo_1KlwamLueXt1u2tdn9cMFvRE", | |
| "start": 1649426046, | |
| "subscription": "sub_1KmIGILueXt1u2td2kqWnipR" | |
| } | |
| }, | |
| "livemode": false, | |
| "pending_webhooks": 1, | |
| "request": { | |
| "id": "req_4cQY7vsdITqrAI", | |
| "idempotency_key": "89423f9f-5025-4277-9e97-b04dc9e331b1" | |
| }, | |
| "type": "customer.discount.created" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment