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
|
callback_url |
Required String E.g.: The URL to which the customer will be callback to.
|
String E.g.: http://yourwebsite.com/pa be returned to.pay yment_completed.php
|
c_first_name |
Required First Name of the Customer
|
String 32 characters E.g.: John
|
c_last_name |
Required First Name of the Customer
|
String 32 characters E.g.: Doe
|
c_phone_code |
Required Country code for Phone Number of the Customer
|
String Minimum 3 numbers up to 6 numbers E.g.: 0091
|
c_phone_number |
Required Phone Number of the Customer.
|
String Minimum 6 numbers up to 32 numbers E.g.: 3312345678
|
c_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
|
gst_amount |
Required Additional charges. e.g.: 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_code |
Required Currency of the amount stated. 3 character ISO currency code
|
String E.g.: INR
|
ref_no |
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
|