---
title: "Check Transaction Status"
method: POST
path: "/card/card_charge/transaction_status"
tags: ["Card Collection"]
---

# Check Transaction Status

`POST /card/card_charge/transaction_status`

This endpoint gets the transaction status corresponding to the provided transaction reference for a card transaction.

## Request body

- CheckTransactionStatusRequest
  - `service_payload` object, required — Payload containing the transaction reference to query.
    - `transaction_reference` string, required — The unique reference of the transaction you want to check.

## Response `200`

Check Transaction Status Response

- CheckTransactionStatusResponse
  - `success` boolean — Request success status.
  - `message` string — Response message.
  - `data` object — Transaction details.
    - `transaction_reference` string, nullable
    - `amount_received` number, double — Amount received.
    - `transaction_fee` number, double — Fee charged on the transaction.
    - `transaction_status` string — Current status of the transaction.
    - `sender_name` string — Name of the sender or cardholder.
    - `sender_account_number` string, nullable — Sender account number (usually null for cards).
    - `source_bank_name` string — Card scheme or bank name.
    - `initiated_date` string — Transaction initiation timestamp.
    - `current_status_date` string — Last status update timestamp.
    - `currency` string — Transaction currency.
    - `session_id` string — Unique session identifier.
    - `merchant_transaction_reference` string — Merchant provided reference.
    - `transaction_type` string — Type of transaction.
    - `virtual_account_number` string, nullable — Virtual account number (not applicable for direct card charges).
    - `status_reason` string — Reason for current status.

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.net/payaza/apis/payaza-documentation.md) · [All operations](https://skmtc.net/payaza/apis/payaza-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payaza/payaza-documentation/revisions/1ecd4b94ff07/schema)
