---
title: "Submit a recurring payment signature"
method: POST
path: "/v2/payouts/recurring/{id}"
tags: ["Pay", "V2/Payouts"]
---

# Submit a recurring payment signature

`POST /v2/payouts/recurring/{id}`

Submit a signature for a recurring payment permit to activate the recurring payment schedule. This endpoint is called after creating a recurring payment and obtaining the permit data. The signature authorizes the recurring payment contract to execute payments on behalf of the payer according to the schedule. Once activated, payments will be executed automatically at the specified intervals.

## Path parameters

- `id` string, required

## Headers

- `x-api-key` string
- `x-client-id` string
- `Origin` string

## Request body

- object
  - `permitSignature` string, required — The signature of the recurring payment permit.

## Response `201`

Recurring payment signature submitted successfully

## Other responses

- `400` — Bad request
- `404` — Recurring payment not found
- `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)
