---
title: "GET /api/payment-cards/{cardId}/callbacks"
method: GET
path: "/api/payment-cards/{cardId}/callbacks"
tags: ["ApiPaymentCards"]
---

# GET /api/payment-cards/{cardId}/callbacks

`GET /api/payment-cards/{cardId}/callbacks`

## Path parameters

- `cardId` string, uuid, required

## Query parameters

- `take` integer

## Response `200`

Success

- PaymentCardCallbackDto[]
  - `id` string, uuid
  - `eventId` string, nullable
  - `cardId` string, uuid, nullable
  - `eventType` string, nullable
  - `amount` number, double, nullable
  - `currencyCode` string, nullable
  - `merchantName` string, nullable
  - `otpCode` string, nullable
  - `challengeUrl` string, nullable
  - `authMethod` string, nullable
  - `providerChallengeId` string, nullable
  - `requiresConfirm` boolean
  - `dateReceived` string, date-time

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
