---
title: "Get Checklist"
method: GET
path: "/payment/checklist"
tags: ["Billing"]
---

# Get Checklist

`GET /payment/checklist`

## Query parameters

- `compute_owed` boolean

## Cookies

- `session` unknown

## Response `200`

Successful Response

- Checklist
  - `email` boolean
  - `billing_address` boolean
  - `billing_address_info` BillingAddressOut
    - `name` string, nullable
    - `line1` string, nullable
    - `line2` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `postal_code` string, nullable
    - `country` string, nullable
  - `payment_method` boolean
  - `payment_method_info` PaymentMethodOut
    - `type` string, required
    - `card` PaymentMethodCard
      - `brand` string, nullable
      - `last4` string, nullable
      - `wallet` string, nullable
    - `us_bank_account` PaymentMethodBank
      - `bank_name` string, nullable
      - `last4` string, nullable
    - `cashapp` PaymentMethodCashApp
      - `cashtag` string, nullable
  - `suspended` boolean
  - `overdue_invoices` number
  - `last_checked` integer
  - `stripe_balance` number, required — Negative value indicates funds ready-to-spend. Positive value indicates money owed
  - `recent` number, required — usage since most recent invoice
  - `limit` number, nullable, required
  - `suspend_reason` 'balance' | 'payment-method' | 'overdue-invoices' | 'limit-reached' | 'admin' | 'bad-cc' | 'missing-address', required
  - `topup` boolean
  - `topup_amount` integer
  - `topup_threshold` integer
  - `topup_failed` boolean
  - `billing_type` string, nullable
  - `intermediate_invoicing_threshold` integer, nullable

## Other responses

- `422` — Validation Error

---

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