Tuesday 06 February 2007 6:52:46 am
I need to create a payment gateway that does this : After confirm order page => display a form with the type of credit card the user wants to use : Visa, Mastercard...etc By clicking the logo it will redirect the user to an external payment gateway. After a classical payment routine the payment gateway is sending an automatic response to my site that will register the order or not + some payment datas (Transaction ID, AuthorizationID...etc) Then my user is returning to my site. How can i do this ? In fact i have deeply studied all existing payment gateways/workflow for EZP but i can't find any clue :( Should i use the new payment gateway structure or should i try to make a branch starting from shop/confirmorder ? - I tried to use the payment gateway workflow thing but it look like it has to use a '$redirect_url' variable to send the user to the gateway and i don't have that in mine (user has to submit a form before being sent to the external gateway) - How can i record additional datas into my order ? (Transaction ID, AuthorizationID, Tracking number...etc) - What is a payment object in my db structure ? This payment gateway is SIPS from Atos Origin. This product is used by all major french banks. Thanx in advance for any help. Martin
EZP is Great
|