Reputation: 478
I'm trying to integrate phone pe's recurring payment / subscription in my website.
Using this document -> https://developer.phonepe.com/v1/docs/system-flow-recurring
For the Mandate Set Up Flow
'paymentInstrument': {"type": "UPI_QR"},
Step #3In response I get a redirectUrl along the lines of
ppesim://mandate?pa=
and according to sample response, I should get a different url. Because this link isn't a valid QR
I have tried emailing the support but have received very slow replies and the question still isn't answered.
Upvotes: 1
Views: 1362
Reputation: 397
Refer the documentation at the following link, https://developer.phonepe.com/v1/reference/submit-auth-request#response-parameters
It mentions, "The WEB redirectType is not supported in v1" and "The web url will not be returned in v1"
You cannot use web as of today for this integration
Upvotes: 0