user14877357
user14877357

Reputation:

App Invoke is not allowed for this merchant in react native paytm integration

I am trying to integrate paytm. but I am getting error = ' App Invoke is not allowed for this merchant in react native paytm integration.'

Upvotes: 4

Views: 857

Answers (3)

NIKHIL DANGI
NIKHIL DANGI

Reputation: 147

restrictAppInvoke: boolean

change boolean value from false to true

Upvotes: 0

HostelDevta
HostelDevta

Reputation: 1

You can try any of these:

  1. Check if merchant id and merchant key is valid.
  2. Website to be mentioned as "DEFAULT".
  3. Request Body contains all the required key values.

Upvotes: 0

Soumya Vats
Soumya Vats

Reputation: 62

Please share the code of how you are calling the starttransaction method and please make sure that if you are testing on a staging environment you have a Paytm staging app that can be downloaded from GitHub

Upvotes: 1

Related Questions