#maxv9161_api

1 messages ¡ Page 1 of 1 (latest)

celest jungleBOT
#

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

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

eternal root
#

That works for a Setup Intent when saving a BACS payment method

#

Otherwise you need to use Payment Element for a payment

abstract mulch
#

Really? there is no way to do it with payment method? since we dont use Payment Elements at all

eternal root
#

There is not

abstract mulch
#

got it.
So only Payment Elements or checkout

eternal root
#

Yes

abstract mulch
#

Hmm is there an API to send you the data?
For example if I collect that data myself is thre API for that?

eternal root
#
abstract mulch
#

Ah hmm ok, and then I will have to confirm in back end with paymentIntent.confirm?

celest jungleBOT
abstract mulch
rapid bloom
#

hi there!

abstract mulch
#

Hello Soma

rapid bloom
#

Ah hmm ok, and then I will have to confirm in back end with paymentIntent.confirm?
you can either set confirm: true while creating the PaymentIntent, or call the confirm endpoint later.

abstract mulch
rapid bloom
#

if the PaymentIntent has a requires_confirmation or requires_action status, then yes.

abstract mulch
#

Soma i am just filling you in with what im trying to do, I want to add integration for BACs debit payments to our app without using Stripes checkout or Payment Elements

rapid bloom
#

I'm not very fmiliar with this flow, but it looks like this is specifically for ACH payments.

abstract mulch
#

ok got it,
Thank you!