Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Credit Card Payment trought Local Gateway


xefil

Recommended Posts

Hello to all!

 

I've a question about one of the most discussed issues: Credit Card Payment trought Gateway of local bank.

 

The Gateway need trought a "POST" form some fields, like:

 

ORDER_ID

MERCHANT_ID

URLOK (Url to redirect if the payment goes well)

URLKO (Url to redirect if the payment fails)

URLACK (ACK Url to grep additiona infos

(...)

 

The payment request is sent with these infos to gateway. The gateway ask the buyer for CC informations and check trought internal processes if the purchase goes well.

At the end a confirm page is shown.

 

Now.... I cannot ask community to write for me the module, but some hints would be great!

 

Is there a standard module i can use to customize and create what I need?

So that the transiction could be done trought this gateway and all informations saved as well as always.

 

Thank's a lot

 

Simon

Link to comment
Share on other sites

Hello to all!

 

I've a question about one of the most discussed issues: Credit Card Payment trought Gateway of local bank.

 

The Gateway need trought a "POST" form some fields, like:

 

ORDER_ID

MERCHANT_ID

URLOK (Url to redirect if the payment goes well)

URLKO (Url to redirect if the payment fails)

URLACK (ACK Url to grep additiona infos

(...)

 

The payment request is sent with these infos to gateway. The gateway ask the buyer for CC informations and check trought internal processes if the purchase goes well.

At the end a confirm page is shown.

 

Now.... I cannot ask community to write for me the module, but some hints would be great!

 

Is there a standard module i can use to customize and create what I need?

So that the transiction could be done trought this gateway and all informations saved as well as always.

 

Thank's a lot

 

Simon

 

When writing my WorldPay Invisible module, I ripped apart the osCommerce Credit Card test module. Using cURL to transmit the payment information was pretty painless, and finding how to change the status of orders to reflect the payment status was again pretty easy. When I say pretty easy, that's with a fair amount of experience with PHP. You will find it hard pressed if you have not worked with PHP in the past.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...