v1

latestOpenAPI 3.0.32026-07-24113102327.9 KB
CONSULTAS DE TRANSAÇÕES
API CONSULTAR TRANSAÇÃO

DETALHES DA TRANSAÇÃO

Chave de acesso: Token_account

Parâmetro de busca: Token_transaction

Nessa requisição você vai ter acesso as demais informações da sua transação.

get/api/v3/transactions/get_by_token

Query parameters

token_accountstring
Example:93d71f5187981a7
token_transactionstring
Example:3c25458315c933cac657e96be2b30894

Response

RETURN GET BY TOKEN

Example response

{
  "data_response": {
    "transaction": {
      "customer": {
        "addresses": [
          {
            "city": "Dez de Maio",
            "completion": "",
            "neighborhood": "Centro",
            "number": "123",
            "postal_code": "85920970",
            "state": "PR",
            "street": "Rua Encantado 860"
          }
        ],
        "contacts": [
          {
            "type_contact": "M",
            "value": "11944444444"
          }
        ],
        "cpf": "05661170025",
        "email": "vindi.teste@gmail.com",
        "name": "Vindi Teste"
      },
      "order_number": "11111111",
      "payment": {
        "payment_method_id": 3,
        "payment_method_name": "Visa",
        "payment_response": "Transação não processada. Cvv missing.",
        "payment_response_code": "999",
        "price_original": "99.9",
        "price_payment": "99.9",
        "split": 1
      },
      "refunds": [
        {
          "created_at": 1764647736,
          "id": 855338,
          "observation": "Configuração de reprocessamento como 'não'",
          "refund_kind_id": 53,
          "refund_kind_name": "refund_kind_full",
          "refund_method_id": 55,
          "refund_method_name": "refund_method_balance",
          "status_id": 157,
          "status_name": "Finalizado",
          "value": 99.9
        }
      ],
      "status_id": 7,
      "status_name": "Cancelada",
      "token_transaction": "3c25458315c933cac657e96be2b30894",
      "transaction_id": 1727673
    }
  },
  "message_response": {
    "message": "success"
  }
}