Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Credit Card gateway from HK (Paydollar)


2 replies to this topic

#1 marktam

  • Community Member
  • 2 posts
  • Real Name:Mark

Posted 19 July 2005, 12:54

Anyone can make the following code to osCommerce payment gateway modules?

<form name="payForm" method="post" action="https://www.paydollar.com/winghang/eng/payment/payForm.jsp">
<input type="submit" name="submit" value="Buy">
<input type="hidden" name="amount" value="Amount">
<input type="hidden" name="merchantId" value="">
<input type="hidden" name="orderRef" value="123">
<input type="hidden" name="currCode" value="344" >
<input type="hidden" name="successUrl" value="http:">
<input type="hidden" name="failUrl" value="http:">
<input type="hidden" name="cancelUrl" value="http:">
<input type="hidden" name="remark" value="">
<input type="hidden" name="lang" value="E">
<input type="hidden" name="payMethod" value="ALL">
<input type="hidden" name="o_charge" value="0">
</form>

#2 azer

  • Community Member
  • 842 posts
  • Real Name:azer
  • Location:Paris, france

Posted 01 August 2006, 15:49

marktam

did you find any solution
it s strange on their website , they have an oscommerce logo , but i cnat see anywhere any information about it !
MS2

#3 Alexandero

  • Community Member
  • 125 posts
  • Real Name:Alex

Posted 18 February 2008, 11:18

Hi am also looking for the solution. I have the codes (vriables) but i don't know how to use them :(