---
title: "Update"
method: PUT
path: "/api/v3/payment-methods/{payment_method_id}"
tags: ["Métodos de Pago"]
---

# Update

`PUT /api/v3/payment-methods/{payment_method_id}`

Actualizar método de pago

## Path parameters

- `payment_method_id` integer, required

## Request body

- CashflowPaymentMethodUpdate
  - `pais_id` integer, nullable
  - `descripcion` string, nullable
  - `tipo_pago_id` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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