#archmaze_41786
1 messages · Page 1 of 1 (latest)
What's the PaymentIntent ID?
pi_3NpQaWF8tiMhHfPb1V0XsEe8
https://stripe.com/docs/api/subscriptions/create?lang=cli#create_subscription-payment_settings-payment_method_types you should include au_becs_debit in the payment_method_types when creating a subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i'm using payment element and automatic_payment_method is true
is au_becs_debit turned on in your payment method settings?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Check the Payment methods settings in this page
i can't manage it on test ?
Yes some settings can only be changed in live mode
how do i test it without deploying ?