---
title: "Get Bill Switch Token"
method: POST
path: "/v2/payment-cards/{payment_card_id}/bill-switch/token"
tags: ["billSwitch"]
---

# Get Bill Switch Token

`POST /v2/payment-cards/{payment_card_id}/bill-switch/token`

## Path parameters

- `payment_card_id` string, required

## Headers

- `Authorization` string, required

## Request body

- BillSwitchToken
  - `public_token` string

## Response `201`

- BillSwitchToken
  - `public_token` string

## Changes

- **2026-08-22** `8a237f1f704f` — 1 warning
  - the `public_token` request property's maxLength was set to `255`

[Change history](https://skmtc.dev/upwardli/apis/api-reference/changes/v2/payment-cards/:payment_card_id/bill-switch/token/post.md)

---

[API](https://skmtc.dev/upwardli/apis/api-reference.md) · [All operations](https://skmtc.dev/upwardli/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/upwardli/api-reference/revisions/8a237f1f704f/schema)
