#ayesha-shaikh_api

1 messages ยท Page 1 of 1 (latest)

coarse spireBOT
#

๐Ÿ‘‹ 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/1506945981005041705

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

wicked hawk
#

is there any other endpoint i can use to verify ach payment method? that doesnt require me to save setup intent

west cosmos
wicked hawk
#

got it thanks!

west cosmos
#

Np!

wicked hawk
#

a few more questions around mandates

west cosmos
#

yes sure

wicked hawk
west cosmos
#

Stripe will collect and create the mandate for you, you don't need to do anything else manually after that

wicked hawk
#

but i am using custom form to collect bank account details

west cosmos
#

Yes, you are calling the same js method stripe.confirmUsBankAccountSetup then

wicked hawk
#

okay - so on my custom form I show the madate terms (some verbiage about the ach usage), customer accepts & then I confirm the setupintent
which creates mandate & payment method

west cosmos
#

yes exactly

wicked hawk
#

and i dont need to provide any other details which are required for online mandates
user ip address etc ?

west cosmos
#

NO Stripejs will collect these for you

wicked hawk
#

yeah and do we need to store mandate details on our end?

#

store & maintain - is it required for any future use?

west cosmos
#

Nope

#

but you should listen to the webhook endpoint mandate.updated in case it got expired or revoked

#

So that you need to collect a new one (by asking the customer to walk through this flow again)

wicked hawk
#

got it, with this webhook event i'll obiviously know the payment method this mandate is related to

So that you need to collect a new one (by asking the customer to walk through this flow again)
same flow , creating, confirming setupIntent?

wicked hawk
#

okay, thanks!!

west cosmos
#

Welcome!

wicked hawk
#

few more questions ๐Ÿ˜ฌ

west cosmos
#

Yes yes sure! feel free to ask as many question as you want

wicked hawk
#

once setupintent is confirmed for ACH - will the microdeposit flow for verification automatically trigger?

#

with confirm setupintent - i get payment method is created, attached to the customer, mandate is created, and Stripe will eventually send microdeposit (descriptior code OR 2 amounts)

coarse spireBOT
west cosmos
#

I recommend doing some end to tend test (with stripe Sandbox and test data)

wicked hawk
#

https://docs.stripe.com/payments/ach-direct-debit/set-up-payment?payment-ui=elements#microdeposit-only-verification
https://docs.stripe.com/payments/ach-direct-debit#mandate-and-microdeposit-emails

If you supplied a billing email, Stripe notifies your customer through this email when the deposits are expected to arrive. The email includes a link to a Stripe-hosted verification page where they can confirm the amounts of the deposits and complete verification.

in my current flow i have a custom microdeposit form - i wanted to understand how the stripe hosted verification page works

wicked hawk
#

I want to let stripe handle the mandate emails & handle the microdeposit verification with a custom form

remote moss
#

Assuming there are microdeposits (i.e. for users that can't be instantly verified), when the microdeposits have been sent, Stripe sends an email which leads to a hosted verification form, which asks the user to enter the amounts.

I'm not sure this can be tested in a sandbox, however.

wicked hawk
#

for instant verificaiton financial connection is required which has separate pricing i think
so for my integration i want the verification to be defaulted to microdeposit
and is there any way to collect microdeposit on custom form by disabling the hosted verification page

wicked hawk
#

mandate and microdeposits email are different right

remote moss
#

Yes, though you can combine both into a single email if you want