Revoke Payments App instance authentication

post/merchants/{merchantId}/paymentsApps/{installationId}/revoke

Revokes the authentication of the Payments App instance for the installationId and merchant account identified in the path. This call revokes the authentication of the Payments App instance with the installationId identified in the path for both merchant accounts and stores.

To make this request, your API credential must have the following role:

  • Adyen Payments App role
Endpoint destination URL
Click to copy

Path Parameters

installationIdstringRequired

The unique identifier of the Payments App instance on a device.

merchantIdstringRequired

The unique identifier of the merchant account.

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200 - OK

    The request has succeeded.

  • 400 - Bad Request

    A problem reading or understanding the request.

    Show moreShow less
  • 401 - Unauthorized

    Authentication required.

    Show moreShow less
  • 500 - Internal Server Error

    The server could not process the request.

    Show moreShow less