PayU Hosted Checkout - CB LRSpost https://test.payu.in/paymentForm DatakeystringrequiredMerchant key provided by PayU during onboarding.txnidstringrequiredThe transaction ID is a reference number for the transaction.amountstringrequiredThe 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 after a successful payment.furlstringrequiredThe Failure URL, which is the page PayU will redirect to after a failed payment.emailstringrequiredThe email address of the customer.hashstringrequiredThe hash calculated by the merchant for secure transactions.phonestringThe phone number of the customer.lastnamestringrequiredThe last name of the customer.address1stringrequiredThis parameter must contain door number, street and area part of customer address.statestringrequiredThis parameter must contain state part of customer address.countrystringenumrequiredThis parameter must contain country part of customer address and must be "IN" (for India).INAllowed:INzipcodestringrequiredThis parameter must contain zip or PIN code part of customer address.buyer_type_businessstringenumrequiredThis parameter is used to identify whether it is a business-to-business transaction.01Allowed:01lrs_service_typestringrequiredThe LRS service type determines the TCS (Tax Collected at Source) rate based on the nature of the cross-border transaction. Accepted values: education_loan, education_non_loan, medical, travel, others.curlstringThe Cancel URL, which is the page PayU will redirect to if the customer cancels the payment.udf1stringThe Permanent Account Number (PAN) of the customer. Mandatory for LRS transactions as per RBI guidelines.udf2stringUser-defined field 2 for storing additional information about the transaction.udf3stringDate of Birth of the customer in DD-MM-YYYY format. Mandatory for LRS transactions as per RBI guidelines.udf4stringPassport Number of the customer. Mandatory for international transactions under LRS.udf5stringPurpose Code for the remittance as per RBI LRS guidelines. For example, S0305 for education-related payments.adddress2stringThis parameter must contain any other part of address, which was not included in address1.Responses 200Successful response - Customer will be redirected to payment page 400Bad request - Request parameters are invalidUpdated 5 months ago