---
title: "Get Payment Status"
method: GET
path: "/api/payment-status/{sessionId}"
tags: ["Payment"]
---

# Get Payment Status

`GET /api/payment-status/{sessionId}`

Retrieves the status of a payment session.
Used to verify payment completion.

## Path parameters

- `sessionId` string, required

## Response `200`

Payment status

- PaymentStatus
  - `sessionId` string, required
  - `status` 'pending' | 'completed' | 'failed' | 'expired', required
  - `transactionHash` string
  - `timestamp` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Session not found

---

[API](https://skmtc.dev/getbindu/apis/bindu-agent-api.md) · [All operations](https://skmtc.dev/getbindu/apis/bindu-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbindu/bindu-agent-api/revisions/aec28fa7bf81/schema)
