search
Your Paytm for business app is working and will keep working beyond March 15th, 2024. Click to know more

popWindow JS API

Use Case

popWindow can used to take the user back to paytm app by closing your Mini Apps.

Response Attributes

Success:

PARAMETER DESCRIPTION
data Boolean
Example: true

Error Responses:

PARAMETER DESCRIPTION
error Error
Example: 2
message Error message
Example: Invalid parameter

Error Codes:

CODE DESCRIPTION
2 Invalid parameter
⇾
REQUEST
RESPONSE
JAVASCRIPT
JSBridge.call('popWindow');

 

copy icon