#nick_51639
1 messages · Page 1 of 1 (latest)
Hi there, what's the value of modeType that you pass to PaymentElement options?
Hi Jack, It is either 'subscription' or
'payment'
base on the front end radio field value
When you get the error, what's the value of modeType
it is for both modeType
Can you share with me the PaymentIntent ID?
Sure, one moment.
I just checked the PaymentIntent, its payment_method_types contains only card and link
You should include au_becs_debit in the payment_method_types when creating a subscription 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.
Hi @vestal warren, turns out that the modeType = 'payment' is no longer having an issue.
just for the 'subscription' which we will try your suggesstion above to include au_becs_debit in the payment_method_types.
Hi @vestal warren, Thank you for your patience. We tested above suggesstion but still having issue for modeType = 'subscription'.
https://dashboard.stripe.com/test/payments/pi_3O27bYI0FVTRXne41J5EkEzM
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The amount is too large for BECS Direct Debit. see https://stripe.com/docs/payments/au-becs-debit
```For new users, BECS Direct Debit transactions have a default limit of 1,500 AUD per transaction and 4,500 AUD per week. If you need higher limits, contact support.``