Hi All,
I want to add a zipcash payment module. It is basically a web interface where customer enters his mobile number and pays via SMS. Is there any tutorial to add new payment method? They need following info via hhtp post:
mercode - Merchant Code provided by Zipcash
amount - Transaction Amount in Rupees. A two digit paisa component can also be added if required.
txcode – Transaction Reference Code generated by merchant (without any spaces)
details – This parameter is used to described the transaction (eg. Movie Tickets, Air Tickets etc.)
RU – Optional parameter – Return url
Use the HTTP-POST method to post the data.
How do I create a module for this type of payment?
Regards,
nnitin



