#ciri_api
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/1465356533717012655
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
1/ This is expected. consent_collection parameter can only be set during PaymentLink creation. You can't update an existing PaymentLink with that parameter. You can however just re-create a Payment Link with the same price/products and the parameter value you want (and set existing Payment Link to active: false)
2/ what TOS are you referring to exactly? Can you elaborate?
Under Business details, in the Public Details Section is possible to specify Privacy policy URL and Terms of service URL. As my understanding these urls will then be populated in the payment link (as this one: https://buy.stripe.com/test_eVq00i2Ryb3K0Om8fP5Rm0R).
In a connected account, how can I set those via API or even via the Express Dashboard?
That might be a dashboard only feature and not something Express dashboard or the API supports today. Let me double check
Yeah that seems to be a dashboard only feature. Only Direct Stripe accounts/Platforms and Standard Connected Accounts can update this value since they have access to the standard dashboard
Ok, so it's not possible at the moment via API to edit this. Ok, thanks.
Also, just to be sure, is expected behavior that GUI the consent_collection[terms_of_service] is updatable even without deleting the payment link and via API is not?