#dani-luna-yoga_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/1314220445976760330
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! sorry, this is a chat for developers to ask questions about code they're writing.
Regarding Afterpay/Clearpay, as far as I know you can just enable it in your settings https://dashboard.stripe.com/settings/payment_methods and use it in low-code PaymentLinks.
ok, how do I use low-code paymentlinks?
sorry I should've explained myself better, I do know how payment links work, I have one working and I turned on clearpay in payment methods settings, however that doesn't seem to be enough for clearpay to appear in the payment link
stripe support said it needs to be API integrated, but I would imagine a stripe link should be simple enough for stripe to integrate it for me, I dont want it in my website etc. i just want it to appear in thr payment link
klarna appears as an option but clearpay doesn't: https://buy.stripe.com/aEU8yq0Tw4I47NC149
it's because Afterpay/Clearpay requires the customer's shipping address to be collected and that link is not configured to collect a shipping address. I think when you create the PaymentLink there's an option to enable that.
ok thank you this is the most helpful response so far, because is not about API integration is just about adding the address to the oayment link
I'll try that
just billing address or both billing and shipping? I wont be shipping anything as it is a digital course
it has to be shipping. And yes I know that doesn't make sense for a digitial couse but that is just the requirement of that specific payment method.
as such it's probably best to just not offer that payment method(i.e exactly your current status quo) since it just adds friction/confusion to the payment flow to request a shipping address.
got it! thank you, it is working now
agree with you, but some clirnts can only join if I offer the 4 payment plan through clearpay
so.., I'll secure those sales and then remove it, thanks again ๐ !!
maybe this is one to send back to stripe dev team to enhance as a suggestion
to only request shipping address if customer clicks on clearpay, and not as a requriement beforehand