get one payment method.md

Get one Payment Method

Management API · Payment

GET https://app.mk.io/api/v1/organization/paymentMethods/{paymentmethod_id}

Retrieve details of a single Payment Method

RBAC Capability Required: core.subscription.get

Authentication

Path parameters

Name Type Required Description
paymentmethod_id string Yes format: uuid

Example request

curl -X GET "https://app.mk.io/api/v1/organization/paymentMethods/{paymentmethod_id}" \
  -H "Authorization: Bearer <token>"

Responses

200 — A list of all payment methods

400 — Bad Request

401 — Unauthorized

403 — Forbidden

404 — Not Found

429 — Too Many Requests

500 — Internal Server Error


Source spec: management-api · operationId: [get]_/api/v1/organization/paymentMethods/{paymentmethod_id}