#jmschp_best-practices
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/1311282072744366111
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Sounds like you're describing MOTO payments, which need enabling on your account
In your example if you're passing payment_behavior: 'default_incomplete' then the subscription will default to incomplete and the initial payment will require confirmation. Omit that param and we should just chagre the card automatically
But generally if you're taking payment info other the phone you need to do it via the MOTO method which is appropriately exempt from SCA, etc
Thanks, I just did another go without payment_behavior: "default_incomplete" and it worked. Subscription is payed and set to active.
Yep, but as I noted if you're taking card details over the phone you may encounter an issue where the subscription payment requires 3DS/auth and that's impossible to complete when your customer isn't on-session (and is instead on the phone)