---
title: "Get the default payment method for the current user"
method: GET
path: "/v1/stripe/payment-methods/default"
tags: ["Payment"]
---

# Get the default payment method for the current user

`GET /v1/stripe/payment-methods/default`

Retrieves the default payment method associated with the current user's account, including card details, validation status, and billing information.

## Response `200`

Default payment method retrieved successfully

- object
  - `data` object, required
    - `type` string, required
    - `validated` boolean
    - `isDefault` boolean
    - `card` object, nullable
      - `brand` string, nullable, required
      - `last4` string, nullable, required
      - `exp_month` number, required
      - `exp_year` number, required
      - `funding` string, nullable
      - `country` string, nullable
      - `network` string, nullable
      - `three_d_secure_usage` object, nullable
        - `supported` boolean, nullable
    - `link` object, nullable
      - `email` string, nullable
    - `billing_details` object
      - `address` object, nullable
        - `city` string, nullable, required
        - `country` string, nullable, required
        - `line1` string, nullable, required
        - `line2` string, nullable, required
        - `postal_code` string, nullable, required
        - `state` string, nullable, required
      - `email` string, nullable
      - `name` string, nullable
      - `phone` string, nullable
    - `id` string, required

## Other responses

- `404` — Default payment method not found

## Changes

- **2026-07-20** `c3b0e234fc13` — 1 info
  - added the required property `data/id` to the response with the `200` status
- **2026-06-19** `a9b22943fe9c` — 1 info
  - endpoint added
- **2026-06-17** `b1975c50c4ba` — 1 breaking
  - api path removed without deprecation
- **2026-05-07** `967c41f60844` — 1 info
  - api operation id `getDefaultPaymentMethod` removed and replaced with ``

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/stripe/payment-methods/default/get.md)

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
