#jmschp_best-practices

1 messages ¡ Page 1 of 1 (latest)

brave wraithBOT
#

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

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

hidden shadow
#

I can't really say what might ot might not happen in the future. PaymentIntents are a stateful representation of a payment flow which use Charges internally to actually execute payment, and those Charge objects are intentionally exposed. At this point, we don't expect Charges API to go away anytime soon. There are still lots of non-deprecated flows which require it (such as accessing that receipt URL or inspecting payment method details after payment).

It's possible that those could be moved to Payment Intent in future, you can watch our Changelog for updates about that.