-
Notifications
You must be signed in to change notification settings - Fork 77
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
Comments
@danielalbrecht |
We need SOFORT and DEBIT payment. They are most common in Europe for B2B payments. |
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. |
@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. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Isn't it necessary to add |
Just wanted to add: |
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. |
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.
Desktop (please complete the following information):
Smartphone (please complete the following information):
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.
The text was updated successfully, but these errors were encountered: