SIGNUP NOW | ACCOUNT LOGIN| SUPPORT

WHY SHOULD YOU HAVE AN AYUPAY ACCOUNT ?


OVER 15,991 ACCOUNTS

 
 
  
 
 
 
MERCHANT TOOLS

1. Accept Payments Online

Accept Payments Online with AyuPay. Put this Purchase Online Button on your website.

Code :

<form method="POST" action="http://www.ayupay.com/PurchaseOnline.php">
<input type="hidden" name="PayeeAcct" value="PAYEE.EMAIL">
<input type="hidden" name="CashAmount" value="CASH.AMOUNT">
<input type="hidden" name="SpendCur" value="CURRENCY">
<input type="hidden" name="PaymentURL" value="PAYMENT.URL">
<input type="hidden" name="NoPaymentURL" value="NO.PAYMENT.URL">
<input type="hidden" name="StatusURL" value="STATUS.URL">
<input type="hidden" name="Memo" value="MEMO">
<input type="hidden" name="PayerAcct" value="PAYER.ACCT">
<input type="image" src="http://merchants.ayupay.com/PurchaseOnline.png" name="Submit" width="109" height="28">
</form>

Input Variables :

Replace Read Marked words with :

PAYEE.EMAIL = User Who will Get Paid (REQUIRED)
CASH.AMOUNT = Amount of Payment to Receive (REQUIRED)
CURRENCY = Currency You will receive Payments In, Integer Value Between 1 to 6  (REQUIRED)

  1. USD = 1
  2. AUD = 2
  3. CAD = 3
  4. PKR = 4
  5. JPY = 5
  6. BDT = 6

PAYMENT.URL = URL User will be Sent after Payment is Made, Output Variables (see below) will be sent to this URL with POST Method. (REQUIRED)
NO.PAYMENT.URL = URL User will be Sent if Payment is Canceled (REQUIRED)
STATUS.URL = Status URL For Application, Output Variables (see below) will be sent to this URL with GET Method.

These Variables are Not Required :

MEMO = Memo of Payment
PAYER.ACCT = Payer's Email Address

Output Variables :

On PAYMENT.URL these will be sent with POST Method and On STATUS.URL these will be sent with GET Method.
Example :
$_POST['TransactionID'] and $_GET['TransactionID']

TransactionID = Transaction ID of Payment.
PayeeAcct = User Who Got Paid.
PayerAcct = User Who Spent Payment.
Memo = Memo of Payment.
CashAmount = Amount of Payment Received.

Note : Output Cash Amount is always in USD as all currencies are converted to USD during spend.

Buttons :

 
 

 Terms & Conditions | Privacy Policy | Anti-Spam Policy | Development | Merchant Shops
Affiliate Program | Fees | User Agreement | Contact Us | About Us

© 2006-2007 AyuPay.com Acting Under AyuCom Pty, Ltd.