---
title: "Get payment method"
method: GET
path: "/tenants/{tenant_id}/billing/payments/method"
tags: ["Payments"]
---

# Get payment method

`GET /tenants/{tenant_id}/billing/payments/method`

Returns the tenant's current payment provider and stored payment method metadata.

## Path parameters

- `tenant_id` integer, required

## Response `200`

Payment method info

- PaymentInfo
  - `auto_charge` boolean, required
  - `card_brand` string, nullable
  - `card_exp_month` integer, nullable
  - `card_exp_year` integer, nullable
  - `card_last4` string, nullable
  - `coupon_id` string, nullable
  - `currency` string, nullable
  - `customer_id` string, nullable
  - `discount_percent` string, nullable
  - `invoice_prefix` string, nullable
  - `metadata` string, nullable
  - `payment_method_id` string, nullable
  - `payment_terms_days` integer, nullable
  - `provider` 'manual' | 'stripe' | 'pay_pal' | 'bank_transfer' | 'aws_marketplace', required
  - `subscription_id` string, nullable
  - `tax_exempt` string, nullable

## Other responses

- `403` — Insufficient permissions

---

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