# Create billing setup intent.

Create billing setup intent.

Endpoint: POST /billing/setup-intents
Version: 1.0.0
Security: Token

## Response 200 fields (application/json):

  - `client_secret` (string,null, required)
    The client secret for the SetupIntent.
    Example: "abc-123"

## Response 422 fields (application/json):

  - `status` (string, required)
    What was the state of the request?
    Example: "fail"

## Response 500 fields (application/json):

  - `status` (string, required)
    What was the state of the request?
    Example: "error"

  - `message` (string, required)
    The error message.
    Example: "{ApiError message.}"

  - `code` (integer,null)
    A numeric code corresponding to the error.
    Example: 500


