---
title: "Get Payment Option"
method: GET
path: "/v2/identities/{identifier}/payment/options/{id}"
tags: ["Payment"]
---

# Get Payment Option

`GET /v2/identities/{identifier}/payment/options/{id}`

Get a specific payment option for the provided identity.

## Path parameters

- `identifier` string, required
- `id` string, required

## Response `200`

Payment option

- PaymentOption
  - `id` string, required
  - `issuerDID` string, required
  - `name` string, required
  - `description` string, required
  - `config` PaymentOptionConfigItem[], required
    - `paymentOptionID` integer, required
    - `amount` string, required
    - `recipient` string, required
    - `signingKeyID` string, required
  - `modifiedAt` string, required
  - `createdAt` string, required

## Other responses

- `400` — Bad Request
- `404` — Not found
- `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/options/:id/get.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)
