Hello.
Im trying to configure a Payex Invoice payment method for Tea Commerce.
Everything is cleared and activated at Payex for the invoice servie.
Im using this page as a reference when im confuguring Payex in Tea Commerce: https://documentation.teacommerce.net/guides/payment-providers/payex/
But when i submit payment and get to Payex the CREDITCARD view is shown. I have contacted Payex support and they checked their logs and my request sends "view=CREDITCARD" to them, even though i specified "INVOICE" in the backoffice of Tea Commerce.
The view is hardcoded in the payment provider I see. That is because we didn't want to support ALL payment gateways different payment methods - then we couldn't make anything else than providers :)
Payex Invoice + Tea Commerce
Hello. Im trying to configure a Payex Invoice payment method for Tea Commerce. Everything is cleared and activated at Payex for the invoice servie. Im using this page as a reference when im confuguring Payex in Tea Commerce: https://documentation.teacommerce.net/guides/payment-providers/payex/
I have added the setting "view" with value "INVOICE" as described on this page: http://www.payexpim.com/technical-reference/pxorder/initialize8/
But when i submit payment and get to Payex the CREDITCARD view is shown. I have contacted Payex support and they checked their logs and my request sends "view=CREDITCARD" to them, even though i specified "INVOICE" in the backoffice of Tea Commerce.
What do i do wrong?
Sceenshot Payment Method:
Log from Payex:
2015-12-18 12:15:07 [4924] Information PXORDER.PXORDER : INITIALIZE7 : REQUEST (6d8a6fc8) : SALE,31900,,SEK,2500,SHOP-369831,5016,HONEY SHAMPOO,83.248.223.103,,,,/base/TC/PaymentContinue/1/PayEx/53829f26-0198-4be3-9ee2-01b89dc32dcc.aspx,CREDITCARD,,/base/TC/PaymentCancel/1/PayEx/53829f26-0198-4be3-9ee2-01b89dc32dcc.aspx,,a63af69f414927d7e3a93566eec502eb
No error is logged in Umbraco..
Hi Dennis
The view is hardcoded in the payment provider I see. That is because we didn't want to support ALL payment gateways different payment methods - then we couldn't make anything else than providers :)
The code is available here: https://github.com/TeaCommerce/Payment-providers/blob/master/Source/TeaCommerce.PaymentProviders/Classic/PayEx.cs
Kind regards
Anders
is working on a reply...