---
title: "Asociar un Payment Method a una Subscription"
method: POST
path: "/subscriptions/associate/payment-method"
---

# Asociar un Payment Method a una Subscription

`POST /subscriptions/associate/payment-method`

## Request body

- object
  - `id_subscription` string, required
  - `id_payment_method` string
  - `clabe` string — Opcionalmente se puede utilizar una clabe para buscar el Payment Method
  - `token` string — Opcionalmente se puede utilizar un external_id para buscar el Payment Method

## Response `200`

200

- object
  - `message` string
  - `id_payment_method` string
  - `id_subscription` string

## Other responses

- `400` — 400

---

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