---
title: "On Payment Method Created"
method: POST
path: "/api/v1/orgs/current/payment-method"
tags: ["orgs"]
---

# On Payment Method Created

`POST /api/v1/orgs/current/payment-method`

## Request body

- StripePaymentInformation — Stripe payment information.
  - `billing_info` StripeCustomerBillingInfo, required — Stripe customer billing information.
    - `name` string, required
    - `address` StripeCustomerAddress, required — Stripe customer address.
      - `line1` string, required
      - `line2` string, nullable
      - `city` string, required
      - `state` string, nullable
      - `postal_code` string, required
      - `country` string, required
  - `setup_intent` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/versions/a0acb3a6a101/schema)
