#sheriffoftiltover_api

1 messages ¡ Page 1 of 1 (latest)

bronze juniperBOT
#

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

oblique pine
normal crypt
#

Do you mean with a payment method that has been previously confirmed for off_session charges?

oblique pine
#

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?

normal crypt
#

Sure: req_wAPD2u0pjNPNZ5

#

Or req_P6g0JzYcFE90qw

oblique pine
#

alright, gimme a while to take a look!

normal crypt
#

Sure, thank you

oblique pine
#

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

normal crypt
#

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.

oblique pine
#

let me know the PaymentIntent id if you run into that issue