I would like to develop a payment gateway for Servired. It's a popular gateway payment in Spain. I'm looking for a similar module developed because I'm not very familiar with Drupal's API. I'm going to explain you how Servired works:

When the user clic the final "Place your order" button I must to submit a form with Post method to the Servired Bank URL. The fields are similar those passed with paypal, the final price, the txnid... That's my principal problem now. I have been hacking the paypal module, but they construct one URL that the payment.module finally sends with drupal_goto. I don't know how to send a form if the user doesn't clic a submit button. Do you understand to me?

The web page of the bank ask for the credit card number and if the payment is OK then they send a form to one of my drupal pages with the fields required to register the state of the operation. That's similar to paypal. The bank sent an encripted signature in a field to verify the operation is true and no hacker is trying to confirm operations. I have the functions to verify the signature, so I think it doesn't should be a problem when hacking the paypal module.

I need to develope this module and I would like to publish it as open source. Any help will be appreciated.

Best Regards.

Comments

sime’s picture

Status: Active » Postponed

All gateway requested are parked postponed until activity commences.
see:http://drupal.org/node/66801

sime’s picture

Version: 4.7.x-2.0 » master
Component: payment » new module

component "new module"

brmassa’s picture

Status: Postponed » Fixed

Guys,

To let the eC dev team focus on core modules, all new payment gateways shuold be, according our comment on http://drupal.org/node/162699, a new module. and external to eC.
We will try to give as much support as possible, but we simply cant afford develop all asked payments...

regards,

massa

Anonymous’s picture

Status: Fixed » Closed (fixed)