Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pedro-vasconcelos/a835f93d433c32082034ae6640dd532d to your computer and use it in GitHub Desktop.

Select an option

Save pedro-vasconcelos/a835f93d433c32082034ae6640dd532d to your computer and use it in GitHub Desktop.
stripe_event: customer.discount.created
{
"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