---
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 — If txHash not provided then only verification on the Payment contract will be performed by nonce and issuer DID.
  - `userDID` string — If a User DID is provided, the payment will be verified for the specified User DID.

## Response `200`

Payment verified

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

## Other responses

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

---

[API](https://skmtc.net/0xpolygonid/apis/privado-id-issuer.md) · [All operations](https://skmtc.net/0xpolygonid/apis/privado-id-issuer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/0xpolygonid/privado-id-issuer/versions/8ea65174fe46/schema)
