Yes, I actually got this
http://www.payment-network.com/images/downloads/20080819_documentation_directebanking.com_v1.3.pdf
so I assume I can do it as a third party implementation..
The other "third party" issue would be ebay: do I need to configure it
somehow?
I saw it here:
http://demo.hotwaxmedia.com/ebay/control/ManageOrdersFromEbay
but I can not enable it even if the ofbiz I am working on it is pretty
new one - a checkout from march this year
regards,
Flopa
My german is very rusty but I see a installation for oscommerce
so you should be able to get the information you need.
BJ Freeman sent the following on 8/27/2008 2:50 PM:
glad you got it fixed.
all of these were fulll java and or webbased.
they were converted to ofbiz
please look at all the third party code compared to what the vendors
said to get an idea
accounting\src\org\ofbiz\accounting\thirdparty
Florin Popa sent the following on 8/27/2008 2:12 PM:
Hello Mr. Freeman,
Thanks for your quick reply and willing to help, meanwhile it worked fine.
The reason of failure was that I did not uncomment following lines:
payment.paypal.redirect=https://www.sandbox.paypal.com/us/cgi-bin/webscr
and
payment.paypal.confirm=https://www.sandbox.paypal.com/us/cgi-bin/webscr
It was mentioned to touch only above ones.
Now the interesting parts starts...implementation of a customized
payment - www.sofortueberweisung.de
In this case, it seems a full java implementation is required.
Best regards,
Flopa
will bring up mine and test
but here are some things to consider.
Assuming you are using the current svn or release branch.
you are running with a fully qualified domain name or IP address
dedicated to this server?
have you given authorization in paypal to use the api? (not in
documentation)
what UL did you put in paypal for the notification URL box?
Florin Popa sent the following on 8/27/2008 1:18 PM:
Hello,
I am trying to use paypal payment type.
I configured inside ofbiz the proper payment type for a shop, then I
also configured ofbiz according to
http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-paymentProcessorDetails
and I am using a paypal sendbox test account.
When I try a payment, I got this:
[java] 2008-08-27 23:09:27,216 (http-0.0.0.0-8443-Processor3)
[ PayPalEvents.java:141:ERROR] Payment properties is not configured
properly, some notify URL from PayPal is not correctly defined!
[java] 2008-08-27 23:09:27,222 (http-0.0.0.0-8443-Processor3)
[ RequestHandler.java:305:ERROR] Request callPayPal caused an
error with
the following message: payPalEvents.problemsGettingMerchantConfiguration
Any help would be appreciated,
Best regards,
Flopa