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

# Get all payment methods for the current user

`GET /v1/stripe/payment-methods`

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

## Response `200`

Payment methods 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

---

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