---
title: "Create payee destination"
method: POST
path: "/v2/payee-destination"
tags: ["V2/Payee Destination"]
---

# Create payee destination

`POST /v2/payee-destination`

Create a payee destination with EIP-712 signature verification

## Headers

- `x-client-id` string, required
- `Origin` string, required

## Request body

- object
  - `signature` string, required — The EIP-712 signature from the payee
  - `nonce` string, required — The signing session nonce from /signing-data endpoint

## Response `201`

Payee destination created successfully

## Other responses

- `429` — Too Many Requests

---

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