---
title: "Verify Payment"
method: POST
path: "/v2/identities/{identifier}/payment/verify/{nonce}"
tags: ["Payment"]
---

# Verify Payment

`POST /v2/identities/{identifier}/payment/verify/{nonce}`

Verify a payment by nonce.

## Path parameters

- `identifier` string, required
- `nonce` string, required

## Request body

- PaymentVerifyRequest
  - `txHash` string, required

## Response `200`

Payment verified

- PaymentStatus
  - `status` 'success' | 'failed' | 'pending' | 'canceled', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server error

## Changes

- **2024-12-18** `c211b9b15a5d` — 1 info
  - endpoint added
- **2024-12-17** `073a2b0a9f2b` — 1 breaking
  - api path removed without deprecation
- **2024-12-17** `aa1a28b7f47a` — 1 info
  - endpoint added
- **2024-12-10** `454a86496ed7` — 1 breaking
  - api path removed without deprecation
- **2024-12-10** `642050fadf23` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/changes/v2/identities/:identifier/payment/verify/:nonce/post.md)

---

[API](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer.md) · [All operations](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/llms.txt) · [OpenAPI document](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/revisions/68efa0ba742d?raw)
