Complementar uma transação

Este método é utilizado para complementar uma transação na API da Plataforma Data Trust.

Content-Type: application/json
Accept:application/json
Authorization: Bearer {Token}
{
    "identifierId": "123abc",
    "channelId": null,
    "name": "João Santos Silva",
    "birthdate": "1998-12-30",
    "email": "[email protected]",
    "mothersName": "Maria Eduarda",
    "sessionId": "SessionID123",
    "address": {
        "zipCode": "00000000",
        "street": "Rua teste",
        "number": "12355",
        "complement": "Esquina 3",
        "district": "B13",
        "city": "São Paulo",
        "state": "SP",
        "country": "Brasil"
    },
    "phone": {
        "countryCode": 55,
        "areaCode": 11,
        "number": 985985875,
        "verified": false
    },
    "identifierDate": "2020-11-05T17:24:43.727Z"
}
{
    "id": "string", // --------> TRANSACTION ID
    "createdAt": "2024-04-17T18:26:54.272Z",
    "documentType": "CPF",
    "document": "12345678912",
    "verifiedEmail": false,
    "referenceDate": "2024-04-17T18:26:54.272Z",
    "type": 1,
    "complements": [
        {
            "name": "João Santos Silva",
            "birthdate": "1998-12-30",
            "mothersName": "Maria Eduarda",
            "email": "[email protected]",
            "sessionId": "SessionID123",
            "identifierId": "123abc",
            "address": {
                "zipCode": "00000000",
                "street": "Rua teste",
                "number": "12355",
                "complement": "Esquina 3",
                "district": "B13",
                "city": "São Paulo",
                "state": "SP",
                "country": "Brasil"
            },
            "phone": {
                "countryCode": 55,
                "areaCode": 11,
                "number": 985985875,
                "verified": false
            },
            "identifierDate": "2020-11-05T17:24:43.727Z",
            "createdAt": "2024-04-17T18:27:30.568012+00:00"
        }
    ]
}

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