---
title: "Updates a Payment Profile"
method: PUT
path: "/customers/{customer_id}/payment_profiles/{id}"
tags: ["Payment Profile"]
---

# Updates a Payment Profile

`PUT /customers/{customer_id}/payment_profiles/{id}`

## Path parameters

- `customer_id` integer, required
- `id` integer, required

## Request body

- object
  - `expiration` string
  - `last_four` string

## Response `200`

successful

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
