#joao-paymentlink-paymentintent
1 messages · Page 1 of 1 (latest)
joao-paymentlink-paymentintent
What you can do is set custom metadata in payment_intent_data on the PaymentLink on creation https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-payment_intent_data
that way it will be set on the PaymentIntent itself on creation
I put CaptureMethod="automatic" ?
that's mostly unrelated to what I described
as you said above there is no way to do this using sdk in dotnet