Wirecard Payment Option with OmniPay

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Wirecard Payment Option with OmniPay

Post by aimeos » 16 Mar 2019, 11:32

OK, there's the problem: Wirecard doesn't send the parameters mentioned in the "Return parameters" section of your screenshot. Maybe they are sent to the "Update" page but then the order payment status must be "authorized" or "received" in the Aimeos backend. I still guess that in the Wirecard backend the checkbox to send those parameters along with the redirect back to the shop page isn't set.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mkrichbaumer
Posts: 9
Joined: 11 Mar 2019, 06:59

Re: Wirecard Payment Option with OmniPay

Post by mkrichbaumer » 18 Mar 2019, 11:31

The problem is solved, thank you so much!

After a new call to wirecard we saw, that wirecard used Wirecard seamless, if we set an empty shopId. For PageCheckout we had to set "shopId" to "page".

Next we had a new error - "Autodeposite is not allowed".
With "omnipay.authorize" to "yes" we solved this problem.

Now everything is working!

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Wirecard Payment Option with OmniPay

Post by aimeos » 19 Mar 2019, 09:33

Great! Can you check if the docs for Wirecard are correct:
https://aimeos.org/docs/User_Manual/Adm ... t#Wirecard
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mkrichbaumer
Posts: 9
Joined: 11 Mar 2019, 06:59

Re: Wirecard Payment Option with OmniPay

Post by mkrichbaumer » 19 Mar 2019, 09:43

Yes the docs are correct.
Maybe you should add the "serviceUrl" to the docs. If you don't set this value you get a warning back from Wirecard and you can't complete the payment.

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Wirecard Payment Option with OmniPay

Post by aimeos » 19 Mar 2019, 09:44

Where do the service URL has to point to?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mkrichbaumer
Posts: 9
Joined: 11 Mar 2019, 06:59

Re: Wirecard Payment Option with OmniPay

Post by mkrichbaumer » 19 Mar 2019, 09:48

It's the URL of your web page containing your contact information (imprint).

Post Reply