Created
April 8, 2022 14:08
-
-
Save pedro-vasconcelos/4162146a7c9ed47d33645e0741a2fa6a to your computer and use it in GitHub Desktop.
stripe_event: promotion_code.updated
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_1KmIGNLueXt1u2tdt6j3WNdP", | |
| "object": "event", | |
| "api_version": "2020-08-27", | |
| "created": 1649426047, | |
| "data": { | |
| "object": { | |
| "id": "promo_1KlwamLueXt1u2tdn9cMFvRE", | |
| "object": "promotion_code", | |
| "active": true, | |
| "code": "X20", | |
| "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 | |
| }, | |
| "created": 1649342748, | |
| "customer": null, | |
| "expires_at": null, | |
| "livemode": false, | |
| "max_redemptions": null, | |
| "metadata": [], | |
| "restrictions": { | |
| "first_time_transaction": false, | |
| "minimum_amount": null, | |
| "minimum_amount_currency": null | |
| }, | |
| "times_redeemed": 1 | |
| }, | |
| "previous_attributes": { | |
| "times_redeemed": 0 | |
| } | |
| }, | |
| "livemode": false, | |
| "pending_webhooks": 2, | |
| "request": { | |
| "id": "req_4cQY7vsdITqrAI", | |
| "idempotency_key": "89423f9f-5025-4277-9e97-b04dc9e331b1" | |
| }, | |
| "type": "promotion_code.updated" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment