Hash Generation
Every transaction (payment or non-payment) needs a hash by the merchant before sending the transaction details to PayU. This is required for PayU to validate the authenticity of the transaction.
Last updated
Was this helpful?
Every transaction (payment or non-payment) needs a hash by the merchant before sending the transaction details to PayU. This is required for PayU to validate the authenticity of the transaction.
Last updated
Was this helpful?
Hash should always be calculated at your server.
Hash required to make payment.
Code samples to generate hash are present here - ,.
When doing Recurring(SI) transaction, Payment hash need to be calculated as mentioned
To call any PayU API, you need to generate hash from your server using following pattern :