Skip to content
Advertisement

Stripe checkout: description in dashboard instead of pi

Can anyone help me? I migrate form v2 to v3 checkout.

how can I send my custom description order in stripe dashboard description column? now I get only the payment id pi_1IrhQALKfdoxxl3X07seJ5anto

with old API by description I would do:

JavaScript

with the new API :

JavaScript

Thank you

Advertisement

Answer

according to the stripe documentation : https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-description

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement