---
title: "GET /PaymentMethods/{id}"
method: GET
path: "/PaymentMethods/{id}"
tags: ["PaymentMethods"]
---

# GET /PaymentMethods/{id}

`GET /PaymentMethods/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `api-version` string
- `$select` string
- `$expand` string

## Response `200`

Success

- PaymentMethod
  - `id` string, nullable
  - `organizationId` string, nullable
  - `type` string, nullable
  - `status` string, nullable
  - `card` PaymentCard
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `brand` string, nullable
    - `expiryMonth` integer
    - `expiryYear` integer
    - `number` string, nullable
    - `securityCode` string, nullable
    - `maskedNumber` string, nullable
    - `address` Address
      - `line1` string, nullable
      - `line2` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `postalCode` string, nullable
      - `country` string, nullable — This is the short ISO code for the country
      - `countryFullName` string, nullable — This is the full country name
  - `createdOn` integer
  - `modifiedOn` integer

---

[API](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api.md) · [All operations](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liveswitch/liveswitch-cloud-api/revisions/1b39d4a01c13/schema)
