#Fick si Morty - payment links
1 messages · Page 1 of 1 (latest)
Hi there. One moment
Payment Links work with automatic tax: https://stripe.com/docs/payments/payment-links#taxes. There's not a way to pass tax rates to the create a payment link endpoint: https://stripe.com/docs/api/payment_links/payment_links/create
Alright, thanks. I have a similar issue with
uploading data in payment_intent_data
the usual, the checkout sessions have it, but the payment links don't.
They are used to upload a description to the transaction and i need that description. How to payment links do this?
Can you link the param on Checkout sessions that you want?
If it's not on the api spec then it's not possible unfortunately: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-payment_intent_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.