#nitin
1 messages ยท Page 1 of 1 (latest)
Hello ๐
ACH direct debit rules require that you need to present a mandate
https://stripe.com/docs/payments/ach-debit#mandates
You shouldn't skip it
i understand, but isnt there a way to skip it?
We might have a deal with Stripe which will allow us to skip . So, i need to understand if its possible
Not that I know of, no. If there's a private/beta feature you're asking about, our team on discord won't know anything about it unfortunately.
You'd likely want to talk to our support team so that they can look further into it
https://support.stripe.com/?contact=true
I did try talking to them
and they suggested me to add a 'skip' value, but am not sure where I should plug it in
That talks about skipping ACH verification altogether
It doesn't say anything about the mandate
i see
can you please tell me how is it different from skipping the mandate?
I want the Customer to just fill in the donation form and complete the payment.
Mandate is sort of an agreement that you make with your customers prior to charging the payment method (in this case, their bank accounts).
Verification allows you to verify if the customer's bank account is valid or not (as well as if it belongs to them OR not)
These both are different. As per my understanding there's no way to skip the mandate. I'd recommend writing back to the email clarifying that you're asking about skipping the mandate process and not the verification process
Sure
if i want to skip entering the descriptor code, should i skip the mandate or the verification?
Gotcha. In your initial question you said mandate which was the confusion here
So to skip verification altogether, you'd want to set skip as verification_method in
us_bank_account object
verification_method: 'skip',
},```
Also it is a private feature so we can't discuss it further on discord
If you have any follow ups, please talk to our support team via
https://support.stripe.com/?contact=true
๐