Search found 9 matches

by mkrichbaumer
19 Mar 2019, 09:48
Forum: TYPO3 extension
Topic: Wirecard Payment Option with OmniPay
Replies: 15
Views: 4614

Re: Wirecard Payment Option with OmniPay

It's the URL of your web page containing your contact information (imprint).
by mkrichbaumer
19 Mar 2019, 09:43
Forum: TYPO3 extension
Topic: Wirecard Payment Option with OmniPay
Replies: 15
Views: 4614

Re: Wirecard Payment Option with OmniPay

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.
by mkrichbaumer
18 Mar 2019, 11:31
Forum: TYPO3 extension
Topic: Wirecard Payment Option with OmniPay
Replies: 15
Views: 4614

Re: Wirecard Payment Option with OmniPay

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...
by mkrichbaumer
15 Mar 2019, 10:03
Forum: TYPO3 extension
Topic: Wirecard Payment Option with OmniPay
Replies: 15
Views: 4614

Re: Wirecard Payment Option with OmniPay

In which file can I check the $_REQUEST-Parameters.
If i do this in the template file, I only see:
Array (

Code: Select all

 => wirecard [controller] => Checkout [action] => confirm ) 

Sorry for my stupid questions, it's my first project with aimeos.

Thx
by mkrichbaumer
14 Mar 2019, 08:57
Forum: TYPO3 extension
Topic: Wirecard Payment Option with OmniPay
Replies: 15
Views: 4614

Re: Wirecard Payment Option with OmniPay

I use Typo3 8.7.22.

In englisch i get this Error: "Validation of the fingerprint failed,"
And payment status is "refused"
by mkrichbaumer
14 Mar 2019, 08:10
Forum: TYPO3 extension
Topic: Wirecard Payment Option with OmniPay
Replies: 15
Views: 4614

Re: Wirecard Payment Option with OmniPay

I checked the wirecard log-Files an together with the support from wirecard, but at wirecard we couldn't find a problem. All data was sent successfully to the shop back.

Look at the logs.

Maybe i can give you access to the shop, so that you can check the checkout steps better.

Thx
by mkrichbaumer
13 Mar 2019, 14:51
Forum: TYPO3 extension
Topic: Wirecard Payment Option with OmniPay
Replies: 15
Views: 4614

Re: Wirecard Payment Option with OmniPay

Now i hav an other problem. After selecting Wirecard as payment option i get redirected to Wirecard and can complete my transaction. Everything works, but after redirecting back to my webshop, i allways get an error-message and the Order is set to "refused". But when i look for the transac...
by mkrichbaumer
13 Mar 2019, 09:41
Forum: TYPO3 extension
Topic: Wirecard Payment Option with OmniPay
Replies: 15
Views: 4614

Re: Wirecard Payment Option with OmniPay

Thank you very much for your help.
With your driver and those settings everything works:

omnipay.address: yes
omnipay.authorize: no
omnipay.onsite: no
omnipay.testmode: no
omnipay.type: Wirecard_CheckoutPage
customerId: ****
secret: ****
by mkrichbaumer
11 Mar 2019, 07:12
Forum: TYPO3 extension
Topic: Wirecard Payment Option with OmniPay
Replies: 15
Views: 4614

Wirecard Payment Option with OmniPay

Hallo, i have configured aimeos 18.10.5 with aimeos payments 18.10.0. For the shop i need paypal, sofort and wirecard as payment solutions. Paypal and sofort are working, but when i choose "Wirecard", i allways get this error: Class '\Omnipay\Wirecard\Gateway' not found What do i configure...