#ashtray-wasp_api

1 messages ¡ Page 1 of 1 (latest)

tough ferryBOT
#

👋 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/1314552721382051872

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

spiral ore
#

hi there!

weary panther
#

Oh, I don't know how I missed this one... trying that out now

#

Still having this problem: req_UL3ZHY1aVhS2Dp

spiral ore
#

having a look...

tough ferryBOT
raven agate
#

FWIW, this is all expected because you're passing payment_behavior: 'default_incomplete' on subscription creation. We don't automatically attempt payment/confirmation when you pass that and you'll need to confirm the intent manually

weary panther
#

Should I do allow_incomplete?

raven agate
#

You can just omit the parameter and we'll use allow_incomplete yes. That way we'll try and charge the saved/provided card and if it fails the sub will be incomplete and you'll need to confirm the intent manually as above

weary panther
#

This worked! Thanks, I'm so grateful for your help