---
title: "Reads a single Card payment"
method: GET
path: "/api/2026-07-01/resources/banking/card_payments/{id}"
tags: ["Banking > CardPayment"]
---

# Reads a single Card payment

`GET /api/2026-07-01/resources/banking/card_payments/{id}`

Reads a single Card payment

## Path parameters

- `id` string, required

## Response `200`

OK

- BankingCardPayment
  - `id` string, required — The ID of the card payment.
  - `card_id` string, required — The ID of the card.
  - `amount_cents` integer, required — The amount of the card payment.
  - `currency` string, required — The currency of the card payment.
  - `merchant_name` string, required — The name of the merchant.
  - `merchant_amount_cents` integer, required — The amount of the merchant.
  - `merchant_currency` string, required — The currency of the merchant.
  - `approved` boolean, required — Whether the card payment was approved.
  - `external_created_at` string, required — The date and time the card payment was created in the external system.
  - `status` 'pending' | 'closed' | 'reversed' | 'rejected', required — The status of the card payment.
  - `type` 'payment' | 'refund', required — The type of the card payment.
  - `exchange_rate` number, required — The exchange rate of the card payment.
  - `rejected_reason` 'account_disabled' | 'card_active' | 'card_canceled' | 'card_expired' | 'card_inactive' | 'cardholder_blocked' | 'cardholder_inactive' | 'cardholder_verification_required' | 'insecure_authorization_method' | 'insufficient_funds' | 'not_allowed' | 'pin_blocked' | 'spending_controls' | 'suspected_fraud' | 'verification_failed' | 'webhook_approved' | 'webhook_declined' | 'webhook_error' | 'webhook_timeout' | 'authentication_failed' | 'incorrect_cvc' | 'incorrect_expiry' | 'account_compliance_disabled' | 'account_inactive' | 'authorization_controls' — The reason the card payment was rejected.
  - `created_at` string, required — The date and time the card payment was created in factorial

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
