MCP Integration
(Optional)
Last updated
Was this helpful?
(Optional)
Last updated
Was this helpful?
Follow below integration steps if integrating Multi-Currency Payments(MCP) -
Kindly connect with your Key Account Manager at PayU to get below credentials -
Merchant Access Key
Merchant Secret Key
Lookup API Hash is calculated with HmacSHA1 signature. It requires a Merchant Secret key in calculating the hash. Below example code demonstrate the calculation of Lookup API Hash-
Pass Merchant Access Key in Additional Params in Payment Params as mentioned .
Set these Additional params in Payment Params mentioned .
For MCP payments, SDK require Lookup API Hash which is a Dynamic Hash. SDK will call generateHash() method as explained