---
title: "Get Paymentmethod Ids"
method: GET
path: "/v1/billing/payments"
tags: ["billing", "payments"]
---

# Get Paymentmethod Ids

`GET /v1/billing/payments`

Gets all the billing information CONFIGURATION needed to perform billing operations in the frontend.
These include: Stripe Pub Key, Organization's Stripe ID, Payment methods, and Intent Secret (stripe).

## Response `200`

Successful Response

- BillingPaymentInfo
  - `payments` unknown[], required
    - unknown
  - `discount` BillingPaymentCoupon, required
    - `name` string, required
    - `id` string, required
    - `amount_off` number, nullable, required
    - `percent_off` number, nullable, required
    - `currency` 'usd', required
  - `default_card` string, nullable, required

---

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