Skip to main content
GET
/
v3
/
transactions
List Transactions
curl --request GET \
  --url https://verification.didit.me/v3/transactions/ \
  --header 'x-api-key: <api-key>'
{
  "count": 123,
  "next": "<string>",
  "previous": "<string>",
  "results": [
    {
      "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "txn_id": "<string>",
      "transaction_type": "<string>",
      "action_type": "<string>",
      "status": "<string>",
      "direction": "<string>",
      "amount": "<string>",
      "currency": "<string>",
      "score": 123,
      "severity": "<string>",
      "subject_name": "<string>",
      "subject_vendor_data": "<string>",
      "counterparty_name": "<string>",
      "counterparty_vendor_data": "<string>",
      "counterparty_country": "<string>",
      "tags": [
        {
          "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "name": "<string>",
          "color": "<string>"
        }
      ],
      "txn_date": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z",
      "decision_reason_code": "<string>",
      "decision_reason_label": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

OK

count
integer
next
string | null
previous
string | null
results
object[]