#manu.elb0507
1 messages · Page 1 of 1 (latest)
Should be editable: https://stripe.com/docs/api/payment_links/payment_links/update#update_payment_link-metadata
What have you tried? Is there an error?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You're likely missing the plink_xxx of the PL you want to modify (the 1st argument).
stripe.PaymentLink.modify('plink_xxx', metadata=(...))
Yep, generally the 1st argument is the ID of the object you want to modify. The other arguments are the parameters to modify.