Stripe Payment Modul Apple and Google Pay

StartPrev 1 2 3 4 NextEnd
13.10.2023 08:08
#41
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 695
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Hey
In my eyes the whole point of the checkout is that it offers the payment options that are available in the country of the client.
EPS for people in Austria
IDEAL for people in the Netherlands and GiroPay for people in Germany.
This is clearly shown at the demo here:
https://checkout.stripe.dev where you can choose your country to see the different views. Also, right now, a customer from Germany get's offered ideal, EPS and other options, that can't be used by this customer. I can contact Stripe support to see what they say about this.
Cheers
Rolf

 
13.10.2023 09:03
#42
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 695
Quote
Aw: Stripe Payment Modul Apple and Google Pay

In other news: The payment ID is printed on the invoice twice:

Aw: Stripe Payment Modul Apple and Google Pay

Thanks
Rolf

 
13.10.2023 10:17
#43
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25946
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Dingens - 13.10.2023 08:08
Hey
In my eyes the whole point of the checkout is that it offers the payment options that are available in the country of the client.
EPS for people in Austria
IDEAL for people in the Netherlands and GiroPay for people in Germany.
This is clearly shown at the demo here:
https://checkout.stripe.dev where you can choose your country to see the different views. Also, right now, a customer from Germany get's offered ideal, EPS and other options, that can't be used by this customer. I can contact Stripe support to see what they say about this.
Cheers
Rolf


Ok - will be in new version locale will depend on the country

 
13.10.2023 10:53
#44
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 695
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Thank you.
I had a long chat with Stripe, and here is what they say:
Checkout, by default shows all the enabled payment methods in your settings/ what's included in your payment intent call and resurfaces it to the payment page when a customer lands to it. Checkout would somehow try to arrange these payment methods in an order which is based on the most fitting option for your customer. Checkout does not necessarily single out payment methods based on the customer's location. Instead, we arrange them to what most likely they would use and present it in that order.


More important:


So I carefully inspected this and I'm afraid that if a specific payment method was activated on the user's account, then it will show on the Checkout and it will also be dependent on the customer's location - we use the customer's browser locale to determine the payment method to show.


So the locale telling them the country seems to be the way forward.

I also spoke with them of options to limit Checkout to certain payment methods, here is the result:

You can remove the other payment methods that you do not want to show when you do your Payment Intent call via the API.
There is no doumentation per se but you may specifically use the parameter payment_method_types to limit the PMs a Payment Intent is allowed to use: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
.

So to limit the payment methods it needs to be done by the API. Maybe this is an option to integrate later.

Also, looks like Elements is a bit more flexible.
Thanks a lot
Rolf

 
14.10.2023 10:20
#45
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25946
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Stripe checkout 1.2.1

new option Locale
Set
Locale: locale by country

-----------------------------------------------
limit the payment methods

Set your account stripe
Aw: Stripe Payment Modul Apple and Google Pay


Last change: 14.10.2023 10:23
 
14.10.2023 19:09
#46
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 695
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Cool, thanks
Yes, Incan limit the payment options at Stripe. But not if I want to limit the option *just* for Checkout and use it with the old payment extension.
Cheers
Rolf

 
23.10.2023 16:57
#47
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 695
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Dingens - 13.10.2023 09:03
In other news: The payment ID is printed on the invoice twice:

Aw: Stripe Payment Modul Apple and Google Pay

Thanks
Rolf


Hey
Any solution for this. Looks like it screws up my automatic accounting system.
Thanks
Rolf

 
23.10.2023 17:27
#48
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25946
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Version updated?

 
23.10.2023 18:03
#49
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 695
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Yep :-)

 
28.10.2023 09:06
#50
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25946
Quote
Aw: Stripe Payment Modul Apple and Google Pay

You are using 2 payment stripe (conflict plugins)

disable 1 plugin
JoomShopping stripe_checkout
or
JoomShopping stripe_intents


Last change: 28.10.2023 09:07
 
29.10.2023 16:29
#51
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 695
Quote
Aw: Stripe Payment Modul Apple and Google Pay

hey
Yes, so far I only use checkout for credit card and Apple/Google Pay.
Didn't think that would cause any problems.

Thanks
Rolf

 
01.11.2023 08:58
#52
Karren Brady
Joomshopping forum user no avatar
Name: Karren Brady
01.11.2023
Posts: 2
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Thanks for the information and hey, is Apple Pay now available?

 
01.11.2023 11:44
#53
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25946
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Yes.
https://www.webdesigner-profi.de/joomla-webdesign/shop/payments/stripe-checkout.html

 
17.04.2024 12:09
#54
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 695
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Hey
all is working great, apart from the transaction ID. I have a transaction ID on the invoice, but it differs from the one in Stripe.

The one in Stripe is:
Aw: Stripe Payment Modul Apple and Google Pay
it starts with ch...
this is also, what my accounting program uses, see here:

Aw: Stripe Payment Modul Apple and Google Pay

red arrow is the transaction ID that my accounting program gets from Stripe. As you can see on the screenshot, it differs from the one I get printed on the invoice, see green arrow. It doesn't start with ch, and the number is different.

I think you are using the payment intent, not the id:

Aw: Stripe Payment Modul Apple and Google Pay

Can this be changed?
Thanks
Rolf


Last change: 17.04.2024 12:12
 
17.04.2024 20:15
#55
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25946
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Page Payments
Aw: Stripe Payment Modul Apple and Google Pay


Last change: 17.04.2024 20:16
 
18.04.2024 08:44
#56
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 695
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Hey
I know. But pi= payment intent and not ID. We need the ID please.
See my other screenshot of Stripe.
Cheers
Rolf

 
18.04.2024 10:46
#57
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25946
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Designed specifically for you.
For order development use Kontakt.

 
18.04.2024 15:07
#58
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 695
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Hey
You made this for me for the old Stripe component and it used the ID.
See screenshot of invoice from last year, so all was well, the id starts with ch:

Aw: Stripe Payment Modul Apple and Google Pay

This is what you created especially for me. When the new Stripe Checkout came out, you added the payment reference, but for whatever reason you decided to display the payment intent, starting with pi. So what you created especially for me was the transaction_id for the old module, which worked fine. But I never asked for the payment_intent number for Stripe checkout, so this wasn't designed especially for me.
In contrast, I had asked on page two of this thread:

I would need to have the payment reference number on the invoice like we had with the old Stripe:


So I had asked you to do exactly the same as you did on the old Stripe module and use the payment ID, not the payment_intent number.

I didn't realize straight away that you have changed the number, but it wasn't designed especially for me I am afraid.
So, I am asking you again: Can we get the ID on the invoice, just like we had on the old stripe module?

Thank you!
Rolf

 
18.04.2024 17:04
#59
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25946
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Ok. After purchasing Stripe Payment.

 
18.04.2024 17:16
#60
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 695
Quote
Aw: Stripe Payment Modul Apple and Google Pay

Hey
I have purchased both Stripe Payment modules a long time ago?
First the old one and Stripe Checkout as soon as it was available.
Thanks a lot
Rolf

 
StartPrev 1 2 3 4 NextEnd


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.