Used to unlink the PhonePe account with Merchant account of customer. The userAuthToken is also invalidated. This doesn’t involve any UI flow. Merchant needs to implement their own UI.
Header Name | Header Value |
---|---|
| application/json |
| SHA256(base64 encoded payload + |
{
"merchantId": "MID",
"userAuthToken": "TXN12345"
}
{
"request" : "ew0KCeKAnG1lcmNoYW50SWTigJ06IOKAnE1JROKAnQ0KCeKAnHVzZXJBdXRoVG9rZW7igJ06IOKAnFRYTjEyMzQ14oCdLA0KfQ0K"
}
Parameter Name | Type | Description |
---|---|---|
|
| Unique |
|
| Auth token for the user |
Parameter Name | Type | Description |
---|---|---|
|
| Denotes if API call is successful. |
|
| See below for list of values |
|
| See below table |
Code Value | Description |
---|---|
| Success scenario |
| Value of X-VERIFY is incorrect |
| Invalid request payload |
| The server is busy or the server is not responding |
| Customer is blacklisted on PhonePe side |
| The userAuthToken provided is either invalid or not mapped to merchant. |
Parameter Name | Type | Description |
---|---|---|
|
| merchantId assigned to merchant. |
|
| The disabled Auth token for the user |