---
title: "Add Billing To Signup Wizard"
method: POST
path: "/v0/registration/register/billing"
tags: ["registration"]
---

# Add Billing To Signup Wizard

`POST /v0/registration/register/billing`

## Query parameters

- `same` integer, nullable
- `retry` integer

## Request body

- WizardBillingEdit
  - `address_line1` string, required
  - `city` string, required
  - `state_province_region` string, required
  - `country_region` string, required
  - `postal_code` string, required
  - `address_line2` string, nullable

## Response `200`

Successful Response

- StripeSetupIntent
  - `setup_intent` object, required
  - `client_secret` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
