---
title: "Set up payment method"
method: POST
path: "/api/v1/agents/setup-payment"
tags: ["Authentication"]
---

# Set up payment method

`POST /api/v1/agents/setup-payment`

Attach a Stripe payment method. Required before unlock (PFS path) or book.

## Request body

- SetupPaymentRequest
  - `token` string — Stripe token (e.g. tok_visa for testing)
  - `payment_method_id` string — Stripe PaymentMethod ID

## Response `200`

Payment method attached

## Other responses

- `401` — Invalid or missing API key

---

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