{"id":161,"date":"2016-04-24T04:41:51","date_gmt":"2016-04-24T04:41:51","guid":{"rendered":"http:\/\/stackofcodes.in\/?p=161"},"modified":"2016-04-24T04:41:51","modified_gmt":"2016-04-24T04:41:51","slug":"what-is-post-request-data-and-its-meaning-for-payubiz","status":"publish","type":"post","link":"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/","title":{"rendered":"what is POST request data and its meaning for PayUbiz"},"content":{"rendered":"<pre><span style=\"text-decoration: underline;\"><strong>\n<img decoding=\"async\" class=\"alignnone wp-image-163\" src=\"http:\/\/stackofcodes.in\/wp-content\/uploads\/2016\/04\/payubiz-300x79.png\" alt=\"payubiz\" width=\"243\" height=\"64\" \/><img decoding=\"async\" class=\"alignnone  wp-image-165\" src=\"http:\/\/stackofcodes.in\/wp-content\/uploads\/2016\/04\/download-300x129.png\" alt=\"download\" width=\"170\" height=\"73\" \/>\n\n\nPost Request<\/strong> (Non-seamless)<\/span>\n\nBelow parameters needs to be posted by Merchant to PayU in Transaction Request\n\n<strong>key (Mandatory) :<\/strong>\n\nThis parameter is the unique Merchant Key provided by PayU for your merchant account. The Merchant Key acts as the unique identifier (primary key) to identify a particular Merchant Account in our database. While posting the data to us, you need to put this Merchant Key value for you merchant account in this parameter.\n\n<strong>txnid (Mandatory):<\/strong>\n\nThis 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. Data Type -- Varchar Character Limit -- 25 characters Example: fd3e847h2\n\n<strong>amount (Mandatory):<\/strong>\n\nThis parameter should contain the payment amount of the particular transaction. Note: Please type-cast the amount to float type Example: 10.00\n\n<strong>productinfo (Mandatory):<\/strong>\n\nThis parameter should contain a brief product description. It should be a string describing the product (The description type is entirely your choice). Data type - Varchar Character Limit -- 100 characters Example: tshirt100\n\n<strong>firstname (Mandatory):<\/strong>\n\nSelf-Explanatory (Must contain the first name of the customer) Data Type -- Varchar Character Limit -- 60 characters Example: Ankit\n\n<strong>email (Mandatory):<\/strong>\n\nSelf-explanatory (Must contain the email of the customer) Data type -- Varchar Character Limit -- 50 Example: test@gmail.com\n\n<strong>phone (Mandatory):<\/strong>\n\nSelf-explanatory (Must contain the phone number of the customer) Data type -- Varchar Character Limit -- 50 (numeric value only) Example: 9999999999\n\n<strong>lastname:<\/strong>\n\nSelf-Explanatory (only alphabets a-z are allowed) Data Type -- Varchar Character Limit -- 20 characters Example: Verma\n\n<strong>address1:<\/strong>\n\nSelf-Explanatory Data Type -- Varchar Character Limit -- 100 Characters allowed : A to Z, a to z, 0 to 9, @, - (Minus), _ (Underscore), \/ (Backslash), (Space), (Dot)\n\n<strong>address2:<\/strong>\n\nSelf-explanatory Data Type -- Varchar Character Limit -- 100 (Allowed characters are same as for address1 parameter)\n\n<strong>city:<\/strong>\n\nSelf-explanatory Data type -- Varchar Character Limit -- 50 (Allowed characters are same as for address1 parameter)\n\n<strong>state:<\/strong>\n\nSelf-explanatory Data type -- Varchar Character Limit -- 50 (Allowed characters are same as in address parameter)\n\n<strong>country:<\/strong>\n\nSelf-explanatory Data type -- Varchar Character Limit -- 50 (Allowed characters are same as in address parameter)\n\n<strong>zipcode:<\/strong>\n\nThis parameter would contain the same value of zipcode which was sent in the transaction request from merchant\u2019s end to PayU\n\n<strong>udf1:<\/strong>\n\nUser defined field 1 \u2013 This parameter has been made for you to keep any information corresponding to the transaction, which may be useful for you to keep in the database. UDF1-UDF5 fields are for this purpose only. It\u2019s completely for your usage and you can post any string value in this parameter. udf1-udf5 are optional parameters and you may use them only if needed Data type \u2013 Varchar Character Limit \u2013 255\n\n<strong>udf2:<\/strong>\n\nUser defined field 2 \u2013 Same description as UDF1 Data type \u2013 Varchar Character Limit \u2013 255\n\n<strong>udf3:<\/strong>\n\nUser defined field 3 \u2013 Same description as UDF1 Data type \u2013 Varchar Character Limit \u2013 255\n\n<strong>udf4:<\/strong>\n\nUser defined field 4 \u2013 Same description as UDF1 Data type \u2013 Varchar Character Limit \u2013 255\n\n<strong>udf5:<\/strong>\n\nUser defined field 5 \u2013 Same description as UDF1 Data type \u2013 Varchar Character Limit \u2013 255\n\n<strong>surl(Mandatory):<\/strong>\n\nSuccess URL - This parameter must contain the URL on which PayU will redirect the final response if the transaction is successful. The response handling can then be done by you after redirection to this URL\n\n<strong>furl(Mandatory):<\/strong>\n\nFailure URL - This parameter must contain the URL on which PayU will redirect the final response if the transaction is failed. The response handling can then be done by you after redirection to this URL\n\n<strong>curl:<\/strong>\n\nCancel URL - This parameter should contain the URL on which PayU will redirect the response if the transaction is cancelled by the customer on PayU page. The response handling can then be done by you after redirection to this URL\n\n<strong>hash (Checksum) (Mandatory):<\/strong>\n\nHash is a crucial parameter \u2013 used specifically to avoid any tampering during the transaction. There are two different methods to calculate hash. Please follow method 1 only. Method 2 is just there for the documentation and is not to be used.\n\n\n<strong>pg:<\/strong>\n\nThis parameter signifies the payment category (tab) that you want the customer to see by default on the PayU page. Hence if PG=\u2019NB\u2019, then after redirection to PayU\u2019s 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) Note: PG = CC, i.e. Credit Card tab is recommended. If PG is left empty, CC will be taken as default.\n\n<strong>codurl:<\/strong>\n\nCash on delivery URL \u2013 This parameter is used when a transaction attempt fails. In this case, if retries have been enabled for you (done by PayU for your merchant account), our PayU page is shown (to provide another attempt to customer to complete the transaction) with the \u2018failed transaction message\u2019 to the customer and also \u2018Pay by COD\u2019 option. To handle this \u2018Pay by COD\u2019 option, you can fill the COD URL parameter with a URL which we will redirect to, when the customer selects this option. This way, you can then provide the customer another attempt at the transaction through this URL.\n\n<strong>drop_category:<\/strong>\n\nThis 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 display those 2 options on PayU page), then drop_category parameter can be used effectively. Below table denotes example of category and sub-categories at PayU Click here for more details an example.\n\n<strong>enforce_paymethod:<\/strong>\n\nThis parameter allows you to customize the payment options for each individual transaction. For example, if we consider the categories Credit Card, Debit Card and Net Banking. If the merchant wants to display only 4 debit card options and only 2 Net Banking options for a transaction A and wants to display only 2 debit card option and 5 Net Banking options for another transaction B, the customization is needed and this parameter (enforce_paymethod) provides exactly that feature. Click here for more details an example.\n\n<strong>custom_note:<\/strong>\n\nThis parameter is useful when you want to display a message string on the PayU Payment page. For example, if for a particular product X, you want your customer to know that an extra amount of Rs 100 would be charged afterwards, you can show the corresponding message on payment page. For this, you need to post that message in this parameter \u2013 custom_note. The note would be displayed just below the payment tabs (Credit Card\/Debit Cards\/Net Banking)\n\n<strong>note_category:<\/strong>\n\nThis parameter gives you an option of showing the message string passed in customnote parameter for only the selected Payment categories. Hence, this parameter should contain the comma separated list of the payment options for PayU Integration Document - Version 2.5 Page 15 which the customnote will appear. For example: notecategory = CC,NB will show the customnote for Credit Card &amp; Net banking only\n\n<strong>api_version:<\/strong>\n\nPlease don\u2019t use this parameter while posting the data\n\n<strong>shipping_firstname:<\/strong>\n\nThis parameter has to used in case of COD (Cash on Delivery) Only 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\n\n<strong>shipping_lastname:<\/strong>\n\nThis parameter has to used in case of COD (Cash on Delivery) Only 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\n\n<strong>shipping_address1:<\/strong>\n\nThis parameter has to used in case of COD (Cash on Delivery) Only 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\n\n<strong>shipping_address2:<\/strong>\n\nThis 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\n\n<strong>shipping_city:<\/strong>\n\nThis parameter has to used in case of COD (Cash on Delivery) Only 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\n\n<strong>shipping_state:<\/strong>\n\nThis parameter has to used in case of COD (Cash on Delivery) Only Self-Explanatory (Constraints same as state parameter). If this parameter is posted, the corresponding value would be filled up automatically in the form under COD tab on PayU payment page\n\n<strong>shipping_country:<\/strong>\n\nThis parameter has to used in case of COD (Cash on Delivery) Only Self-Explanatory (constraints same as country parameter). If this parameter is posted, the corresponding value would be filled up automatically in the form under COD tab on PayU payment page\n\n<strong>shipping_zipcode:<\/strong>\n\nThis parameter has to used in case of COD (Cash on Delivery) Only Self-Explanatory (constraints same as zipcode parameter). If this parameter is posted, the corresponding value would be filled up automatically in the form under COD tab on PayU payment page PayU Integration Document - Version 2.5 Page 16\n\n<strong>shipping_phone:<\/strong>\n\nThis parameter has to used in case of COD (Cash on Delivery) Only Self-Explanatory (constraints same as phone parameter). If this parameter is posted, the corresponding value would be filled up automatically in the form under COD tab on PayU payment page\n\n<strong>offer_key:<\/strong>\n\nThis parameter is useful when the merchant wants to give the customer a discount offer on certain transactions based upon a pre-defined combination. This combination can be based upon payment options\/bins etc. For each new offer created, a unique offerkey is generated. At the time of a transaction, this offerkey needs to be posted by the merchant.<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Post Request (Non-seamless) Below parameters needs to be posted by Merchant to PayU in Transaction Request key (Mandatory) : This parameter is the unique Merchant &hellip; <\/p>\n<div class='heateor_sss_sharing_container heateor_sss_vertical_sharing heateor_sss_bottom_sharing' style='width:44px;left: -10px;top: 120px;-webkit-box-shadow:none;box-shadow:none;' data-heateor-sss-href='https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/posts\/161'><div class=\"heateor_sss_sharing_ul\"><a aria-label=\"Facebook\" class=\"heateor_sss_facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.chandansharma.co.in%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F161\" title=\"Facebook\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#3c589a;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-5 -5 42 42\"><path d=\"M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Twitter\" class=\"heateor_sss_button_twitter\" href=\"http:\/\/twitter.com\/intent\/tweet?text=Logic%20Bytes%20-%20Spread%20Your%20Knowledge&url=https%3A%2F%2Fwww.chandansharma.co.in%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F161\" title=\"Twitter\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_twitter\" style=\"background-color:#55acee;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-4 -4 39 39\"><path d=\"M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Linkedin\" class=\"heateor_sss_button_linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.chandansharma.co.in%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F161\" title=\"Linkedin\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_linkedin\" style=\"background-color:#0077b5;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path d=\"M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Pinterest\" class=\"heateor_sss_button_pinterest\" href=\"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/posts\/161\" onclick=\"event.preventDefault();javascript:void( (function() {var e=document.createElement('script' );e.setAttribute('type','text\/javascript' );e.setAttribute('charset','UTF-8' );e.setAttribute('src','\/\/assets.pinterest.com\/js\/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());\" title=\"Pinterest\" rel=\"nofollow noopener\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_pinterest\" style=\"background-color:#cc2329;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-2 -2 35 35\"><path fill=\"#fff\" d=\"M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z\"\/><\/svg><\/span><\/a><a aria-label=\"Whatsapp\" class=\"heateor_sss_whatsapp\" href=\"https:\/\/api.whatsapp.com\/send?text=Logic%20Bytes%20-%20Spread%20Your%20Knowledge https%3A%2F%2Fwww.chandansharma.co.in%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F161\" title=\"Whatsapp\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#55eb4c;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-6 -5 40 40\"><path class=\"heateor_sss_svg_stroke heateor_sss_no_fill\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\" d=\"M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046\"><\/path><path d=\"M 7 19 l -1 6 l 6 -1\" class=\"heateor_sss_no_fill heateor_sss_svg_stroke\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\"><\/path><path d=\"M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><\/div><div class=\"heateorSssClear\"><\/div><\/div>","protected":false},"author":1,"featured_media":168,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[10,106,196,190,9],"tags":[197,198],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>what is POST request data and its meaning for PayUbiz - Logic Bytes<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"what is POST request data and its meaning for PayUbiz - Logic Bytes\" \/>\n<meta property=\"og:description\" content=\"Post Request (Non-seamless) Below parameters needs to be posted by Merchant to PayU in Transaction Request key (Mandatory) : This parameter is the unique Merchant &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/\" \/>\n<meta property=\"og:site_name\" content=\"Logic Bytes\" \/>\n<meta property=\"article:published_time\" content=\"2016-04-24T04:41:51+00:00\" \/>\n<meta name=\"author\" content=\"Chandan Sharma\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Chandan Sharma\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/\",\"url\":\"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/\",\"name\":\"what is POST request data and its meaning for PayUbiz - Logic Bytes\",\"isPartOf\":{\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/#website\"},\"datePublished\":\"2016-04-24T04:41:51+00:00\",\"dateModified\":\"2016-04-24T04:41:51+00:00\",\"author\":{\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/0c7e3da957c6e1375f6b4c899d491b49\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.chandansharma.co.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"what is POST request data and its meaning for PayUbiz\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/#website\",\"url\":\"https:\/\/www.chandansharma.co.in\/blog\/\",\"name\":\"Logic Bytes\",\"description\":\"Spread Your Knowledge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.chandansharma.co.in\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/0c7e3da957c6e1375f6b4c899d491b49\",\"name\":\"Chandan Sharma\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/42af2b8ad482f08d8902257fec963abc?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/42af2b8ad482f08d8902257fec963abc?s=96&d=identicon&r=g\",\"caption\":\"Chandan Sharma\"},\"url\":\"https:\/\/www.chandansharma.co.in\/blog\/author\/chandan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"what is POST request data and its meaning for PayUbiz - Logic Bytes","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/","og_locale":"en_US","og_type":"article","og_title":"what is POST request data and its meaning for PayUbiz - Logic Bytes","og_description":"Post Request (Non-seamless) Below parameters needs to be posted by Merchant to PayU in Transaction Request key (Mandatory) : This parameter is the unique Merchant &hellip;","og_url":"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/","og_site_name":"Logic Bytes","article_published_time":"2016-04-24T04:41:51+00:00","author":"Chandan Sharma","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Chandan Sharma","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/","url":"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/","name":"what is POST request data and its meaning for PayUbiz - Logic Bytes","isPartOf":{"@id":"https:\/\/www.chandansharma.co.in\/blog\/#website"},"datePublished":"2016-04-24T04:41:51+00:00","dateModified":"2016-04-24T04:41:51+00:00","author":{"@id":"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/0c7e3da957c6e1375f6b4c899d491b49"},"breadcrumb":{"@id":"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.chandansharma.co.in\/blog\/what-is-post-request-data-and-its-meaning-for-payubiz\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.chandansharma.co.in\/blog\/"},{"@type":"ListItem","position":2,"name":"what is POST request data and its meaning for PayUbiz"}]},{"@type":"WebSite","@id":"https:\/\/www.chandansharma.co.in\/blog\/#website","url":"https:\/\/www.chandansharma.co.in\/blog\/","name":"Logic Bytes","description":"Spread Your Knowledge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.chandansharma.co.in\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/0c7e3da957c6e1375f6b4c899d491b49","name":"Chandan Sharma","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/42af2b8ad482f08d8902257fec963abc?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/42af2b8ad482f08d8902257fec963abc?s=96&d=identicon&r=g","caption":"Chandan Sharma"},"url":"https:\/\/www.chandansharma.co.in\/blog\/author\/chandan\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pajmea-2B","_links":{"self":[{"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/posts\/161"}],"collection":[{"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/comments?post=161"}],"version-history":[{"count":0,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/posts\/161\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/media?parent=161"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/categories?post=161"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/tags?post=161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}