---
title: "Update Payment Method"
method: POST
path: "/inventory/members/update-payment-method"
tags: ["provider", "inventory"]
---

# Update Payment Method

`POST /inventory/members/update-payment-method`

Update a member's payment method.

## Headers

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

## Request body

- MemberPaymentMethodUpdate
  - `memberId` string, required — ID of the member to update the payment method for
  - `paymentMethodId` string, required — New payment method ID
  - `comment` string, nullable — Comment explaining the payment method change
  - `chargeImmediately` boolean — Whether to immediately attempt to charge the member if they are delinquent

## Response `200`

Successful Response

- unknown

## 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)
