Integration Document Version2.13 PDF
Integration Document Version2.13 PDF
Integration Document Version2.13 PDF
PayUbiz
Integration Document
OVERVIEW
This document describes the steps for technical integration process between merchant
website and PayU Payment Gateway for enabling online transactions. This document is
covered in two sections. Section I covers website integration and Section II covers APIs
provided to the merchants.
2) Seamless Integration - In this mode, the merchant needs to collect the customer
card details on their own website and post them to PayU. Here, the customer would
not be stopped at PayU payment page at all, as the payment option and card details
are already received from the merchant. The merchant must be PCI-DSS certified in
this case. For further information on PCI-DSS certification please contact your
Account Manager at PayU.
4) When the transaction POST REQUEST hits the PayU server, a new transaction entry
is created in the PayU Database. To identify each new transaction in the PayU
Database, a unique identifier is created every time at PayU’s end. This identifier is
known as the PayU ID (or MihPayID).
5) With the POST REQUEST, customer would be re-directed to PayU’s payment page.
Customer now selects the particular payment option on PayU’s page (Credit
Card/Debit Card/Net Banking etc) and clicks on ‘Pay Now’. PayU re-directs the
customer to the chosen bank. The customer goes through the necessary
authorization/authentication process ast bank’s login page, and the bank gives the
success/failure response back to PayU.
6) PayU marks the transaction status on the basis of response received from Bank. PayU
provides the final transaction response string to the merchant through a POST
RESPONSE. The parameters in this response are covered in the subsequent sections.
7) In the POST RESPONSE sent by PayU, you would receive the final status of the
transaction. You will receive the hash parameter here also. Similar to step 3, it is
Also, please note that during integration with PayU, you would need to first
integrate with our Test Server. PayU would be providing you the necessary
Merchant Key for test server. Please do not use your live account’s merchant
key here. It would not work.
Once testing is done, you are ready to move to live server. Here, you would
need to replace the test Merchant Key with Live Merchant Key. This is a critical
step for successfully moving to live PayU server.
Example: C0Ds8q
2) txnid (Mandatory) This parameter is known as Transaction ID (or Order ID). It is the order
reference number generated at your (Merchant’s) end. It is an identifier which
you (merchant) would use to track a particular order. If a transaction using a
particular transaction ID has already been successful at PayU, the usage of same
Transaction ID again would fail. Hence, it is essential that you post us a unique
transaction ID for every new transaction.
(Please make sure that the transaction ID being sent to us hasn’t been successful
earlier. In case of this duplication, the customer would get an error of ‘duplicate
Order ID’).
Data Type – Varchar
Character Limit – 25 characters
Example: fd3e847h2
3) amount (Mandatory) This parameter should contain the payment amount of the particular transaction.
This amount must be greater than Rs. 8000 for Cardless EMI option.
Note: Please type-cast the amount to float type
Example: 10.00
4) productinfo This parameter should contain a brief product description. It should be a string
(Mandatory) describing the product (The description type is entirely your choice).
Data type - Varchar
Character Limit – 100 characters
Example: tshirt100
5) firstname Self-Explanatory (Must contain the first name of the customer)
(Mandatory)
Data Type – Varchar
Character Limit – 60 characters
Example: Ankit
6) email (Mandatory) Self-explanatory (Must contain the email of the customer)
Method 1 - This is the simplest way of calculating the hash value. Here, please
make sure that the api_version parameter is NOT POSTED from your end.
For hash calculation, you need to generate a string using certain parameters and
apply the sha512 algorithm on this string. Please note that you have to use pipe
(|) character in between these parameters as mentioned below. The parameter
order is mentioned below:
sha512(key|txnid|amount|productinfo|firstname|email|udf1|udf2|udf3|udf4|u
df5||||||SALT)
All these parameters (and their descriptions) have already been mentioned
earlier in this table. Here, SALT (to be provided by PayU), key, txnid, amount,
productinfo, firstname, email are mandatory parameters and hence can’t be
empty in hash calculation above. But, udf1-udf5 are optional and hence you
need to calculate the hash based upon the fact that whether you are posting a
particular udf or not. For example, if you are NOT posting udf1. Then, in the
hash calculation, udf1 field will be left empty. Following examples will clarify
various scenarios of hash calculation:
Case 1: If all the udf parameters (udf1-udf5) are posted by the merchant. Then,
hash=sha512(key|txnid|amount|productinfo|firstname|email|udf1|udf2|udf3|
udf4|udf5||||||SALT)
Method 2- Second method for hash calculation (Don’t use this method. It is
only for internal documentation).
Here, parameter api_version should be equal to 2.
hash = sha512(key|txnid|amount|offer_key|api_version|SALT)
Method 3 - Third method for hash calculation - used specifically for Ola
Postpaid mode transaction.
Here, parameter api_version must be equal to 4.
hash =
sha512(key|txnid|amount|productinfo|firstname|email|udf1|udf2|udf3|udf4|u
df5|udf6|udf7|udf8|udf9|udf10|phone)
24) pg This parameter signifies the payment category (tab) that you want the customer
to see by default on the PayU page. Hence if PG=’NB’, then after redirection to
PayU’s payment page, the Net Banking option would be opened by default.
(PG parameter may take different values like : NB for Net Banking tab, CC for
Credit Card tab, DC for Debit Card tab, CASH for Cash Card tab and EMI for
EMI tab)
27) drop_category This parameter is used to customize the payment options for each individual
transaction. For example, if we consider the categories Credit Card, Debit Card
and Net Banking for a merchant. If there are 30 net banking options available
and the merchant wants to drop 2 of those net banking options (i.e. do not
Now, to drop the whole category, please use the following values:
Category Value of 'drop_category' parameter
Credit Card CC
Debit Card DC
Net Banking NB
EMI EMI
Cash Card CASH
To drop sub-categories, please use the respective bank codes for them. Please
contact PayU to get the respective bank codes. Also note that the delimiter for
categories is comma (,) character and for sub-categories it is the pipe (|)
character. Examples for usage:
drop_category - DC|VISA|MAST, NB|ICIB : Here, for debit card category,
only Visa and Master Card options would be dropped (and hence not displayed
on the PayU page). In Net Banking option, only ICICI Net Banking would be
dropped. All other active payment options would be displayed.
drop_category - CC|AMEX, DC|VISA, EMI|EMI6 : Here, for credit card
category, only AMEX option would be dropped (and hence not displayed). In
debit card category, only VISA option would be dropped. And in EMI category,
only HDFC 6 months EMI option (bank code – EMI6) would be dropped. All
the other active payment options would be displayed.
Note: Please make sure to use this parameter only after testing properly as an
incorrect string will lead to undesirable payment options being displayed.
The merchant needs to put the necessary payment options in this parameter and
post it to us at the time of transaction. All the categories and subcategories have
specific values which need to be put in this string. The categories/subcategories
are as follows:
Category Sub-category
Credit Card MasterCard, Amex, Diners etc
Debit Card Visa, Mastercard, Maestro etc
Net Banking SBI Net Banking, HDFC Net Banking etc
EMI CITI 3 Months EMI, HDFC 6 Months EMI etc
Cash Card AirtelMoney, YPay, ITZ Cash card etc
Now, to enforce complete categories, please use the following values:
Category Value of enforced_paymethod
Credit Card creditcard
Debit Card debitcard
Net Banking netbanking
EMI emi
Cash Card cashcard
To enforce sub-categories, please use the respective bank codes for them. Please
contact PayU to get the respective bank codes. Please note that the delimiter is
pipe (|) character here. Examples:
Note: Please make sure to use this parameter only after testing properly as an
incorrect string will lead to undesirable payment options being displayed.
For Example:
custom_note = You will be charged an extra amount of Rs 100 on this
transaction
Characters allowed: A to Z, a to z, 0 to 9, % (percentage), , (comma), .
(decimal), ' (apostrophe)
30) note_category This parameter gives you an option of showing the message string passed in
custom_note parameter for only the selected Payment categories. Hence, this
parameter should contain the comma separated list of the payment options for
which the custom_note will appear.
For example: note_category = CC,NB will show the custom_note for Credit
Card & Net banking only
31) api_version Please don’t use this parameter while posting the data. This is a deprecated
parameter.
32) shipping_firstname This parameter has to used in case of COD (Cash on Delivery) or Cardless
EMI Only. Use this for shipping firstname only and this is mandatory for
Cardless EMI.
Self-Explanatory (Constraints same as firstname parameter). If this parameter is
posted, the corresponding value would be filled up automatically in the form
under COD tab on PayU payment page
33) shipping_lastname This parameter has to used in case of COD (Cash on Delivery) or Cardless
EMI Only. Use this for shipping lastname only and this is mandatory for
Cardless EMI.
Self-Explanatory (Constraints same as lastname parameter). If this parameter is
posted, the corresponding value would be filled up automatically in the form
under COD tab on PayU payment page
34) shipping_address1 This parameter has to used in case of COD (Cash on Delivery) or Cardless
EMI Only. Use this for address only and this is mandatory for Cardless
EMI.
Self-Explanatory (Constraints same as address1 parameter). If this parameter is
posted, the corresponding value would be filled up automatically in the form
under COD tab on PayU payment page
35) shipping_address2 This parameter has to used in case of COD (Cash on Delivery) Only.
Self-Explanatory (Constraints same as address2 parameter). If this parameter is
posted, the corresponding value would be filled up automatically in the form
under COD tab on PayU payment page
36) shipping_city This parameter has to used in case of COD (Cash on Delivery) or Cardless
EMI Only. Use this for shipping_city only and this is mandatory for
Cardless EMI.
Self-Explanatory (Constraints same as city parameter). If this parameter is
posted, the corresponding value would be filled up automatically in the form
under COD tab on PayU payment page
37) shipping_state This parameter has to used in case of COD (Cash on Delivery) or Cardless
EMI Only. Use this for shipping_state only and this is mandatory for
Cardless EMI.
Self-Explanatory (Constraints same as state parameter). If this parameter is
42) partner_hold_time This parameter is useful when merchants wants to provide hold time of the
product in case of Cardless EMI option. Hold time defines the time until the
time for which merchant can hold the current basket until the merchant receives
the final success/failure status from PayU. Default partner_hold_time for all
transactions can be defined for the merchant by reaching out to integration team
at payu. Otherwise, it will be considered 15 days.
After transaction initiation, transaction for Cardless EMI will expire after
partner_hold_time value and will be marked as failed.
This value should be in minutes. E.g if partner hold time is 3 days, then value
will be 4320(3*24*60)
43) Items Array of items in the basket
Array [
Uuid – string - Identifier of the item
Name – string - Item name[Required]
Unit_price – Decimal[decimal(18,2)] – Price in rupees[Required]
Sku – string - Stock keeping unit (article unique identifier)
Category – string - Item Category
Manufacturer – string - Item manufacturer
Quantity – Integer[int64] – Quantity of itemp[Required]
Img – string – Link to item avatar on Picture
]
e.g. – 1990-01-17
45) Gender String
46) Ipurl In progress URL - This parameter must contain the URL on which PayU will
redirect the customer if the transaction is in progress and needs some work from
the backend. The response handling can then be done by the merchant after
redirection to this URL. This is required for Cardless EMI option
47) pre_authorize This parameter needs to be sent in the request only if the transaction is intended
on auth-capture model. This means the transaction amount would not actually
debit, but it would be blocked. Its value should be 1.
For your reference, please find sample code below which shows the basic set of parameters
being posted. Please execute this piece of code in browser to observe the POST request being
re-directed to PayU page and then you can form the complete transaction request in your
code base (with the mandatory and optional parameters)
<html>
<head>
</head>
<body>
<form action='https://test.payu.in/_payment' method='post'>
<input type="hidden" name="firstname" value="Vikas Kumar" />
<input type="hidden" name="lastname" value="" />
<input type="hidden" name="surl" value="https://www.google.com" />
For seamless mode, 8 extra parameters are required in the transaction Post Request
from your end – along with the parameters mentioned in the above table. These are
mentioned below:
S No Variable Description
1) pg This parameter is the same as the one mentioned in the POST Parameters
mentioned above. It must be set as the payment category.
(Mandatory)
Please set its value to ‘NB’ for Net Banking , ‘CC’ for Credit Card , ‘DC’ for
Debit Card , ‘CASH’ for Cash Card and ‘EMI’ for EMI, ‘CLEMI’ for
Cardless EMI
2) bankcode Each payment option is identified with a unique bank code at PayU. You
would need to post this parameter with the corresponding payment option’s
(Mandatory) bankcode value in it.
For example, for ICICI Net Banking, the value of bankcode parameter value
should be ICIB. For detailed list of bank codes, please contact PayU team
8) Consent_shared This is applicable for Cardless EMI transactions only. Values can be 0 or 1
(Mandatory) based on whether the merchant has taken customer’s consent to share data or
not.
The merchant would be posting the transaction amount of the product in the transaction
request.
1) Once the customer lands on PayU payment page and clicks on 'Pay Now' option,
the additional amount would be added to the amount of the product by PayU (based
upon the TDR values) and the total amount would be passed on to the bank’s page
while re-directing.
2) After PayU receives the status of transaction from the bank, it sends the response of
back to the merchant. In this response, the amount and additional amount can be
differentiated with the below parameters.
3) Once you receive the response from PayU, you need to check for reverse hash. If you
are verifying the reverse hash at your end (which is strictly recommended to avoid
any tamper cases), its formula will also change in case additionalCharges value is
sent.
Here, if the additionalCharges parameter is posted in the transaction response, then
hash formula is:
sha512(additionalCharges|SALT|status||||||udf5|udf4|udf3|udf2|udf1|email|firstna
me|productinfo|amount|txnid|key)
4) If additionalCharges parameter is not posted in the transaction response, then hash
formula is the generic reverse hash formula:
sha512(SALT|status||||||udf5|udf4|udf3|udf2|udf1|email|firstname|productinfo|am
ount|txnid|key)
<bankcode1> :< additional charge value>, < bankcode2> :< additional charge
value>
Example: CC:12,AMEX:19,SBIB:98,DINR:2,DC:25,NB:55
2) In this method of applying additional charges, hash sequence would be affected for
both Pre-Transaction and Post-Transaction.
Pre-Transaction hash sequence:
Merchant needs to form the below hash sequence before posting the transaction to
PayU:
sha512(key|txnid|amount|productinfo|firstname|email|udf1|udf2|udf3|udf4|udf5||||
||SALT|additional_charges)
Where additional_charges value would be same as the value posted in transaction
request. For example, CC:12,AMEX:19,SBIB:98,DINR:2,DC:25,NB:55
3) Now, once the transaction request hits PayU server and re-direction happens, the
customer lands upon PayU payment page. Here, depending on the payment option
selection by the customer, the additional charge value would be added to transaction
amount. For example, for the above example, if the customer selects Credit Card, Rs
12 would be added to the transaction amount. If the customer selects AMEX option,
Rs 19 would be added to the transaction amount. For SBI Net Banking, Rs 98 would
be added to the transaction amount and so on. Please note that the additional charges
would be added only once the customer clicks on ‘Pay Now’ option.
4) When PayU receives the response from Bank, a POST Response is sent to the
merchant. Here also, the hash sequence needs to be changed.
Post-Transaction hash sequence:
Merchant needs to form the below hash sequence and verify it with the hash sent by
PayU in the Post Response:
● For parameters address1, address2, city, state, country, product info, email, and phone
following characters are allowed:
● Characters: A to Z, a to z, 0 to 9
● -(Minus)
● _ (Underscore)
● @ (At the Rate)
● / (Slash)
● (Space)
● . (Dot)
If the merchant sends any other special characters then they will be automatically removed.
The address parameter will consider only first 100 characters.
It is absolutely mandatory that the hash (or checksum) is computed again after
you receive response from PayU and compare it with post back parameters below. This
will protect you from any tampering by the user and help in ensuring safe and secure
transaction experience.
md.update(dataBytes, 0, nread); };
3 status This parameter gives the status of the transaction. Hence, the value of
this parameter depends on whether the transaction was successful or
not. You must map the order status using this parameter only. The
values are as below:
4 key This parameter would contain the merchant key for the merchant’s
account at PayU. It would be the same as the key used while the
transaction request is being posted from merchant’s end to PayU.
5 txnid This parameter would contain the transaction ID value posted by the
merchant during the transaction request.
6 amount This parameter would contain the original amount which was sent in
the transaction request by the merchant.
7 discount This parameter would contain the discount given to user - based on the
type of offer applied by the merchant.
8 offer This parameter would contain the offer key which was sent in the
transaction request by the merchant.
9 productinfo This parameter would contain the same value of productinfo which
was sent in the transaction request from merchant’s end to PayU
10 firstname This parameter would contain the same value of firstname which was
sent in the transaction request from merchant’s end to PayU
13 address2 This parameter would contain the same value of address2 which was
sent in the transaction request from merchant’s end to PayU
14 city This parameter would contain the same value of city which was sent in
the transaction request from merchant’s end to PayU
15 state This parameter would contain the same value of state which was sent
in the transaction request from merchant’s end to PayU
16 country This parameter would contain the same value of country which was
sent in the transaction request from merchant’s end to PayU
17 zipcode This parameter would contain the same value of zipcode which was
sent in the transaction request from merchant’s end to PayU
18 email This parameter would contain the same value of email which was sent
in the transaction request from merchant’s end to PayU
19 phone This parameter would contain the same value of phone which was sent
in the transaction request from merchant’s end to PayU
20 udf1 This parameter would contain the same value of udf1 which was sent
in the transaction request from merchant’s end to PayU
21 udf2 This parameter would contain the same value of udf2 which was sent
in the transaction request from merchant’s end to PayU
22 udf3 This parameter would contain the same value of udf3 which was sent
in the transaction request from merchant’s end to PayU
23 udf4 This parameter would contain the same value of udf4 which was sent
in the transaction request from merchant’s end to PayU
24 udf5 This parameter would contain the same value of udf5 which was sent
in the transaction request from merchant’s end to PayU
sha512(SALT|status||||||udf5|udf4|udf3|udf2|udf1|email|firstname|p
roductinfo|amount|txnid|key)
26 error For the failed transactions, this parameter provides the reason of
failure. Please note that the reason of failure depends upon the error
codes provided by different banks and hence the detailing of error
reason may differ from one transaction to another. The merchant can
use this parameter to retrieve the reason of failure for a particular
transaction.
27 bankcode This parameter would contain the code indicating the payment option
used for the transaction. For example, in Debit Card mode, there are
different options like Visa Debit Card, Mastercard, Maestro etc. For
each option, a unique bankcode exists. It would be returned in this
bankcode parameter. For example, Visa Debit Card – VISA, Master
Debit Card – MAST.
28 PG_TYPE This parameter gives information on the payment gateway used for the
transaction. For example, if SBI PG was used, it would contain the
value SBIPG. If SBI Netbanking was used for the transaction, the
value of PG_TYPE would be SBINB. Similarly, it would have a
unique value for all different type of payment gateways.
29 bank_ref_num For each successful transaction – this parameter would contain the
bank reference number generated by the bank.
34 shipping_city This parameter would contain the same value of shipping_city which
was sent in the transaction request from merchant’s end to PayU
35 shipping_state This parameter would contain the same value of shipping_state which
was sent in the transaction request from merchant’s end to PayU
39 unmappedstatus This parameter contains the status of a transaction as per the internal
database of PayU. PayU’s system has several intermediate status
which are used for tracking various activities internal to the system.
Hence, this status contains intermediate states of a transaction also -
and hence is known as unmappedstatus.
For example:
dropped/bounced/captured/auth/failed/usercancelled/pending
Since Cardless EMI application is longer than usual bank transactions, it is recommended to
receive live updates from PayU for the application.
If Merchant wants to receive server to server live updates from PayU for all Cardless EMI
transactions, it can be implemented in following ways:
PayU will also notify merchant server to server as additional response along with above
status update for all notifications received. Following values will be posted in notification
update to merchant:
● txnid – Transaction Id shared by merchant
● payuid – PayU Id generated at payu’s end for this transaction
● payustatus – Transaction status at payu’s end
● status – Further details of the payustatus
Sample response:
payuid=700010006174603&status=IN_PROGRESS&txnid=5467c0b5ea59b5d45088&payus
tatus=in progress
1. An underwriting error
UNDERWRITING_PENDING In Progress
2. Timeout on underwriting side
3. Timeout on the LAS side
Whitelisting Required
Whitelisting is required at both merchant’s and PayU’s end to establish this connection.
For production-
180.179.174.1
180.179.174.2
For integration
180.179.100.1
URL to be shared for this response should be less than 512 characters.
For Cardless EMI option, PayU will need further information about the customer from
merchant. Merchant will share a trigger point with PayU at the time of onboarding to share
this data at the time of transaction. Also, inform PayU so that merchant data sharing at
PayU’s end can be enabled.
2. In response, merchant will share data with PayU using ‘ Post Customer Transaction
History Data’ under SELLERSERVICE at this link:
https://developer.payubiz.in/v2/documentation/index.html
3. For authentication, please refer to the section ‘AUTHENTICATION’. Same key and salt
will be used.
Sample data
{
"account_id":"iwcdiu",
"payment_id":"iib8y",
"reference_id":"WEBIN/100819507/1",
"data":{
"first_name": "David",
"last_name": "Smith",
"email": "david@gmail.com",
"phone": "+919332456789",
"transaction" :[ {
"delivery_details":{
"address": "43, ABC Apartments, Xyz Street",
"city": "New Delhi",
"zip": 110024,
"state": "Delhi"
},
"billing_details":{
"address": "House No. 214, Pqr Street",
"city": "Delhi",
"zip": 110203,
"state": "Delhi"
},
"basket": [ {
"name": "Bass Speaker",
"code": "SBS12",
"description": "Bose Bass Speaker as part of 5.1 or 7.1 Surround Sound",
"quantity": 1,
"price": "",
"added_on": "2017-11-01T15:00:00+05:30",
"removed_on": ""
Enabling HDFC Debit Card, Bajaj Finserv, Axis Debit Card and Zest Money EMIs
For all these EMIs, merchant will have to display a button for each EMI option on their
payment page and then enforce, by passing the different combination of values in
“enforce_paymethod” as per the table given below, the one chosen by the customer while
sending the transaction request by PayU. No additional information needs to be posted in the
transaction request.
In this phase, merchant who are using PayU checkout page for collecting payment option
related information for rest of their payment options will not be able to avail these EMI
options without any changes. If any such merchant wants to avail any of these EMI options
then they will have to display different buttons for different EMI options on their page and
use the enforce parameter method, as given above.
Single item should be there in the cart since partial refunds are not allowed on this EMI
option.
Merchant will have to call Proof of Delivery API, details given on page number 73, as soon
as the services/goods has been delivered to the customer.
The maximum time allowed will be 15 days before we notify your team of transactions where
we haven’t received proof of delivery and it might lead to EMI option deactivation.
Merchant will have to call Proof of Delivery API, , details given on page number 73, as soon
as the services/goods has been delivered to the customer.
The maximum time allowed will be 15 days before we notify your team of transactions where
we haven’t received proof of delivery and it might lead to EMI option deactivation.
Also, since decimal values are not supported in Bajaj Finserv system, we round up/down the
amount depending whether it is sale request or refund request.
This will be by default No Cost EMI from customer standpoint so the net amount customer
will be charged by Bajaj Finserv will be amount sent by bank only.
It is recommended that merchant passes the customer mobile number in “phone” parameter
while sending the transaction request to PayU so that the customer doesn’t have to enter the
mobile number on PayU checkout page, customer will have the option to edit the mobile
number in case she wishes to change the mobile number.
NOTE: Kindly contact your account manager in case you are using some other shopping
cart and want us to develop a kit for the same.
https://info.payu.in/merchant/postservice.php?form=2
(form=2 shall return output in json form)
https://test.payu.in/merchant/postservice.php?form=2
(form=2 shall return output in json form)
1) verify_payment
This web-service is used to reconcile the transaction with PayU. When we post back the
final response to you (merchant), we provide a list of parameters (including the status of the
transaction – For example, success, failed etc). On a few occasions, the transaction response
is initiated from our end, but it doesn’t reach you due to network issues or user activity (like
refreshing the browser etc).
This API is helpful to tackle such cases - where you can execute it to get the status of the
transaction. Since you already have the txnID (Order ID generated at your end) value for
such cases, you simply need to execute the verify_payment API with the necessary input
parameters. The output would return you the transaction status and various other parameters
also.
Another usage of this API is to provide an additional layer of verification of the transaction
(in addition to checksum). You can verify the status and other parameters received in the post
response via this API.
We strongly recommend that this API is used to reconcile with PayU’s database once
you receive the response. This will protect you from any tampering by the user and help
in ensuring safe and secure transaction experience.
The return parameters are MIHPayID, Amount, Discount, Mode and Status of transaction.
Input Variables Description:
Parameter Description Sample Value
● If successfully fetched
Array
(
[status] => 1
[msg] => 1 out of 1 Transactions Fetched Successfully
[transaction_details] => Array
(
[100123] => Array
(
[mihpayid] => 403993715511385302
[request_id] =>
[bank_ref_num] => 3465241441650741
[amt] => 63050.00
[txnid] => 100123
[additional_charges] => 0.00
[productinfo] => book
[firstname] => uday
[bankcode] => CC
[udf1] =>
[udf3] =>
[udf4] =>
[udf5] =>
[field9] => SUCCESS
[error_code] => E000
[error_Message] => NO ERROR
[net_amount_debit] => 63050
[disc] => 0.00
[mode] => CC
[PG_TYPE] => HDFCPG
[card_no] => 512345XXXXXX2346
[name_on_card] => shop
[udf2] =>
[addedon] => 2015-03-15 16:44:21
[status] => success
[unmappedstatus] => captured
)
)
)
Array
(
[status] => 0
[msg] => 0 out of 1 Transactions Fetched Successfully
[transaction_details] => Array
(
[ecc5tashi] => Array
(
[mihpayid] => Not Found
2) check_payment
This API functions similar to verify_payment API mentioned above. The only difference is
that the input parameter in this API is the PayUID (MihpayID) generated at PayU’s end
whereas the input parameter in verify_payment API is the TxnID (Transaction ID generated
at your end). It returns all the parameters for a given transaction.
Input Variables Description:
Parameter Description Sample Value
In this parameter, you need to pass the Payu id (mihpayid) of
var1 8000123
the transaction.
● If mihpayid is missing
Array
(
[status] => 0
[msg] => Parameter missing
)
● If successfully fetched
Array
(
[status] => 1
[msg] => Transaction Fetched Successfully
[transaction_details] => Array
(
[request_id] => 124755210
[bank_ref_num] => 3465241441650741
[net_amount] => 63050.00
[mihpayid] => 403993715511385302
[amt] => 63050.00
[disc] => 0.00
[mode] => CC
[txnid] => ecc5tashiv
[amount] => 63050.00
[amount_paid] => 63050.00
[discount] => 0.00
[additional_charges] => 0.00
[udf1] =>
[udf2] =>
[udf3] =>
[udf4] =>
[udf5] =>
[field1] => 507442425118
[field2] => 999999
[field3] => 3465241441650741
[field4] => -1
[field5] =>
3) cancel_refund_transaction
This command can be used for 2 different purposes:
● To cancel a transaction which is in ‘auth’ state at the moment
● To refund a transaction which is in ‘captured’ state at the moment
● if token is missing
Array
● if amount is missing
Array
(
[status] => 0
[msg] => amount is empty
)
● if failed to refund
Array
(
[status] => 0
[msg] => Refund request failed
)
● if invalid token
Array
(
[status] => 0
[msg] => token already used or request pending.
)
● if mihpayid is missing
Array
(
[status] => 0
[msg] => Parameter missing
)
Array
(
[status] => 0
[msg] => 0 out of 1 Transactions Fetched Successfully
[transaction_details] => Array
(
[1247498364] => No action status found
)
)
● if successfully fetched
Array
(
[status] => 1
[msg] => 1 out of 1 Transactions Fetched Successfully
[transaction_details] => Array
(
[124749836] => Array
(
[124749836] => Array
(
[mihpayid] => 403993715511370816
[bank_ref_num] =>
[request_id] => 124749836
[amt] => 10.00
[mode] => DC
[action] => refund
[token] => recon_40399371551137081
[status] => failure
[bank_arn] =>
[settlement_id] =>
[amount_settled] => -10.00
[UTR_no] =>
[value_date] =>
)
)
)
)
You will get both 1) Transaction success information and 2) Refund information as well
Array
(
[status] => 1
[msg] => 1 out of 1 Transactions Fetched Successfully
[transaction_details] => Array
(
[403993715510993714] => Array
(
[124508550] => Array
(
[mihpayid] => 403993715510993714
[bank_ref_num] => 114952
[request_id] => 124508550
[amt] => 1.00
[mode] => CC
[action] => auth
[token] =>
[status] => SUCCESS
[bank_arn] =>
[settlement_id] =>
[amount_settled] => 1.00
[UTR_no] =>
[value_date] =>
)
6) getAllRefundsFromTxnIds
This command is used to retrieve status of all the refund requests fired for a particular
Transaction ID. The output of this API provides the request ID, the PG used, the status of
refund request and creation of refund date information.
Input Variables Description:
Parameter Description Sample Value
In this parameter, you need to pass the Transaction ID (txnid)
var1 8000123
of the transaction.
● If successfully fetched
Array
(
[status] => 1
[msg] => Refunds fetched successfully.
[Refund Details] => Array
(
[8000123] => Array
(
[0] => Array
(
[PayuID] => 8000123
[RequestID] => 124748442
[RefundToken] => 2348596079
[PaymentGateway] => HDFCPG
[Amount] => 10.00
[Status] => failure
[RefundCreationDate] => 2015-03-13 19:01:55
)
● If no refunds found
Array
(
[status] => 1
[msg] => No Refunds Found for the transaction.
)
7) capture_transaction
This command is used to update the status of a transaction which is in auth (authorized) state
at the moment. Please note that this API is applicable only for transactions in pre-auth status.
Once the API is success, the transaction would be captured and settled to merchant.
Input Variables Description:
Parameter Description Sample Value
var1 Payu ID (mihpayid) of transaction 8000123
var2 token ID(unique token from merchant) 7800456
Amount to be captured. It can be a equal to or less than or
var3 more than auth amount to certain limit than the amount used 50
in pre-auth transaction
● If token is missing
Array
(
[status] => 0
[msg] => token is empty
)
● If invalid token
Array
(
[status] => 0
[msg] => token already used or request pending.
)
● If failed to refund
Array
(
[status] => 0
[msg] => Capture request failed
)
7) update_requests
This command is used to update a requested refund, cancel, or capture transaction. The return
parameters are status and msg. For example, in case of COD transaction, if a refund is
initiated its status goes to ‘requested’ state. Once the refund is done, then its status can be
changed to ‘refund’ by calling this API.
Input Variables Description:
Parameter Description Sample Value
var1 Payu id (mihpayid) of transaction 8000123
Request ID (unique id given to merchant) provided when
var2 cancel_transaction or refund_transaction or capture_transaction 7800456
was called)
var3 Bank Ref Id for the requested transaction Abc123
var4 Amount of the requested transaction 5000
var5 Action (cancel/capture/refund) Refund
var6 New Status to be set Success/failure
● If bank_ref_no is missing
Array
(
[status] => 0
[msg] => bank_ref_no is empty
)
● If amount is missing
● On success
Array
(
[status] => 1
[msg] => Status updated to success.
)
● On failure
Array
(
[status] => 0
[msg] => Status could not be updated. Please verify the parameters.
)
8) cod_verify
This command is used to verify a COD request. When a transaction is successful through
PayU, it is marked as ‘in progress’ at that moment. The reason is that the money hasn’t been
received yet and hence we mark it in this intermediary state. Once you verify the transaction
with the customer, you can execute this API to update the status in PayU Database from ‘in
progress’ to ‘pending’. The return parameters are status, message and transaction ID.
Input Variables Description:
● If token is missing
Array
(
[status] => 0
[msg] => token is empty
)
● If amount is missing
Array
(
[status] => 0
[msg] => amount is empty
)
● If amount is invalid
Array
(
[status] => 0
[msg] => Invalid amount
)
9) cod_cancel
This command is used to cancel a cod request. When a COD transaction is successful at
PayU’s end in real time, its status is marked as ‘in progress’ at that moment. This API can be
executed to change the transaction status from ‘in progress’ to ‘cancelled’ in the PayU
database. It is suggested to execute this API only when you are sure you want to cancel the
transaction. Updating this way in PayU Database would help you in tracking such orders for
future purpose – through the merchant panel provided to you. The return parameters are
status message and transaction ID.
Additional Variables Description:
Parameter Description Sample Value
● If token is missing
Array
(
[status] => 0
[msg] => token is empty
)
● If amount is missing
Array
(
[status] => 0
[msg => amount is empty
)
● If amount is invalid
Array
(
[status] => 0
[msg] => Invalid amount
)
10) cod_settled
This command is used to settle a COD request. cod_settled API should be executed on a
transaction only when cod_verify has already been executed. cod_settled updates the
transaction status from ‘pending’ to ‘captured’. It is suggested, that you execute this API only
when you are sure that money has been successfully received from the customer at your end.
Doing it this way would ensure you can track such orders in the future through the merchant
panel provided to you. The return parameters are status message and Transaction ID.
Input Variables Description:
Parameter Description Sample Value
var1 Payu id (mihpayid) of transaction 8000123
var2 token ID(unique token from merchant) 7800456
var3 amount 500
● If token is missing
Array
(
[status] => 0
[msg] => token is empty
)
● If amount is missing
Array
(
[status] => 0
● If amount is invalid
Array
(
[status] => 0
[msg] => Invalid amount
)
11) get_TDR
This command is used to get the TDR value of a transaction with PayU. It is a simple API for
which you need to provide the PayU ID of the transaction as input and the TDR value is
returned in the output.
Input Variables Description:
Parameter Description Sample Value
var1 Payu id (mihpayid) of transaction 8000123
Array
● If successfully fetched
Array
(
[status] => 1
[msg] => Transaction Fetched Successfully
[TDR_details] => Array
(
[TDR] => <Value>
)
)
12) udf_update
This command is used to update the UDF1-UDF5 values of a transaction. UDFs are the user-
defined fields which are posted from the merchant to PayU. This API is specifically used to
update the values in these fields in PayU Database. The return parameters are the updated
UDF values of transaction.
Input Variables Description:
Parameter Description Sample Value
● If transaction ID is empty
Array
(
[status] => 0
[msg] => Parameter missing
)
● If transaction ID is invalid
Array
(
[status] => 0
● If successfully updated
Array
(
[status] => UDF values updated
[transaction_id] => 7cf3f43146da5a319ccc
[udf1] => 8000123
[udf2] => 4334343
[udf3] => 434343
[udf4] => Abcd123
[udf5] => Efgh1234
)
13) create_invoice
This API is provided to the merchant to create an email invoice for a customer and gives the
merchant an option of sending the email invoice immediately to the customer or it can be
automated to be sent later.
Input Variables Description:
Parameter Sample Value
var1 {"amount":"10","txnid":"abaac3332","productinfo":"jnvjrenv","firstname":"test","em
ail":"test@test.com","phone":"1234567890","address1":"testaddress","city":"test","stat
e":"test","country":"test","zipcode":"122002","template_id":"14","validation_period":
6,"send_email_now":"1"}
Here, the input var1 parameter has to be generated in the json string format mentioned in the
sample value string above. This string shows each parameter and its corresponding value
separated by the delimiter colon (:). The parameters are also separated by the comma
delimiter (,)
Following is the description of the parameters in the above mentioned string:
Parameter Description
amount
Payment Amount
(Mandatory)
Merchant generated transaction number which is used to track a particular order.
txnid (Mandatory) (Must be unique every time if already successful, otherwise you get an error of
duplicate transaction)
productinfo
Product Description
(Mandatory)
firstname
Self-Explanatory (only alphabets a-z are allowed)
(Mandatory)
email (Mandatory) Self-explanatory
phone (Mandatory) Self-explanatory (Numeric Value only)
Self-Explanatory (Length of Address1 must not be more than 100 characters and
address1 the allowed characters are only) A TO Z, a to z, 0 to 9, @, - (Minus), _
(Underscore), / (Backslash), (Space), (Dot)
● If successfully executed
Array
(
[Transaction Id] => abaac3332
[Email Id] => test@test.com
[Phone] => 1234567890
[Status] => Success
[URL] =>
https://test.payu.in/processInvoice?invoiceId=9eec02ac9e2efc335bdda2d748612
1ce03de24c2fa7d32d17462ad5a6a9058db
)
Note*: Here <parameter> value displayed would be the incorrect parameter provided
14) expire_invoice
This API is used to expire an invoice link corresponding to the txnID. In a few cases – an
invoice might be sent to an incorrect email ID by the merchant. In such scenario, merchant
might want to discard the invoice by expiring it. This API can be useful in such scenario.
● If invoice is successfully expired, and the transaction isn’t already in progress
Array
(
[status] => 1
[msg] => Invoice expired
var3 Category CC
var4 Bank Code CC
var5 Card Number(mandatory) 5432112345678901
var6 Name on Card Nitesh
Error Codes:
● 'INVALID_OFFER'=>'E001',
● 'INVALID_PAYMENT_METHOD'=>'E002'
In the Output:
● Parameter ‘status’ = 1, means offer is valid
● Parameter ‘status’ = 0, means offer is invalid.
Array
(
[status] => 0
[msg] => Offer expired.
[error_code] => E001
[category] => creditcard
[offer_key] => newoffer1@5686
[offer_type] => instant
[offer_availed_count] => Unknown
[offer_remaining_count] => Unknown
)
● If offerKey is invalid
Array
(
[status] => 0
[msg] => Invalid offer Key
[error_code] => E001
[offer_key] => newoffer1@568
[offer_type] => Unknown
[offer_availed_count] => Unknown
[offer_remaining_count] => Unknown
)
This API is used to check the status of an offer when only the parameters Offer Key and card
number are passed as input. This API can be used to check the offer status when offer is
PayU Integration Document - Version 2.13 Page 55
created using bin only. In this case we can depict that the offer has been created for which
category (like CC/DC/NB/EMI). Hence, for using this API, you need to pass the Offer Key
and Card Number in var1 and var5 field as inputs and leave the rest field empty.
The return parameters are status, msg, error_code (In case of error), category, offer_key,
offer_type (instant/cashback), offer_availed_count, ‘offer_remaining_count'.
Input Variables Description:
Parameter Description Sample Value
var1 Offer Key(mandatory) offer@123
var2 Empty -
var3 Empty -
var4 Empty -
var5 Card Number(mandatory) 5432112345678901
Error Codes:
● 'INVALID_OFFER'=>'E001',
● 'INVALID_PAYMENT_METHOD'=>'E002'
Output:
● Parameter ‘Status’ = 1, means offer is valid
● Parameter ‘Status’ = 0, means offer is invalid
(
[status] => 0
[msg] => Offer Exhausted
[error_code] => E001
[category] => Unknown
[offer_key] => offerKey
[offer_type] => Unknown
[offer_availed_count] => Unknown
[offer_remaining_count] => Unknown
)
)
17) getNetbankingStatus
This API is used to help you in handling the NetBanking Downtime. A few times, one or
more Net Banking options may be facing downtime due to issues observed at Bank’s end.
This API is used to tell the status of one or all the net banking options. The status can be
either up or down. If you want to know the status of a specific Net Banking option, the input
parameter should contain the corresponding ibibo_code. If you want to know the status of all
the Net Banking options, the input parameter should contain the value ‘default’.
Input variable description:
Parameter Description Sample Value
Response:
Array
(
[AXIB] => array
(
[ibibo_code] => AXIB
[title] => AXIS Bank NetBanking
[up_status] => 0
)
)
Note:
Case b: To get status of all Net Banking options. (The value “default” is passed in input)
Array
(
[AXIB] => array
(
[ibibo_code] => AXIB
[title] => AXIS Bank NetBanking
[up_status] => 1
)
Note:
● up_status = 0 signifies that the particular Bank option is down at the moment.
● up_status= 1 signifies that the particular Bank Banking option is up at the moment.
18) getIssuingBankStatus
This API is used to help you in handling the Credit Card/Debit Card Issuing Bank Downtime.
It allows you get the present status of an Issuing Bank using the specific Bank Identification
Number (BIN). BIN is identified as the first 6 digits of a credit/debit card. You need to
provide the bin number as input and the corresponding issuing bank’s status would be
returned in the output (whether up or down).
Input variable description:
Note:
● up_status = 0 signifies that the particular Bank option is down at the moment.
● up_status= 1 signifies that the particular Bank Banking option is up at the moment.
19) getIssuingBankDownBins
This command is used to retrieve the card bins for all banks which are observing either full
downtime or partial downtime at an instant. The information related to full/partial downtime
depends on the input parameter values.
Input Variables Description:
Parameter Description Sample Value
var1 Bank Name code (To be Provided by PayU) or “default” Default
Array
(
[0] => Array
(
[issuing_bank] => KOTAK
[status] => 0
[title] => KOTAK MAHINDRA BANK LTD
[bins_arr] => Array
(
[0] => 429393
[1] => 416644
[2] => 416645
[3] => 416643
[4] => 416646
[5] => 436390
)
)
20) get_Transaction_Details
This API is used to extract the transaction details between two given time periods. The API
takes the input as two dates (initial and final), between which the transaction details are
needed. The output would consist of the status of the API (success or failed) and all the
transaction details in an array format.
Input variable description:
Parameter Description Sample Value
var1 Starting Date (From when the transaction details 2014-01-12
are needed) in yyyy-mm-dd format
var2 End Date (Till when the transaction details are 2014-01-13
needed) in yyyy-mm-dd format
Array
(
[status] => 1
[msg] => Transaction Fetched Successfully
[Transaction_details] => Array
(
[0] => array
(
[id] => 403993715508970248
[status] => failed
[key] => C0Dr8m
[merchantname] => test payu
[txnid] => e1e8a8f4ace8506043e1
[firstname] => John
[lastname] => Moses
[addedon] => 2014-02-04 01:25:38
[bank_name] => Visa Debit Cards (All Banks)
[payment_gateway] => AXIS
[phone] => 9585475883
[email] => y.johnmoses@gmail.com
● Failed case:
In case of invalid input date format, output would be of the following form:
Array
(
[status] => 0
[msg] => Invalid Date Entered. Date format should be yyyy-mm-dd
)
21) get_transaction_info
This API works exactly the same way as get_Transaction_Details API. The only
enhancement is that this API can take input as the exact time in terms of minutes and seconds
also. Output would be in the same format as get_Transaction_Details API output.
Input variable description:
Parameter Description Sample Value
var1 Starting Time (From when the transaction details are 2014-01-12 16:00:00
needed) in yyyy-mm-dd hh:mm:ss format
var2 End Time (Till when the transaction details are 2014-01-12 16:15:00
needed) in yyyy-mm-dd hh:mm:ss format
Array
(
[status] => 1
[msg] => Transaction Fetched Successfully
[Transaction_details] => Array
(
[0] => array
(
[id] => 403993715508970248
[status] => failed
[key] => C0Dr8m
[merchantname] => test payu
[txnid] => e1e8a8f4ace8506043e1
[firstname] => John
[lastname] => Moses
)
)
)
c) Failed case:
In case of invalid input date format, output would be of the following form:
Array
(
[status] => 0
[msg] => Invalid Date Entered. Date format should be yyyy-mm-dd
hh:mm:ss
22) check_isDomestic
This API is used to detect whether a particular bin number is international or domestic. It is
also useful to determine the card’s issuing bank, the card type brand – i.e, Visa, Master etc
and also the Card Category – i.e. Credit/Debit etc. Bin number is the first 6 digits of a
Credit/Debit card.
Input Variables description:
Parameter Description Sample Value
23) get_settlement_details
This command is used to retrieve Settlement Details for the merchant. The input is the date
for which Settlement Details are required.
Input Variables Description:
Parameter Description Sample Value
Array
(
[status] => 0
[msg] => Please check date format it should be YYYY-MM-DD
)
Array
(
[status] => 1
[msg] => 0 transactions settled on 2015-05-01
[Txn_details] => Array
(
)
)
● If successfully fetched
Array
(
[status] => 1
[msg] => 6565 transactions settled on 2015-08-01
[Txn_details] => Array
(
[0] => Array
(
[payuid] => 204131224
[txnid] => GOFLCF519911416076450
[txndate] => 2014-11-16 00:08:40
[mode] => DC
[amount] => 2580.00
[requestid] => 262698935
[requestdate] => 2015-08-01 17:43:25
[requestaction] => capture
[requestamount] => 186.00
[mer_utr] => CITIH15213701843
[mer_service_fee] => 0.00000
[mer_service_tax] => 0.00000
[mer_net_amount] => 186.00000
[bank_name] => VISA
[issuing_bank] => BOB
)
24) get_merchant_ibibo_codes
This command is used to retrieve all the activated payment options for the merchant. In this API,
var1 needs to be left empty in the input and var2 needs to be kept as 1.
Input Variables Description:
Parameter Description Sample Value
● If successfully fetched
Array
(
[emi] => Array
(
[EMIK12] => KOTAK - 12 Months
[SBI12] => SBI - 12 months
[EMIHS12] => HSBC - 12 Months
[EMIA12] => AXIS - 12 Months
)
25) eligibleBinsForEMI
This command is used only when the merchant needs the EMI feature of PayU. In case the merchant
is managing card details on its own website, this API can tell the issuing bank of the card bin.
It also provides the minimum eligible amount for a particular bank.
Input Variables Description (1 st Method):
Parameter Description Sample Value
● If successfully fetched
Array
(
[status] => 1
[msg] => Details fetched successfully
[details] => Array
(
[isEligible] => 1
[bank] => KOTAK
[minAmount] => 500
)
)
● If not found
Array
(
[status] => 1
[msg] => Details fetched successfully
[details] => Array
(
[isEligible] => 0
)
)
● If successfully fetched
Array
(
[status] => 1
[msg] => Details fetched successfully
[details] => Array
(
[isEligible] => 1
[bank] => KOTAK
[minAmount] => 500
)
)
● If var3 (input bank name) doesn’t match with the bank name in PayU Database, that
means the bin given in input is of a different bank name
Array
(
[status] => 0
[msg] => Invalid Bin
)
27) save_user_card
This API is used for saving a card to the vault. On successful storing of the card, it returns the
cardToken.
Input Variables description:
Parameter Description Sample Value
var3 cardMode CC
var4 cardType AMEX
var5 nameOnCard Nitesh Jindal
var6 cardNo 5123456789012345
var7 cardExpMon 9
var8 cardExpYr 2014
MerchantName:UserId
29) delete_user_card
This API is used to delete a card.
Input Variables description:
Parameter Description Sample Value
MerchantName:UserId
30) clemi_pincode_check
This API is used to check the eligibility of given pincode for a PayU Monedo Loan
Application. The pincode to be checked is given as input and its eligibility is
accordingly returned in the response. The response parameters are eligibility
status [status] and an accompanying message [msg].
The status is returned as ‘1’ in case of eligible pincode, ‘-1’ in case of ineligible
(but valid) pincode and ‘0’ in case of any errors.
Input Variables Description:
• if pincode is invalid
Array
(
[status] => 0
[msg] => Pincode is invalid
)
Array
(
[status] => -1
[msg] => Pincode is not eligible
)
Array
(
[status] => 1
[msg] => Pincode is eligible
)
Array
(
[status] => 0
[msg] => Internal Service Error
)
31) proofOfDeliveryInformation
This API is used to share the proof of delivery of goods/services to the customer.
This is required for Bajaj Finserv & HDFC Debit Card EMI options. The pincode to
be checked is given as input and its eligibility is accordingly returned in the
response. The response parameters are eligibility status [status] and an
accompanying message [msg].
The status is returned as ‘1’ in case of the information has been successfully
captured in our system, in all other cases, status as ‘0’ or timeout this API needs to
be called again.
ProductCategory Description
Consumer White goods example: mobile phone, refrigerator, Air conditioner,
Durable television etc
Lifestyle products example: premium Furniture, high-end Watches,
Lifestyle Cameras, Fitness equipment, etc.
Life care finance example: Dental surgeries, Cosmetic Surgeries, Medical
Treatments like Laparoscopic, Weight loss surgeries, IVF, Eye care, Stem
Life care cells, Hair transplants, etc.
Apparels – Branded Clothes and Accessories example: Foot-ware,
Apparels Eyewear, Handbags, Leather accessories
Travel Travel & Holidays - Domestic & International Travel financing
Art and Antiques such as Paintings by renowned artist sold through listed
Art and Antiques art galleries
Array
{
"status": 1,
"msg": "INVOICE ADDED SUCCESSFULLY."
}
• In case of failure
Array
{
"status": 0,
"msg": "Some error occured"
"description":""
}