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

# GET /PaymentMethods

`GET /PaymentMethods`

## Query parameters

- `api-version` string
- `$select` string
- `$expand` string
- `$filter` string
- `$orderby` string
- `$top` integer
- `$skip` integer
- `$count` boolean

## Response `200`

Success

- PaymentMethodIEnumerableODataValue
  - `value` PaymentMethod[], nullable
    - `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)
