---
title: "Get Payment Methods"
method: GET
path: "/Sites/{siteId}/PaymentMethods"
tags: ["PaymentMethods"]
---

# Get Payment Methods

`GET /Sites/{siteId}/PaymentMethods`

## Path parameters

- `siteId` integer, required

## Query parameters

- `customerId` string
- `paymentMethodType` 'Stripe' | 'AuthorizeNet' | 'Test' | 'PayPal' | 'Braintree' | 'CyberSource' | 'Undefined' | 'Other' | 'Nmi' | 'PayaV1' | 'TrustCommerce' | 'Square' | 'Sage' | 'CyberSourceV2' | 'Checkout' | 'PaypalV2' | 'Shopify' | 'PayPalV3' | 'Airwallex'
- `page` integer
- `pageSize` integer
- `orderBy` string
- `order` string

## Response `200`

Success

- QPilotCoreModelsPagedResultUpsertPaymentMethodDto
  - `items` QPilotCoreModelsDtoRequestsUpsertPaymentMethodDto[], nullable
    - `customerId` string, required
    - `type` 'Stripe' | 'AuthorizeNet' | 'Test' | 'PayPal' | 'Braintree' | 'CyberSource' | 'Undefined' | 'Other' | 'Nmi' | 'PayaV1' | 'TrustCommerce' | 'Square' | 'Sage' | 'CyberSourceV2' | 'Checkout' | 'PaypalV2' | 'Shopify' | 'PayPalV3' | 'Airwallex'
    - `gatewayCustomerId` string, nullable
    - `gatewayPaymentId` string, nullable
    - `description` string, required
    - `expiration` string, nullable
    - `lastFourDigits` string, nullable
    - `billingFirstName` string, nullable
    - `billingLastName` string, nullable
    - `billingStreet1` string, nullable
    - `billingStreet2` string, nullable
    - `billingCity` string, nullable
    - `billingState` string, nullable
    - `billingPostcode` string, nullable
    - `billingCountry` string, nullable
    - `billingCompany` string, nullable
    - `isDefault` boolean
    - `applyToScheduledOrders` boolean
    - `gatewayPaymentType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32
  - `totalCount` integer
  - `totalPages` integer

---

[API](https://skmtc.net/qpilot/apis/qpilot-api.md) · [All operations](https://skmtc.net/qpilot/apis/qpilot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qpilot/qpilot-api/revisions/b2f13a808fdd/schema)
