---
title: "Set the default card"
method: POST
path: "/api/v1/billing/payment-methods/{id}/default"
tags: ["billing"]
---

# Set the default card

`POST /api/v1/billing/payment-methods/{id}/default`

Makes a saved card the account's default payment method for invoices (top-ups) and subscription renewals. Not available during impersonation.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Default updated.

- BillingSetDefaultPaymentMethodResponse200
  - `default` boolean

## Other responses

- `401` — Missing or invalid API key.
- `404` — No such card on this account.

---

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