---
title: "Get active requests"
method: GET
path: "/api/v1/cards/3ds/requests"
tags: ["Cards/3DS"]
---

# Get active requests

`GET /api/v1/cards/3ds/requests`

Retrieves active 3DS requests that need to be either approved or declined

## Response `200`

OK

- ResponseCardTransactionConfirmationResponse[]
  - `amount` string, required — Amount of the transaction
  - `card_id` string, required — Id of the card for which this transaction is being confirmed
  - `card_last_4` string, required — Last 4 digits of the card used for the transaction
  - `currency` string, required — Currency of the transaction
  - `merchant_name` string, required — Name of the merchant where the transaction was made
  - `owner` string, required — Deprecated: still populated for backward compatibility, but consumers should read user_address — this field carries the user's EOA, which is now exposed as user_address.
  - `transaction_id` string, required — Id of transaction on the issuer side which is being confirmed
  - `user_address` string, required — UserAddress is the EOA of the user who owns the card. Preferred field; owner mirrors the same value for backward compatibility.

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
