#!Adriano
1 messages ยท Page 1 of 1 (latest)
I have an article that when I buy it they can make a free engraving and I need them to put a writing they want and can I add it to the stripe link or do I have to use the stripe API?
Hi,
Are you talking about Stripe PaymentLinks?
https://stripe.com/docs/payments/payment-links
yes
So you mean adding a custom text to the layout ?
yes
If so, nope you can't, what you can is to update the branding (e.g. colors, logo...)
Nope, what you can add custom text in Checkout Session instead:
https://stripe.com/docs/payments/checkout/customization#add-custom-text
How do I add to Checkout via link?
A Link will generate multiple Checkout Sessions, meanwhile Checkout Session is for just one Customer
so what you want to achieve is possible throw creating Checkout Session and not PaymentLinks
Welcome!