JSON API Saferpay

18.07.2019 21:00
#1
affseuropa
Joomshopping forum user no avatar
Name: Ulrike
17.02.2015
Сообщения: 40
Quote
JSON API Saferpay

Wenn ich richtig verstehe, ändert Six Saferpay die Schnittstelle.

Wird das automatisch im Shop funktionieren? Oder muss man das Bezahlmodul neu kaufen/installiern?

Danke!


JoomShopping: 4.18.2
 
28.08.2019 13:16
#2
affseuropa
Joomshopping forum user no avatar
Name: Ulrike
17.02.2015
Сообщения: 40
Quote
Aw: JSON API Saferpay

Hello

Will the SAFERPAY interface be updated automatically?

Not sure what to do here. Thanks.

 
28.08.2019 14:23
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25857
Quote
Aw: JSON API Saferpay

1. addon name installed?

 
11.11.2019 15:55
#4
affseuropa
Joomshopping forum user no avatar
Name: Ulrike
17.02.2015
Сообщения: 40
Quote
Aw: JSON API Saferpay

Hmm... not sure what you need.

Under "Payment options" we have besides Paypal and Bank Transfer also SAFERPAY (for Credit cards): pm_saferpay

Meinen Sie das?

Do we need to re-instal a new plugin?

Here is the link that the bank/SIX payment sent us
https://www.six-payment-services.com/de/shared/campaigns/saferpay-json-api.html

Thanks

 
23.07.2020 13:35
#5
affseuropa
Joomshopping forum user no avatar
Name: Ulrike
17.02.2015
Сообщения: 40
Quote
Aw: JSON API Saferpay

Hello
I still have no answer or soution to this problem.

SIX SAFERPAY says that our interface will not work at the end of the year. We need to upgrade to "3-D SECURE"
What do I have to do? Must i buy the ADD-ON again and re-instal? (https://www.webdesigner-profi.de/joomla-webdesign/shop/payments/saferpay.html?lang=de)
Thanks

This is what they write on their website: (https://www.six-payment-services.com/de/shared/campaigns/saferpay-json-api.html#migrating)

Umstieg auf die Saferpay JSON API Schnittstelle
Für die Umstellung Ihrer Schnittstelle kontaktieren Sie am besten den technischen Betreuer Ihres Webshops oder Ihrer Applikationen mit Anbindung zu Saferpay.
Sofern Ihr Webshop zur Anbindung an Saferpay ein Plugin verwendet, bieten wir aktuelle Saferpay Module für viele Shopsysteme an.
Sollten Sie eine individuelle Implementierung nutzen, lesen Sie bitte die allgemeine Dokumentation zur Saferpay JSON API.
Die technische Dokumentation mit einer strukturierten Auflistung aller Requests, deren Container und Parameter sowie entsprechende Beispielcodes finden Sie unter: http://saferpay.github.io/jsonapi/.
Alle benötigten Informationen zur Saferpay Testumgebung (inklusive der Möglichkeit, einen individuellen Test Account zu erstellen) finden Sie auf unserer Test Account Supportseite.
Sollten Sie Hilfe bei der Implementierung benötigen, wenden Sie sich gerne an unseren Integration Support.
Noch kein 3-D Secure?
Nutzen Sie bislang gar kein 3-D Secure? Dann sind Sie nicht PSD2-konform. Bitte nehmen Sie mit unseren Spezialisten Kontakt auf und lassen Sie sich für die nötigen Schritte zur Implementierung von 3-D Secure 2 beraten.



JoomShopping: Version 4.18.3
Website Url: shop.keysofenoch.org

Последнее изменение: 23.07.2020 13:38
 
23.07.2020 14:08
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25857
Quote
Aw: JSON API Saferpay

https://www.webdesigner-profi.de/joomla-webdesign/shop/payments/saferpay.html

version addon installed?

 
04.11.2020 23:31
#7
affseuropa
Joomshopping forum user no avatar
Name: Ulrike
17.02.2015
Сообщения: 40
Quote
Aw: JSON API Saferpay

Das sehe ich leider nicht. Das Addon war damals im gesamten Paket/Shop dabei, den Sie gebaut haben.

Ich kann das Addon auch noch einmal kaufen und installieren, möchte nur nichts falsch machen.
Danke!


Joomla: 3.9.11
JoomShopping: 4.18.4
 
07.11.2020 10:47
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25857
Quote
Aw: JSON API Saferpay

1. Install Saferpay JSON 2.1.1

 
11.01.2021 16:32
#9
le5
Joomshopping forum user no avatar
Name: le5 GmbH
17.03.2012
Сообщения: 74
Quote
Aw: JSON API Saferpay

We use the JSON API Saferpay plugin.

Now Saferpay offers also Twint, iPay, etc.

Since my costumer just activated Twint over Saferpay, we noticed now several failed orders, when Twint is selected and correctly paid.
Looks like these interfaces have delays.

So I was wondering if your implementation of the notifyurl is correct.
Since this is the Server-to-Server (Saferpay-to-ShopWebserver) connection, makes sure, if a user makes a payment, but after payment does not get back to the shop, the order will be proceeded.

When I look at the Log-Files I see a notifyUrl call, but it has no reference to actual order.

GET /index.php?option=com_jshopping&controller=checkout&task=step7&act=notify&js_paymentclass=pm_saferpay_json&no_lang=1

so in my opinion the shop does not close the order, if the user does not come back with (example)

GET /index.php?option=com_jshopping&controller=checkout&task=step7&act=return&js_paymentclass=pm_saferpay_json&orderId=2092

it will be not finished.

But how I understand, the notifyUrl is just for this case. If something goes wrong, when the user/customer payed, the saferpay server will always contact the shop, so the order can be finished correctly.

Or do I see this wrong?

best regards
le5


Joomla: 3.9.23
JoomShopping: 4.18.5
PHP: 7.3.25
 
12.01.2021 08:19
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25857
Quote
Aw: JSON API Saferpay

Send me log file

 
12.01.2021 17:21
#11
le5
Joomshopping forum user no avatar
Name: le5 GmbH
17.03.2012
Сообщения: 74
Quote
Aw: JSON API Saferpay

Did send you private Message with 2 orders what have been not finished (hidden) but successful payments on saferpay.

 
03.03.2021 00:11
#12
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Сообщения: 706
Quote
Aw: JSON API Saferpay

Same Problem here. could it be solved?

 


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.