#Laure-stripe-module
1 messages · Page 1 of 1 (latest)
hey there, what module are your referring to?
Can you share some example payments/transactions you say are duplicates?
It's the module version 2.3.1 of stripe
Here is an example, there is only a second between these 2 transactions
We offer home delivery and relay delivery (show map via google api). These "pending payment" orders are only created when the customer selects the relay point delivery method. This is the only thing that has a common denominator.
Can you link me to this module online somewhere?
Generally speaking, to address such duplication issues you want to look at adding Idempotency Keys which Stripe will use to prevent the same request from happening twice:
I mean I am still not sure what "module" you're referring to. Can you share an example payment id like pi_1234?
I have this payment id example : ch_3JhLGtKp6MAAxgsX0CeontYa I don't know if it can be useul ?
this module :
Stripe module
Sorry it is in French
I tried to contact one of the developer but still have no responses
Hey there so internally it seems like Prestashop code already sets up idempotency keys for orders/carts
But for more help with this you'll need to contact prestashop support -- they'll need to help you understand how the two orders/carts were created and what you should do to prevent this