#aby_api

1 messages ยท Page 1 of 1 (latest)

noble slateBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1476506945442807858

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

gentle hinge
#

hi there!

#

having a look

craggy quarry
#

Hi Soma! Thanks for looking into it ๐Ÿ™‚

gentle hinge
#

I agree that the error message is confusing. but if you look at our API reference here, you'll see that it's actually not possible to change the Price of a Payment Link, since there is no price parameter: https://docs.stripe.com/api/payment-link/update#update_payment_link-line_items
so you'll need to make the udpate in the Stripe Dashboard, or create a brand new Payment Link with the API.

craggy quarry
#

Oh I see, that's what I was afraid of when I didn't see that price param in the update options of the payment link. Then I think is clear now, the only options we have is to update it from the Dashboard, but from what I saw, if the payment link was created over API it's not possible to update it from the dashboard either, right?

gentle hinge
#

I just test this, and you are correct it's not possible to edit a Payment Link in the Dashboard if it was created by the API

craggy quarry
#

I see, then we'll figure out how can we manage this. Thank you for your support as always!