---
title: "Update Billing Info"
method: PUT
path: "/v1/billing/billing-info"
tags: ["Billing", "billing"]
---

# Update Billing Info

`PUT /v1/billing/billing-info`

Update billing name/email on the default payment method's billing_details
AND the Stripe Customer email (so invoices are sent to the updated address).

## Request body

- BillingInfoRequest
  - `Name` string, nullable
  - `Email` string, nullable

## Response `200`

Successful Response

- BillingInfoResponse
  - `Name` string, nullable
  - `Email` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
