#flavio_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/1415249889117605950
๐ 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.
SEPA CT is mostly deprecated so I'd be surprised if that is enabled/available on your account at all
req_ARZOCGp1uwUjib
What exactly are you trying to do? Is there a guide you're following? As I said, SEPA CT is deprecated so you can't even enable it. It's been replaced by bank transfers: https://docs.stripe.com/payments/bank-transfers
The SEPA you've enabled is likely SEPA Debit: https://docs.stripe.com/payments/sepa-debit
ah ok
Critical difference being debit is a pull banking PM, bank transfers are a push banking PM (e.g. customer needs to initiate payment โ like SEPA CT)
i used sepa_credit_transfer
Yeah that won't work for reasons explained above. If you want a banking PM where the user will send their funds to you then bank transfers if what you want (will generate a VBAN the customer can transfer funds too)