---
title: "Create Payment Intent"
method: POST
path: "/v1/billing/payments/intent"
tags: ["billing", "payments"]
---

# Create Payment Intent

`POST /v1/billing/payments/intent`

Get a public+intent keys required to set up a payment method for future (automated) payments

## Request body

- BillingSetupIntent
  - `return_url` string, required

## Response `200`

Successful Response

- BillingPaymentCreation
  - `public_key` string, required
  - `intent_key` string, required

## Other responses

- `422` — Validation Error

---

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