Standing Instructions
You can integrate SI with BizSDK framework in below steps:
Hash Calculation
For SI transaction, hash calculation formula is different from normal type of payment:
Hash Formula:
Make Payment
For NB, StoreCard and Card:
Create an object of PayUSIParams and pass in the payment param object as below:
More details about PayUSIParams can be found here.
For NB payment, you have to give beneficiary details as well:
More details about PayUBeneficiaryParams can be found here.
After setting the above parameters, create the request object as mentioned here.
Response Handling
It is same as you are handling for other payment option.
Last updated