#Tomac - Offline Mandate
1 messages · Page 1 of 1 (latest)
maybe with the list capabilities API but I did not find something which would differentiate an ACSS Stripe account with offline mandate creation allowed or not.
WE do have test account numbers here: https://stripe.com/docs/billing/subscriptions/acss-debit
Including ones that will trigger failures for a variety of reasons.
I don't think I can use any of this for my need. I would like to test if a Stripe account is correctly setup
for exemple now if I try to register an offline mandate with a Stripe account which is not setup correctly I get the following error message: "Offline mandate customer acceptance data is not supported by acss_debit payment method type."
but when the Stripe account is correctly setup I don't get this error message. My question was is there a way I can know if I will get this error message before I do the API call ?
And to confirm, you are talking about this verification: https://stripe.com/docs/js/setup_intents/confirm_acss_debit_setup ?