---
title: "Updates customer contract payment"
method: PUT
path: "/v1/account/customer/contract_payment"
tags: ["uncategorized"]
---

# Updates customer contract payment

`PUT /v1/account/customer/contract_payment`

## Request body

- CustomerContractPaymentRequest
  - `paymentMethod` string — payment method

## Response `200`

OK

- CustomerContractPaymentResponse
  - `paymentMethod` string — payment method
  - `valid` boolean — payment method valid?
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `403` — Update forbidden
- `404` — Not found
- `500` — Internal server error

---

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