Developer forum

Forum » Development » Payment gateway

Payment gateway


Reply
Hi
I am about to write a custom payment gateway. The gateway is intended to be used by extranet users who should be able to pay with virtual money. But I have stumbled over a problem! In my test environment I have tried to step over the payment by doing this:

In step 5 (http://localhost/Default.aspx?ID=2&step=5 ) when the payment window pops up I close it and enter this URL: http://localhost/Default.aspx?ID=2&step=6

In this way an order is generated in the backend without any payment! But looking at the order one can see that there is no information in the “Transaction” field group on the “Misc.” (in Danish: “Diverse”) tab? So does the shop owner have to check manually for these information’s before delivering, checking that he has got paid for what has been ordered? Or how can he see that there has been been paid for an order?

/Lars

Replies

 
Reply


Hey Lars




Why do you need a gateway for virtual money?, and which external provider (LIKE DIBS) do you try to connect to? 




A gateway is for transfering money from a credit card to the shop.


 


Why dont you just create a paymentmethod like (in Danish: “Giro”) instead of writing a new gatewayprovider.


The information from the gateway (POST data) is requested by the gatewayprovider and placed on the current order.



The shop onwer have to manually check for the Transaction information on the order before shipping.




 




 





 

You must be logged in to post in the forum