Change transaction properties

Updates transaction properties.

Overview

Use this method to add or change the transaction properties. The method expects an object with the transaction properties holding new values.

For more information about the transaction structure, see this article.

📘

Note

Not all fields can be changed.

Request example

curl -X PATCH \
  'https://api.sumsub.com/resources/kyt/txns/631f268442d8290001e1eee8/props' \
  -H 'Content-Type: application/json' \
  -d '{
        "customProperty": "New custom value",
        "customPropertyTwo": "Another custom value",
        "customPropertyThree": "One more custom value"
    }'
Language
Authorization
Header
Click Try It! to start a request and see the response here!