Payment Modes

CASH - POSTPAID. The registrar will be billed the transaction charges.
CREDIT - transactions are charged to the reegistrar's prepaid account. The server returns 'Invalid payment mode' fault if the registrar prepaid credits have been used up.
CREDITCARD - The system accepts VISA and MASTERCARD only.
Card Expiration Date Format MM/YYYY.


Set the cc attribute of PayType to enduser if you want the creditcard to be charged the registrar selling price. If the cc attribute is not present or empty, the creditcard will be charged the registrar buying price.

<PayType cc="enduser">CREDITCARD</PayType>
<CardType>MASTERCARD</CardType>
<CardNo>1111578005111111</CardNo>
<CardExpire>04/2002</CardExpire>
<NameOnCard>Juan dela Cruz</NameOnCard>


Example:
?
<Job>
<details>
<![CDATA[
<Domain name="mydomain.com.ph">
<PaymentInfo>
<PayType>CASH</PayType>
<CardType></CardType>
<CardNo></CardNo>
<CardExpire></CardExpire>
<NameOnCard></NameOnCard>
</PaymentInfo>

<JD type="RegisterDomain" duration="2" ServiceType="RESERVE">
<Organization>Domains Inc</Organization>
<Admin>
<LastName>reynante de jesus</LastName>
?


August 19, 2003


[ Back ]