#vineetaggarwal_26137
1 messages · Page 1 of 1 (latest)
Bacs debit is not supported with Stripe Mobile Element :
https://stripe.com/docs/payments/payment-methods/integration-options#support-bank-debits
Are you using PaymentSheet ?
yes , and i am looking to integrate BECS not BACS
Ah sorry I miss read your thread. AU Becs is supported in PaymentSheet
yes its coming with paymentintent but not with setupintent
And it's supported for both PaymentIntent and Setupintent:
https://stripe.com/docs/payments/payment-methods/integration-options#additional-api-bank-debits
but not coming for me in setupintent , my autopayment method option is true
please suggest i need to show with payment sheet.
Are you using the latest ios sdk ?
OK let me do a quick test
thanks
Regarding your other thread, you can't customize the PaymentSheet for just editing and not adding or deletting payment method.
ok , is there any other way apart from Paymentsheet which allow us customization.
You can implement your own UI and use Stripe APIs behind
ok
@orchid cypress just to add i tested with SEPA and its coming in setup intent. BECS is not coming up though both are configured.
yes still doing some tests,
According to the official documentation, you should be using the STPAUBECSFormView, Stripe’s prebuilt BECS payment details collection UI.
https://stripe.com/docs/payments/au-becs-debit/set-up-payment?platform=ios
Yes , But we are using Paymentsheet and not possible for us to use 2 methods. User should able to choose btween card and BECS in payment sheet.
Just confirmed, and Mobile PaymentSheet doesn't support BECS for IOS and SetupIntent
For setup intent right
Yes for Setupintent
can you please confirm BACS and BECS both are supported for payment intent
@orchid cypress
Can you please confirm for BACS too as we have to integrate after this
I have one last query - We are looking for localisation support in Paymentsheet. Currently it translates if we change the device language but we are looking to override strings. Is it possible.
For BACS, it's not supported
Nope, here wha tyou can cusotmize in your PaymentSheet:
https://stripe.com/docs/elements/appearance-api?platform=ios
Can we use Payment Intent only to add the card for future usage.
yes you can
Can you please provide me a link or example for same. This would solve my problem.
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
What example are you looking for exactly?
Do you mean you don't want to charge the customer immediately, but only collect the card details?
yes
There's a different concept for this, SetupIntent. You can read about it here: https://stripe.com/docs/payments/save-and-reuse
currently I am using setupintent , but not supporting BECS as confirmed by osm4m37
Oh, got it
I am currently using Paymentsheet in ioS
So i am looking to use PaymentIntent only as it supports most of teh payment methods
Then I'm afraid it's not possible
oh osm437 told we can use Paymentintent only for add the card
If you see his post 10 min agi
Can you please provide me a link which can tell me the paymentmethods supported by paymentintent in stripe iOS and paymentmethods supported by setupintent in stripe iOS
There might be a misunderstanding. PaymentIntent always charges the customer immediately.
There's no complete list available, it depends on your account country etc.
ok thanks. we can close this thread.
I think what my colleague meant, what you can also do with PaymentIntent is save the Payment Method for future usage, in addition to charging immediately: https://stripe.com/docs/payments/save-during-payment