Payment solution

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Payment solution

Pierre Smits
Hi,

I am looking into Ofbiz for a friend of mine and can't find how to implement
a new payment solution. Here in the Netherlands we have a solution that is
called iDeal. Several integration solutions are available for developers in
PHP (oscommerce webshop) and others.

But how do I integrate it in Ofbiz?

Regards,

Pierre Smits
Reply | Threaded
Open this post in threaded view
|

Re: Payment solution

Eric DE MAULDE
Look how is implemented "ThirdParty" in {ofbiz
directory}/applications/accounting/src/org/ofbiz/thirdparty/...
like Paypal, WorldPay
I have succeded to implement SIPS from Atos

Eric
----- Original Message -----
From: "Pierre Smits" <[hidden email]>
To: <[hidden email]>
Sent: Friday, September 26, 2008 12:22 PM
Subject: Payment solution


> Hi,
>
> I am looking into Ofbiz for a friend of mine and can't find how to
> implement
> a new payment solution. Here in the Netherlands we have a solution that is
> called iDeal. Several integration solutions are available for developers
> in
> PHP (oscommerce webshop) and others.
>
> But how do I integrate it in Ofbiz?
>
> Regards,
>
> Pierre Smits
>

Reply | Threaded
Open this post in threaded view
|

Re: Payment solution

BJ Freeman
In reply to this post by Pierre Smits
the difference between most webbased payment systems and ofbiz, it that
ofbiz only needs the actual dialog to and from the processor and
evaluation of the returned info that is converted to ofbiz way of
evaluation.
so it is a lot less than dealing with a complete payment system.
so once you get it working and a service interface you just assign it in
the product store CCservices.

Pierre Smits sent the following on 9/26/2008 3:22 AM:

> Hi,
>
> I am looking into Ofbiz for a friend of mine and can't find how to implement
> a new payment solution. Here in the Netherlands we have a solution that is
> called iDeal. Several integration solutions are available for developers in
> PHP (oscommerce webshop) and others.
>
> But how do I integrate it in Ofbiz?
>
> Regards,
>
> Pierre Smits
>