---
title: "Get the default payment method for a customer"
method: GET
path: "/v1/sdk/payment-method"
tags: ["Payment Methods"]
---

# Get the default payment method for a customer

`GET /v1/sdk/payment-method`

Returns the customer's default card for the authenticated provider. Sourced from stored payment-method records (no Stripe round-trip). Returns `{ kind: 'none' }` when no card is on file.

## Query parameters

- `customerRef` string, required

## Response `200`

The customer's default card, or `{ kind: 'none' }` when no card is on file.

- union
  - object
    - `brand` string, required
    - `expMonth` integer, required
    - `expYear` integer, required
    - `kind` 'card', required
    - `last4` string, required
  - object
    - `kind` 'none', required

---

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