#shivam-singla_bacs-mandate

1 messages ¡ Page 1 of 1 (latest)

wary dustBOT
#

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

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

real cedar
#

Hi there,
looking into this, but at first glance it looks like that the mandate was refused by the bank.

olive scaffold
#

Yeah, we know that but it should have went through and should haven't been refused by the bank. It was our account we didn't ask bank to cancel it. Why did the bank cancel there, is their anything fundamental missing here?

real cedar
#

You would need to ask the bank this. We only process their information.

olive scaffold
#

Also, we created a payment_intent before the mandate actually went active, do u see any concerns regarding that?

real cedar
#

If payment intent is created without the mandate being active, the payment intent might be refused by the bank (if the mandate is still not active when processed by the bank)

olive scaffold
#

but stripe will not process that intent until some action happens on the mandate, because the intent is awating mandate.

#

We got this error when the mandate was refused on the payment intent.

"This PaymentIntent was awaiting a mandate, but the mandate was refused by the customer or their bank. Try again with a different payment method"

But what we actually wanna know is,

Can we create a PaymentIntent before the mandate is in active state without any issues at later stages?

real cedar
#

Technically it is possible to create the payment intent without confirming directly. Confirming would make Stripe to process it and you would likely run into the issue I described.

#

But it's not something we recommend.

olive scaffold
#

" the issue I described. "
Which issue are we talking about?

olive scaffold
#

Can u share the documentation regarding that?

real cedar