#nick_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/1281717067892133928
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, what does 'payment link' mean? PaymentLink is our no code, https://docs.stripe.com/payment-links checkout solution for your business. Once a PaymentLink is created, it takes your end customer to a checkout flow where they enter their payment method details. There is not any additional logic you can add here until you see a sucess/ decline.
yes ik that.
But
I am wondering if you can set the state of a payment
for example.
Someone is purchasing
No, what are yoy trying to accomplish exatly?
I want to lets say put a payment n my own phase called pending so I can run something then I can to call another API for it to be successful or declined is this possible
Ah, that is not possible via the PaymentLink.
You can achieve this by creating a custom checkout flow here: https://docs.stripe.com/payments/quickstart. This would require much more coding on your end.
Sure! I will be here for another 5 mins before I need to step away. I'm here until then. I recommend looking over this during the weekend and come back to us if you have any follow up questions on Monday.
Alright thanks.
Alright so @topaz willow here is what I mean
So I want to be able to change the pink text
and the blue button when it loads
That is not updatable for subscriptions.