---
title: "Get Payment Methods"
method: GET
path: "/billing/payment/methods"
tags: ["provider", "billing"]
---

# Get Payment Methods

`GET /billing/payment/methods`

## Query parameters

- `patient_id` string, required

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- PaymentMethodSummary[]
  - `id` string, required
  - `patientId` string, nullable, required
  - `rainforestPaymentMethodId` string, required
  - `brand` string, nullable, required
  - `last4` string, nullable, required
  - `expMonth` integer, nullable, required
  - `expYear` integer, nullable, required
  - `accountHolderType` string, nullable, required
  - `accountNumberLast4` integer, nullable, required
  - `bankName` string, nullable, required
  - `routingNumber` integer, nullable, required
  - `description` string, nullable, required
  - `type` 'CARD' | 'ACH' | 'APPLE_PAY', required
  - `isDefault` boolean
  - `isArchived` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
