---
title: "Get Payment Methods"
method: GET
path: "/api/billing/payment-methods"
---

# Get Payment Methods

`GET /api/billing/payment-methods`

List masked payment methods for the current organization billing owner.

## Response `200`

Successful Response

- PaymentMethodsResponse — Organization billing ownership and saved payment-method state.
  - `success` boolean
  - `organizationId` string, nullable
  - `organizationName` string, nullable
  - `billingOwner` BillingOwnerInfo, required — Organization member responsible for billing administration.
    - `userId` string, required
    - `email` string, nullable
    - `displayName` string, nullable
  - `canManage` boolean, required
  - `stripeCustomerConfigured` boolean, required
  - `paymentMethods` PaymentMethodItem[]
    - `id` string, required
    - `type` string
    - `brand` string, required
    - `last4` string, required
    - `expMonth` integer, required
    - `expYear` integer, required
    - `cardholderName` string, nullable
    - `country` string, nullable
    - `isDefault` boolean
  - `personalStripeCustomerConfigured` boolean
  - `personalPaymentMethods` PaymentMethodItem[]
    - `id` string, required
    - `type` string
    - `brand` string, required
    - `last4` string, required
    - `expMonth` integer, required
    - `expYear` integer, required
    - `cardholderName` string, nullable
    - `country` string, nullable
    - `isDefault` boolean

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
