#lmifflen
1 messages · Page 1 of 1 (latest)
hey there
Just want to make sure, since the style customizations does offer what you want on the Buy button, you want to use a payment link instead (presumably with your own custom button) and wondering how to apply a client_reference_id for the payment link?
You can append client_reference_id=some_value as a URL parameter on your payment link:
https://stripe.com/docs/payment-links/url-parameters#streamline-reconciliation-with-a-url-parameter
perfect thats what i was looking for. thanks!