#jmschp_best-practices

1 messages ¡ Page 1 of 1 (latest)

neat sequoiaBOT
#

👋 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.

crimson basalt
#

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

weary acorn
#

Thanks, I just did another go without payment_behavior: "default_incomplete" and it worked. Subscription is payed and set to active.

crimson basalt
#

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)