#itaied
1 messages · Page 1 of 1 (latest)
Hello! Not sure I understand what you mean by name, can you provide more details?
I have an automation that create payment_link object. I want to change the name of the link.
I can do it using the dashboard and by looking at the logs I see a POST http request with the merchant_internal_label as a body value.
When I try to execute it I receive the error Received unknown parameter: merchant_internal_label
You mean the name of the Payment Link which shows up in the Stripe Dashboard?
yes
As far as I know that cannot be set via the API. All of the parameters are documented here, and that's not one of them: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link
take a look at this ine req_juMAPNef8Uxpp3
I think it's just not documented but it's defenitley exist
It does exist as an internal, Dashboard-only API, but it doesn't exist in the public API, so you can't use it with curl.
ohh I see.. So there is no way for me to change the name of the payment link?
Where can I open a feature request for this?
👋 stepping in as Rubeus needs to step away
Ah yes, that is dashboard only. I can submit a feature request for you about this.
that would be helpful, thanks