merchant_email |
Required Merchant email id used to login into PayNet Merchant Dashboard..
|
String E.g.: testing@test.com
|
secret_key |
Required SECRET Key generated by merchant dashboard
|
String E.g.: Mao8sdhasfyahosdap9sd
|
site_url* |
Required The URL of your site from which you will configure the API.
|
String E.g.: http://www.yourwebsite.com/
|
return_url |
Required String E.g.: The URL to which the customer will be returned to.
|
String E.g.: http://yourwebsite.com/pa be returned to.pay yment_completed.php
|
title |
Required Description or title of the 32 characters transaction done by the customer.
|
String E.g.: Order # 3321
|
m_first_name |
Required First Name of the Customer
|
String 32 characters E.g.: John
|
m_last_name |
Required First Name of the Customer
|
String 32 characters E.g.: Doe
|
m_phone_number |
Required Country code for Phone Number of the Customer
|
String Minimum 3 numbers up to 6 numbers E.g.: 0091
|
phone_number |
Required Phone Number of the Customer.
|
String Minimum 6 numbers up to 32 numbers E.g.: 3312345678
|
email |
Required Email of the customer.
|
String 32 characters E.g.: customer@domain.com
|
products_per_title |
Required Product title of the product.
|
String 175 characters E.g.: IPhone
|
unit_price |
Required Unit price of the product.
|
String 256 characters E.g.: 21.09
|
quantity |
Required Quantity of products.
|
String 256 characters E.g.: 1
|
other_charges |
Required Additional charges. e.g.: shipping charges, taxes, VATs, etc..
|
Float Up to 3 Decimal places E.g.: 123.399
|
amount |
Required Float Amount of the products and other Up to 3 Decimal places charges, it should be equal to: E.g.: 123.399 amount = (sum of all products’ (unit_price * quantity)) + other_charges This field will be
displayed in the invoice as the sub total field.
|
Float Up to 3 Decimal places E.g.: 123.399
|
discount |
Required Discount of the transaction The Total amount of the invoice will be= amount - discount
|
Float Up to 3 Decimal places E.g.: 123.399
|
currency |
Required Currency of the amount stated. 3 character ISO currency code
|
String E.g.: INR
|
refno |
Required Invoice reference number.
|
Float Up to 3 Decimal places E.g.: 123.399
|
reference_no |
Required Invoice reference number. Its same as 'refno' parameter.
|
Float Up to 3 Decimal places E.g.: 123.399
|
ip_customer |
Required The client IP with which the order 16 characters is placed..
|
String 16 characters E.g.: 123.123.12.2
|
ip_merchant |
Required Server IP where the order is coming from
|
String 16 characters E.g.: 11.11.22.22
|
billing_address |
Required Complete Address of the customer. Multiple address lines will be merged into one single line.
|
String 40 characters E.g.: Flat 11 Building 222 Block 333 Road 444 Mumbai India
|
state *** |
Required Billing State (part of the address) entered by the customer
|
String 32 characters E.g.: Manama 2 characters for US and Canada E.g.: if state is NewYork then the state field should be NY
|
city |
Required Name of the billing city selected by customer
|
String 13 characters E.g.: Manama
|
postal_code |
Required Billing Postal code provided by the customer
|
String From 5 to 9 characters E.g.: 12345
|
Country |
Required Country of the customer
|
String 3 character ISO country code E.g.: INR
|
shipping_first_name |
Required First Name of the Customer in 32 characters shipping address
|
String 32 character E.g.: John
|
shipping_last_name |
Required Last Name of the Customer in shipping address
|
String 32 character E.g.: Doe
|
address_shipping** |
Required Shipping address of the customer
|
String 40 characters E.g.: Flat abc road 123
|
city_shipping |
Required Shipping City of the customer
|
String 13 characters E.g.: Mumbai
|
state_shipping *** |
Required Shipping State of the customer
|
String 32 characters E.g.: MAH 2 characters for US and Canada E.g.: if state is NewYork then the state field should be NY
|
postal_code_shipping |
Required Shipping postal code of the customer
|
String From 5 to 9 characters E.g.: 403129
|
country_shipping |
Required Shipping country of the customer
|
String 3 character ISO country code E.g.: IN
|
msg_lang |
Required Language of the PayPage to be created. Invalid or blank entries will default to English.
|
String E.g.: English / Arabic
|
cms_with_version |
Required CMS / Language that you are using with its version. This will help us to troubleshoot issues, if any.
|
String E.g.: Magento 0.1.9
|