---
title: "POST /v2/makers/{makerId}/seller-credential/recent"
method: POST
path: "/v2/makers/{makerId}/seller-credential/recent"
tags: ["Maker"]
---

# POST /v2/makers/{makerId}/seller-credential/recent

`POST /v2/makers/{makerId}/seller-credential/recent`

Support-triage peek: list the last N recipient-side payments on the maker's seller credential feed (internal API key required)

## Path parameters

- `makerId` integer, required

## Request body

- object
  - `limit` integer — Maximum number of newest-first credit-side payments to return (1..25)
  - `metadata` object — Optional connector-specific request metadata validated before forwarding to the attestation service
    - `nextId` string — Opaque connector-owned pagination cursor. Pass back the previous response nextCursor value.
    - `after` integer — Inclusive lower unix-second bound for caller-driven Gmail OAuth time-bucket pagination.
    - `before` integer — Exclusive upper unix-second bound for caller-driven Gmail OAuth time-bucket pagination.

## Response `200`

Recent seller payments (support-triage peek)

- object
  - `success` boolean, required
  - `message` string, required
  - `responseObject` object
    - `platform` 'venmo' | 'cashapp' | 'wise' | 'paypal', required
    - `payments` object[], required
      - `paymentId` string, required
      - `senderId` string, required — Platform-native counterparty identifier: Venmo username, Cash App cashtag, or Wise sender display name as reported by the upstream feed
      - `amountMinorUnits` string, required
      - `currency` string, required
      - `timestampMs` integer, required
      - `status` string, required
      - `paymentType` string, nullable
      - `memo` string, nullable
    - `nextCursor` string, nullable
  - `statusCode` number, required
  - `errorCode` string

---

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