---
title: "Get Payment Status"
method: POST
path: "/api/v1/payment/update_payment_status"
tags: ["payment"]
---

# Get Payment Status

`POST /api/v1/payment/update_payment_status`

## Request body

- PaymentCompleteStatus
  - `txid` string, required
  - `issuing_bank` string, required
  - `card_category` string, required
  - `card_type` string, required
  - `amount` string, required
  - `transaction_log_id` integer
  - `status` string, required
  - `reason` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/leo1/apis/leofees-backend.md) · [All operations](https://skmtc.net/leo1/apis/leofees-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leo1/leofees-backend/revisions/cace8144ecd9/schema)
