---
title: "Set Default Payment Method"
method: POST
path: "/v1/billing/payments/set-default/{payment_id}"
tags: ["billing", "payments"]
---

# Set Default Payment Method

`POST /v1/billing/payments/set-default/{payment_id}`

Sets a given PaymentID as default for the customer -- to charge in Subscriptions.

## Path parameters

- `payment_id` string, required

## Response `200`

Successful Response

- BillingAddPaymentResult
  - `confirm_url` string, nullable
  - `result` 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)
