KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: dnlsmns on August 24, 2010, 04:20:36 pm

Title: Exchanging Data With Payment Module
Post by: dnlsmns on August 24, 2010, 04:20:36 pm
I am in the process of hooking up my konakart project to a payment module. I am a bit confused about how this is going to work, and not sure whether my questions should be addressed to you guys or the payment module provider (in this case Bluepay).

1) In what format should I be sending them the data?

2) Looking at the "Bluepay extends BasePaymentModule" class I see that this is something I will need to use, but I seen no references to it. Is there documentation on how it should be used?
Title: Re: Exchanging Data With Payment Module
Post by: ming on August 24, 2010, 05:52:39 pm
Two suggestions:

* Get the spec from the payment gateway supplier so that you know what to send
* Follow the tutorial in the User Guide for creating a payment module