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

# POST /v2/makers/{processorName}/{payeeDetails}/seller-credential

`POST /v2/makers/{processorName}/{payeeDetails}/seller-credential`

Attach a signed seller credential ciphertext bundle to a maker by processor and payee hash

## Path parameters

- `processorName` 'venmo' | 'cashapp' | 'wise' | 'paypal', required
- `payeeDetails` string, required

## Request body

- object
  - `platform` 'venmo' | 'cashapp' | 'wise' | 'paypal', required
  - `payeeIdHash` string, required
  - `credentialType` string, required
  - `encryptedBlob` string, required
  - `encryptedDataKey` string, required
  - `nonce` string, required
  - `credentialValidatedAt` string, required
  - `credentialExpiresAt` string, nullable, required
  - `bundleSignature` string, required

## Response `200`

Success

- object
  - `success` boolean, required
  - `message` string, required
  - `responseObject` object
    - `platform` string, required
    - `payeeIdHash` string, required
    - `status` 'active' | 'inactive' | 'missing', required
    - `credentialType` string, nullable, required
  - `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)
