---
title: "Show"
method: GET
path: "/v1/billing"
tags: ["Billings"]
---

# Show

`GET /v1/billing`

List basic billing information of the user organization registered in Stripe platform.

## Query parameters

- `organization_id` integer, required

## Response `200`

Billing information provided by Stripe

- PaymentMethod — Payment method resource
  - `object` string — Payment method type (credit card, paypal, etc.)
  - `address_city` string — City
  - `address_country` string — Country
  - `address_line1` string — Address line 1
  - `address_line2` string — Address line 2
  - `address_state` string — State
  - `address_zip` string — Address ZIP code
  - `brand` string — Brand
  - `country` string — Country associated with the payment method
  - `exp_month` integer — Expiration month
  - `exp_year` integer — Expiration year
  - `last4` string — Last four digits

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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