docs

Pending Discount

A Discount selected for a Checkout Session before payment completes. Its ID is pending until the discount is redeemed, and it includes the selected Coupon and any Promotion Code used.

A Discount selected for a Checkout Session before payment completes. Its ID is pending until the discount is redeemed, and it includes the selected Coupon and any Promotion Code used.

{  "id": "pending",  "object": "discount",  "coupon": {    "id": "string",    "object": "coupon",    "name": "string",    "discountType": "string",    "percentOff": 0,    "amountOff": "string",    "currency": "string",    "valid": true,    "livemode": true  },  "promotionCodeId": "string",  "promotionCodeCode": "string",  "checkoutSessionId": "string",  "customerId": "string",  "start": "string",  "end": "string"}