ClearCommerce API for HSBC Processing

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

ClearCommerce API for HSBC Processing

Jame Jane
Hi,
I just want to know what are the changes should be made in order to work with it
in our ofbiz project.

I am not getting were to start from.

       
---------------------------------
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.
Reply | Threaded
Open this post in threaded view
|

Re: ClearCommerce API for HSBC Processing

David E Jones

Take a look at the file: ofbiz/applications/accounting/servicedef/
services_clearcommerce.xml

If you're not sure what services are or do, check out the framework  
introduction stuff:

http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams

-David


On Apr 8, 2008, at 1:19 PM, Jame Jane wrote:

> Hi,
> I just want to know what are the changes should be made in order to  
> work with it
> in our ofbiz project.
>
> I am not getting were to start from.
>
>
> ---------------------------------
> You rock. That's why Blockbuster's offering you one month of  
> Blockbuster Total Access, No Cost.

Reply | Threaded
Open this post in threaded view
|

RE: ClearCommerce API for HSBC Processing

Christopher L
In reply to this post by Jame Jane
Look in applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce.  You will also need to change the store payment settings.  They can be found in the store setup under payment.

By my recollection, there tended to not be many items that needed customization per specific payment processor.  You should be able to use the ofbiz integration as it is or with a few small changes.  That said, I haven't looked into the ofbiz clearcommerce intergration in detail, and it has been some years since I worked at clearcommerce.

Chris Lombardi

> Date: Tue, 8 Apr 2008 12:19:24 -0700
> From: [hidden email]
> Subject: ClearCommerce API for HSBC Processing
> To: [hidden email]
>
> Hi,
> I just want to know what are the changes should be made in order to work with it
> in our ofbiz project.
>
> I am not getting were to start from.
>
>        
> ---------------------------------
> You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.
Reply | Threaded
Open this post in threaded view
|

RE: ClearCommerce API for HSBC Processing

Jame Jane
Hi
thanx christopher
but i have read the clearcommerce API and came to know how it genertes XML for processing that XML to HSBC site.

but the problem is that how should i configure my store payment settings.
it u give any detail explanation i will be very helpful to you.


Christopher L <[hidden email]> wrote: Look in applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce.  You will also need to change the store payment settings.  They can be found in the store setup under payment.

By my recollection, there tended to not be many items that needed customization per specific payment processor.  You should be able to use the ofbiz integration as it is or with a few small changes.  That said, I haven't looked into the ofbiz clearcommerce intergration in detail, and it has been some years since I worked at clearcommerce.

Chris Lombardi

> Date: Tue, 8 Apr 2008 12:19:24 -0700
> From: [hidden email]
> Subject: ClearCommerce API for HSBC Processing
> To: [hidden email]
>
> Hi,
> I just want to know what are the changes should be made in order to work with it
> in our ofbiz project.
>
> I am not getting were to start from.
>
>        
> ---------------------------------
> You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.


       
---------------------------------
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.
Reply | Threaded
Open this post in threaded view
|

Re: ClearCommerce API for HSBC Processing

BJ Freeman
most setup is in
applications/accounting/config/payment.properties
############################################
# ClearCommerce Configuration
############################################


Jame Jane sent the following on 4/8/2008 4:24 PM:

> Hi
> thanx christopher
> but i have read the clearcommerce API and came to know how it genertes XML for processing that XML to HSBC site.
>
> but the problem is that how should i configure my store payment settings.
> it u give any detail explanation i will be very helpful to you.
>
>
> Christopher L <[hidden email]> wrote: Look in applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce.  You will also need to change the store payment settings.  They can be found in the store setup under payment.
>
> By my recollection, there tended to not be many items that needed customization per specific payment processor.  You should be able to use the ofbiz integration as it is or with a few small changes.  That said, I haven't looked into the ofbiz clearcommerce intergration in detail, and it has been some years since I worked at clearcommerce.
>
> Chris Lombardi
>
>> Date: Tue, 8 Apr 2008 12:19:24 -0700
>> From: [hidden email]
>> Subject: ClearCommerce API for HSBC Processing
>> To: [hidden email]
>>
>> Hi,
>> I just want to know what are the changes should be made in order to work with it
>> in our ofbiz project.
>>
>> I am not getting were to start from.
>>
>>        
>> ---------------------------------
>> You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.
>
>
>        
> ---------------------------------
> You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.

Reply | Threaded
Open this post in threaded view
|

Re: ClearCommerce API for HSBC Processing

David E Jones

BTW, I think I misunderstood the original question... it sounds like  
you just want to configure it and not customize it or create a  
variation on it.

The docs for that are here:

http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide

-David


On Apr 8, 2008, at 9:30 PM, BJ Freeman wrote:

> most setup is in
> applications/accounting/config/payment.properties
> ############################################
> # ClearCommerce Configuration
> ############################################
>
>
> Jame Jane sent the following on 4/8/2008 4:24 PM:
>> Hi
>> thanx christopher
>> but i have read the clearcommerce API and came to know how it  
>> genertes XML for processing that XML to HSBC site.
>>
>> but the problem is that how should i configure my store payment  
>> settings.
>> it u give any detail explanation i will be very helpful to you.
>>
>>
>> Christopher L <[hidden email]> wrote: Look in applications/
>> accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce.  You  
>> will also need to change the store payment settings.  They can be  
>> found in the store setup under payment.
>>
>> By my recollection, there tended to not be many items that needed  
>> customization per specific payment processor.  You should be able  
>> to use the ofbiz integration as it is or with a few small changes.  
>> That said, I haven't looked into the ofbiz clearcommerce  
>> intergration in detail, and it has been some years since I worked  
>> at clearcommerce.
>>
>> Chris Lombardi
>>
>>> Date: Tue, 8 Apr 2008 12:19:24 -0700
>>> From: [hidden email]
>>> Subject: ClearCommerce API for HSBC Processing
>>> To: [hidden email]
>>>
>>> Hi,
>>> I just want to know what are the changes should be made in order  
>>> to work with it
>>> in our ofbiz project.
>>>
>>> I am not getting were to start from.
>>>
>>>
>>> ---------------------------------
>>> You rock. That's why Blockbuster's offering you one month of  
>>> Blockbuster Total Access, No Cost.
>>
>>
>>
>> ---------------------------------
>> You rock. That's why Blockbuster's offering you one month of  
>> Blockbuster Total Access, No Cost.
>

Reply | Threaded
Open this post in threaded view
|

Re: ClearCommerce API for HSBC Processing

Jame Jane
In reply to this post by BJ Freeman
thanx for ur reply.
and can u tell me about database settings for calling the clearcommerce methods.

I mean in which table I should configure my services to be called  by clearcommerce .


 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 
Reply | Threaded
Open this post in threaded view
|

Re: ClearCommerce API for HSBC Processing

BJ Freeman
you don't directly interact with the database
suggest you read up on ofbiz.

Jame Jane sent the following on 4/9/2008 8:50 AM:

> thanx for ur reply.
> and can u tell me about database settings for calling the clearcommerce methods.
>
> I mean in which table I should configure my services to be called  by clearcommerce .
>
>
>  __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com