Steps to integrate the flow
- Create an instance of paymentRequest object.
- Check if we can make the payment using the intent flow hasEnrolledInstrument() / canMakePayment()method.
- If the above api returns true call .show() method.
- Handle the response for the .show() method.
- Merchant to check the status with the backend once response is received.
Updated 8 months ago