---
title: "Update billing information for organization"
method: PUT
path: "/v4/organizations/billing"
tags: ["Organizations"]
---

# Update billing information for organization

`PUT /v4/organizations/billing`

## Request body

- UpdateOrganizationBillingInfoRequest
  - `email` string, email, required
  - `name` string, required
  - `billingAddress` BillingAddressRequest
    - `address1` string, required
    - `address2` string, nullable
    - `city` string, nullable
    - `stateId` string, nullable
    - `zipCode` string, nullable
    - `country` string, required
    - `phone` string, nullable
  - `creditCardInfo` CreditCardInfo
    - `paymentMethodId` string, nullable

## Response `200`

Updated Billing Information

- OrganizationBillingInfoResponse
  - `creditCardInfo` CreditCardInfo
    - `paymentMethodId` string, nullable
  - `billingAddress` BillingAddress
    - `addressId` integer
    - `addressTypeId` integer
    - `address1` string, nullable
    - `address2` string, nullable
    - `city` string, nullable
    - `stateId` string, nullable
    - `zipCode` string, nullable
    - `country` string, nullable
    - `phone` string, nullable
    - `createDate` string, date-time
    - `lastModDate` string, date-time
    - `lastModByUserID` string, uuid
  - `email` string, nullable
  - `name` string, nullable
  - `stripeSubscriptionCustomerId` string, nullable

## Other responses

- `400` — Invalid request
- `403` — Insufficient permissions

---

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