Approve and reject transaction

Approves or rejects transactions.

Overview

Use this method to approve or reject transactions.

The response represents the full transaction data. For more information on the transaction structure, see Submit transaction for existing applicant.

In addition to the main example, you can also approve the transaction by sending the following request:

curl -X POST \
  'https://api.sumsub.com/resources/kyt/txns/631f268442d8290001e1eee8/review/status/completed' \
  -H 'Content-Type: application/json' \
  -d '{
        "reviewAnswer": "GREEN"
    }'

For more information about the rejection labels, see this article.

Language
Authorization
Header
Click Try It! to start a request and see the response here!