Rahul Mishra
Rahul Mishra

Reputation: 478

PhonePe integration for recurring payments

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

  1. Subscription is created successfully. Steps #1 and #2
  2. Submit AUTH Request is also executed successfully. I have used 'paymentInstrument': {"type": "UPI_QR"}, Step #3

In 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

Answers (1)

Krishna Modi
Krishna Modi

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

Related Questions