#ndbtss_api

1 messages ¡ Page 1 of 1 (latest)

winter patrolBOT
#

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

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

nimble tangle
#

hey

broken flax
#

Hello! Sorry I don't understand the question

nimble tangle
#

I want to make a backend payment (off session)
to do this, i have to add setOffSession when i create the payment intent
but setOffSession only work with setConfirm
I need to create the payment intent,, to get the payment intent id then to do some stuff, and at the end to confirm.

#

i do want to confirm at creation

broken flax
#

So omit confirm: true and off_session: true on creation, and then call /confirm setting off_session: true (and passing payment_method: 'pm_xxx')

nimble tangle
#

i will try this thank you!

#

i have another question

broken flax
#

Sure!

nimble tangle
#

to make an off session payment, the payment method has to be configured for that
but i already have a lot of clients that registered theirs cards before i did the configuration
can i add this configuration for existing payment methods?

broken flax
#

No, you'd need to recollect their payment info and consent

nimble tangle
#

ok

nimble tangle
#

thank you