#sqarf_code
1 messages ¡ Page 1 of 1 (latest)
đ 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/1314177287792623707
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
See description: "3-sites package"
From where does Stripe get this description?
This is (with php) how I am retrivieng them, if it helps paymentLinks->allLineItems($this->id, [
'expand' => ['data.price.product'],
]
Hi
It's from the Product's level I think.
Could you please share the Subscription Id ?
Yes, just a moment
This is the product prod_QzdKem5jVxDwQf
This is hte payment_link plink_1QKe2wKK2KWtVf1nhQZNjyqP
Subscription is not yet present at this point
Yes it's comming from the Product
This product name prod_QzdKem5jVxDwQf was 3-sites package
It was initially created with that name
Check this request:
req_Wy9PfhaA54hS9p
Ok, it might be so
But why api is returning inital name not the updated one?
Can I somehow tell api to return the latest product name?
You'll need to re-create the PaymentLink then.
oh..
You can't update the line item description
Here's what you can update via the public API:
https://docs.stripe.com/api/payment-link/update#update_payment_link-line_items
Aha, ok thanks