---
title: "Add Billing Information"
method: POST
path: "/plans/billing"
tags: ["billing"]
---

# Add Billing Information

`POST /plans/billing`

## Request body

- BillingPayloadSchema
  - `cardToken` string, required
  - `name` string, nullable
  - `address` BillingAddress
    - `line1` string, required
    - `postal_code` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `country` string, required
    - `line2` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openreplay/apis/fastapi.md) · [All operations](https://skmtc.net/openreplay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openreplay/fastapi/versions/4686e8023dc8/schema)
