#mr_pablo - description

1 messages · Page 1 of 1 (latest)

jade frigate
#

Hi there!

#

Can you give more details on how you are currently creating these payments?

hexed socket
#

via a Stripe Checkout

#

Using Javascript

jade frigate
#

Is it for one time payments or subscriptions?

hexed socket
#

both

jade frigate
#

Give me a few minutes to see how this works for subscriptions.

hexed socket
#

👍

jade frigate
#

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.

hexed socket
#

ok, we'll investigate thre subscription stuff later on

#

just testing the one off payment stuff now

#

thanks for the help. looks like the one off payment description has worked