#robertftos_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1351491558905610252
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the ID (req_xxx) of the API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
hi, i raise this issue on stripe accelarate : USER0009737
i don;t have a support stripe id, should i try there?
I need to see the error from the API request you're making. You can find the ID using that link
{
"status": 400,
"title": "Bad Request",
"detail": "{\n "error": {\n "message": "Your account isn't 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 us through https://support.stripe.com/contact/.\",\n "request_log_url": "https://dashboard.stripe.com/test/logs/req_2eyBQHwSg40Zl7?t=1742224461\",\n "type": "invalid_request_error"\n }\n}\n",
"instance": "/v1/setup-intent",
"timestamp": "2025-03-17T17:14:20Z"
}
like this?
Thanks, but yes as per the error you need to speak to support. Your acocunt isn't enabled to use that feature
You will have enabled BACS for payments, but Setup Intents require special enablement
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.