#commento
1 messages · Page 1 of 1 (latest)
👋 not sure I understand the question, can you elaborate?
Screenshots would help too
this is the list of active payments:
I am using a setupIntent with BACS specifing it in the paymentMethodTypes
but I receive this error:
[ERROR] Request error from Stripe (status 400): {"status":400,"message":"Your account is not configured to directly use SetupIntents to create Mandates for Bacs Direct Debits. See https://stripe.com/docs/payments/payment-methods/bacs-debit to learn more, or contact bacs-debits@stripe.com.","request_id":"req_UzGQEJwgqUsURn","type":"invalid_request_error"}
I don't know if BACS w/ SetupIntents is supported, checking..
Looking at the guide here, it only shows using Checkout as a method to save BACS details
https://stripe.com/docs/payments/bacs-debit/save-bank-details
Yes I noticed but the FE is not implementing Stripe Checkout product
Yeah we don't support BACS w/ SetupIntents yet
https://stripe.com/docs/payments/payment-methods/integration-options#additional-api-bank-debits
You can only save them with Checkout (in setup mode) at the moment
ok thanks for the information