Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(): Add method Sofort(Bank redirects) #88

Open
danielalbrecht opened this issue Jul 29, 2021 · 8 comments
Open

feat(): Add method Sofort(Bank redirects) #88

danielalbrecht opened this issue Jul 29, 2021 · 8 comments
Labels
enhancement New feature or request

Comments

@danielalbrecht
Copy link

Describe the bug
We have added multiple payment methods in our stripe dashboard and API PaymentIntent, but they don't show up in our paymentSheet.

To Reproduce
Steps to reproduce the behavior:
Add payment methods do your account.
start checkout session
show paymentSheet

Expected behavior
I would except the paymentSheet to allow me to choose my payment method, besides card payment.

Screenshots
If applicable, add screenshots to help explain your problem.
photo_2021-07-29 21 02 53

Desktop (please complete the following information):

  • OS: MacOS
  • Browser Safari
  • Version current from (29.07.2021)

Smartphone (please complete the following information):

  • Device: iPhone 8 and iPhone X
  • OS: 14.6
  • Browser safari / ionic app
  • Version: capacitor v3

Additional context
Add any other context about the problem here.

we have talked wit the stripe support and they told us to ask for your help.

@rdlabo
Copy link
Member

rdlabo commented Jul 29, 2021

@danielalbrecht
Hi, thanks for try.
What did you require payment method?? This plugin support card payment and apple pay, google pay, only. If many others need the payment method you need, will consider implementing it. or please create pull request.
Thanks.

@PaintedShepherd
Copy link

We need SOFORT and DEBIT payment. They are most common in Europe for B2B payments.

@rdlabo
Copy link
Member

rdlabo commented Jul 30, 2021

@PaintedShepherd

they don't show up in our paymentSheet.

https://stripe.com/docs/payments/sofort/accept-a-payment

This seems to be not paymentSheet function, and not settings by dashboard only. We need to implement new features in this plugin. I won't have time to implement it right away, but welcome to create a pull request.

Visa (debit) and Mastercard (debit): https://stripe.com/docs/testing can be able to use. Please try again.

If you said about https://stripe.com/docs/payments/bank-debits , this is new function too. And these function can't use in Japan...

Thanks.

@rdlabo rdlabo changed the title Missing payment methods feat(): Add method Sofort(Bank redirects) Aug 2, 2021
@rdlabo rdlabo added the enhancement New feature or request label Aug 3, 2021
@rdlabo
Copy link
Member

rdlabo commented Jan 19, 2022

@danielalbrecht @PaintedShepherd Did you adapt this plugin for production? If yes, please tell us what app. Please help us to develop this plugin in 2022.
#145
Thanks.

@grzesebe

This comment was marked as off-topic.

@phal0r
Copy link
Contributor

phal0r commented Oct 7, 2022

Isn't it necessary to add configuration.allowsDelayedPaymentMethods = true (Swift Notation) aswell to allow these payment methods?

@phal0r
Copy link
Contributor

phal0r commented Oct 19, 2022

Just wanted to add:
The combination SetupIntent + Sepa/Sofort does not work in PaymentSheet, because it is not yet supported by Stripe.

@sir-captainmorgan21
Copy link

FWIW, Stripe does have support for 'us_bank_account' for in app browser usage. However, its a hidden opt in feature that you have to request. Its their "webview" payment feature. If you ask about it, they should be able to turn it on for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants