Collect Payment API - PayU Hosted Checkoutpost https://test.payu.in/_paymentForm DatakeystringrequiredDefaults to JPM7FgMerchant key provided by PayU during onboarding.txnidstringrequiredThe transaction ID is a reference number for a specific order that is generated by the merchant.amountintegerrequiredThe payment amount for the transaction.productinfostringrequiredA brief description of the product.firstnamestringrequiredThe first name of the customer.surlstringrequiredThe success URL, which is the page PayU will redirect to if the transaction is successful.furlstringrequiredThe Failure URL, which is the page PayU will redirect to if the transaction is failed.emailstringrequiredThe email address of the customer.hashstringrequiredIt is used to avoid the possibility of transaction tampering. Hash formula: sha512(key|txnid|amount|productinfo|firstname|email|udf1|udf2|udf3|udf4|udf5||||||phonenumberThe phone number of the customer.lastnamestringThe last name of the customer.buyer_type_businessstringThis parameter is used to identify whether it is a B2B transaction. If 1 is posted, it is a B2B transaction.curlstringThe Cancel URL, which is the page PayU will redirect to if the transaction is cancelled by customer.udf1stringUser-defined fields (udf) are used to store any information corresponding to a particular transaction. You can use up to five udfs in the post designated as udf1, udf2, udf3, udf4, udf5.udf2stringUser-defined fields (udf) are used to store any information corresponding to a particular transaction. You can use up to five udfs in the post designated as udf1, udf2, udf3, udf4, udf5.udf3stringUser-defined fields (udf) are used to store any information corresponding to a particular transaction. You can use up to five udfs in the post designated as udf1, udf2, udf3, udf4, udf5.udf4stringUser-defined fields (udf) are used to store any information corresponding to a particular transaction. You can use up to five udfs in the post designated as udf1, udf2, udf3, udf4, udf5.udf5stringUser-defined fields (udf) are used to store any information corresponding to a particular transaction. You can use up to five udfs in the post designated as udf1, udf2, udf3, udf4, udf5.HeadersContent-Typeconstenumrequiredapplication/x-www-form-urlencodedAllowed:application/x-www-form-urlencodedResponse 200Updated about 2 months ago