Checks a Stripe promo code for the logged in user. The promo code is checked for validity of the current user based on first time order restriction, specific customer restriction, max allowed redemptions and expiration. The payment form payment options are checked to match the minimum payment amount requirements of the promo code.
OK
{- "code": "string",
- "discount": "string",
- "paymentOptions": [
- {
- "slug": "string",
- "productId": "string",
- "currency": "string",
- "pricePointId": "string",
- "originalPrice": 0,
- "discountPrice": 0
}
]
}