MCP Integration

(Optional)

Follow below integration steps if integrating Multi-Currency Payments(MCP)

Demo of MCP flow

Pre-requisites

Kindly connect with your Key Account Manager at PayU to get the below credentials -

  1. Merchant Access Key

  2. Merchant Secret Key

Pass Merchant Access Key

Pass Merchant Access Key in Additional Params in Payment Params as mentioned herearrow-up-right.

Generate Hash For MCP

For MCP payments, SDK requires Lookup API Hash which is a Dynamic Hash. SDK will call generateHash() method as explained herearrow-up-right

Lookup API Hash is calculated with the HmacSHA1 signature. It requires a Merchant Secret key in calculating the hash. Below example, code demonstrates the calculation of Lookup API Hash.

Last updated

Was this helpful?