#RON WAFFLE
1 messages ยท Page 1 of 1 (latest)
Hi there, are you using PaymentElement in your frontend?
OK, can you share with me the subscription ID?
sub_1MtMHVAjtNFaRAYokuS48Gwh
Thanks, I know the problem. Let me explain to you.
https://dashboard.stripe.com/test/logs/req_V6aYrUxLKl8E0G this is the subscription creation request, since the payment_method_types (https://stripe.com/docs/api/subscriptions/create?lang=dotnet#create_subscription-payment_settings-payment_method_types) is missing, Stripe will use your invoice template settings to determine what payment methods to pay the invoice.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can visit your Invoice template settings here https://dashboard.stripe.com/settings/billing/invoice and add in bacs-debit payment method under the Default payment terms section.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thank you, but I don't see bacs as an option on that list
Ah, Invoicing doesn't support bacs yet (https://stripe.com/docs/payments/payment-methods/integration-options#support-bank-debits)
Another way is to include bacs_debit in the payment_method_types https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.