get https://datatrustapihml.clearsale.com.br/v1/transaction/
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
},
"card": {
"bin": "123456",
"last4": "1234",
"ownerName": "João Santos Silva",
"ownerDocument": "12345678912"
},
"secondaryDocumentType": "CNPJ",
"secondaryDocument": "12345678901234",
"criterion": 1,
"referenceDate": "2020-11-05T17:24:43.727Z",
"identifierDate": "2020-11-05T17:24:43.727Z",
"genericFields": null,
"complements":null,
"type": 1
}