---
title: "Submit Traditional Lead For Signature"
method: POST
path: "/v1/agent-hub/apply/submit-for-signature"
---

# Submit Traditional Lead For Signature

`POST /v1/agent-hub/apply/submit-for-signature`

## Headers

- `Accept` string, required
- `Content-Type` string, required

## Request body

- object
  - `MerchantCode` string, required
  - `validate` boolean — If set to true, only validation rules will be checked without submitting
  - `generate_form` boolean — If true, returns a DocuSign signing link for the merchant application.
  - `return_url` string — URL to which the signer is redirected after completing the document. An event=signing_complete query parameter will be appended, which you can listen for to detect when the form has been signed.
  - `second_owner_form` string — When true, generates the signing link for the second owner. Used after the first owner has completed signing.

## Response `201`

201

- object
  - `MerchantCode` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/revisions/face82bdd778/schema)
