---
title: "Add payment"
method: POST
path: "/payment-methods"
tags: ["Payment Methods"]
---

# Add payment

`POST /payment-methods`

Add credit card information to user's utility account.
Note that this endpoint was previously named '/users/{user_id}/payment-method/add', which is still live (user_id is the id you submitted for the user that you submitted when you initialized a Connect Token).

## Headers

- `Authorization` string, required
- `Pelm-Client-Id` string, required
- `Pelm-Secret` string, required

## Response `200`

Successful operation

- object

---

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