---
title: "Create Payment Request"
method: POST
path: "/v2/identities/{identifier}/payment-request"
tags: ["Payment"]
---

# Create Payment Request

`POST /v2/identities/{identifier}/payment-request`

Create a payment request for the provided identity.

## Path parameters

- `identifier` string, required

## Request body

- CreatePaymentRequest
  - `optionID` string, required
  - `schemaID` string, required
  - `description` string, required
  - `userDID` string, required

## Response `201`

Payment Request Created

- CreatePaymentRequestResponse
  - `id` string, uuid, required
  - `issuerDID` string, required
  - `recipientDID` string, required
  - `paymentOptionID` string, uuid, required
  - `payments` PaymentRequestInfo[], required
  - `createdAt` string, date-time, 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-request/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)
