#sagnik_bank-transfer-setup-future
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/1357388273265279237
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
The error message is pretty explicit here:
error: {
message: "`setup_future_usage` cannot be used with one or more of the values you specified in `payment_method_types`. Please remove `setup_future_usage` or remove these types from `payment_method_types`: [\"customer_balance\"].",
request_log_url: "https://dashboard.stripe.com/test/logs/req_wTCAS9pRaXEUyc?t=1743696840",
type: "invalid_request_error",
},
setup_future_usage won't work with ach bank transfer right?
Correct, that is what the error message is indicating
Multibanco has migrated from Sources to Payment Intents and I don't think we allow setup future usage since (as a Voucher payment method type), it requires the customer to generate new vouchers for each payment.
https://docs.stripe.com/payments/multibanco/accept-a-payment
sure, thankss
Happy to help ๐