#Ruubeh-retrieve-promo
1 messages · Page 1 of 1 (latest)
Hi there! You should see the promo_code within the Checkout Session object: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-discounts-promotion_code
So you want to listen for checkout.session.completed for this.
ah oke, im currently using payment.intent.succeeded in a webhook to verify if a one-time payment was succesfull. Can i replace this by checkutsession.completed and rely on that?
ah creat! thanks for the good help👍