#sheriffoftiltover_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247701462914564180
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hi there, can you share the request id [0] where you've tried with PaymentIntents? it'd look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Do you mean with a payment method that has been previously confirmed for off_session charges?
you were mentioning that you can't perform off-session alipay payments with PaymentIntents, do you have a request id which you can share for that?
alright, gimme a while to take a look!
Sure, thank you
okay, i think i understand your question now, you're essentially trying to understand how to charge a saved PaymentMethod off-session? If so, you would simply create a PaymentIntent - pass in the payment_method id, set off_session=true, confirm=true, and customer id
let me know in case i've misunderstood
Yes, that is accurate. I'll try that and let you know if it works, but I believe that when I had previously done this it still required me to handle an AliPay redirect.
let me know the PaymentIntent id if you run into that issue