Consultar uma transação por TransactionID

Este método é utilizado para buscar informações de uma transação na API da Plataforma Data Trust.

Modelo de Chamada

GET https://datatrustapihml.clearsale.com.br/v1/transaction/{id} HTTP/1.1
Authorization: Bearer {Token}
HTTP/1.1 200 Ok  
Content-Type: application/json; charset=utf-8  
{
    "identifierId": "123abc", 
    "id": "string",
    "createdAt": "2020-11-05T17:24:43.727Z",
    "channelId": 1234,
    "documentType": "CPF",
    "document": "12345678912",
    "name": "João Santos Silva",
    "birthdate": "1998-12-30",
    "email": "[email protected]",
    "mothersName": "Maria Eduarda",
    "verifiedEmail": false,
    "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
    },
    "referenceDate": "2020-11-05T17:24:43.727Z",
    "identifierDate": "2020-11-05T17:24:43.727Z",
    "genericFields": null,
    "complements":null,
    "type": 1
}
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!