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

# Get Payment Options

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

Get the payment options for the provided identity.

## Path parameters

- `identifier` string, required

## Response `200`

Payment options

- PaymentOptionsPaginated
  - `items` PaymentOption[], required
    - `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
  - `meta` PaginatedMetadata, required
    - `total` integer, required
    - `page` integer, required
    - `max_results` integer, 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/options/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)
