#mr_pablo - description
1 messages · Page 1 of 1 (latest)
Hi there!
Can you give more details on how you are currently creating these payments?
Is it for one time payments or subscriptions?
both
For payment mode, you can use payment_intent_data.description https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-description
Give me a few minutes to see how this works for subscriptions.
👍
For subscription mode, it looks like the PaymentIntent description is automatically set by the subscription.
So if you want to change it, you would have to listen to the invoice.finalized webhook event, look at invoice.payment_intent, and update the description of the PaymentIntent yourself.