---
title: "Unified payment history"
method: GET
path: "/admin/mcp/billing/users/{userId}/payments"
tags: ["Admin MCP — Billing"]
---

# Unified payment history

`GET /admin/mcp/billing/users/{userId}/payments`

Charges with their refund state, newest first. Each row carries a composite `<provider>:<id>` id — the only id the refund endpoint accepts. Providers served elsewhere return an empty page with `supported: false` rather than an error.

## Path parameters

- `userId` string, required

## Query parameters

- `page` number
- `pageSize` number

## Headers

- `x-mcp-api-key` string, required

## Response `200`

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
