- Introduction
- OAuth
- API Endpoint
- Quick start with Zoho Sign's API
- Postman collection
- SwaggerHub
- Basic concepts
- Getting started with Zoho Sign's API under 2 minutes
- Signer groups
- Document Management
- POSTCreate document
- PUTUpdate document
- POSTSend document for signature
- POSTCorrect document
- GETGet details of a particular document
- GETGet documents list
- GETDownload PDF
- GETDownload particular PDF file
- GETDownload completion certificate
- GETGet document form data
- POSTRecall Document
- POSTRemind Recipient
- PUTDelete Document
- PUTExtend document
- POSTCreate new Folder
- GETGet folder list
- GETRetrieve field type
- GETGet document type
- POSTCreate new document type
- POSTUpdate document type
- Template Management
- Embedded Signing
- Embedded Sending
- Use Cases
- How-to guides
- Sending a signing request via SMS
- Enforce authentication
- Add fields to your document
- In-Person signing
- Sign documents with digital signature providers
- Sending documents in bulk
- eStamping
- Collecting payments from my recipients
- Adding witness to your envelope
- Manages recipients
- Sending an envelope to a signer group
- Replace signer group with normal recipients
- API error codes
- API limitation
- Security
- Contact details for technical assistance
How do I collect payments from my recipients along with signature in my envelope?
Zoho Sign integrates with Zoho Checkout and helps you collect payment and from your recipients at the time of signing. Please note that you must have integrated with Zoho Checkout and must have sent the document with payment field from Zoho Sign's UI before using this API.
Sample request
{
"requests": {
"actions": [
{
"fields": [
{
"field_type_name": "Checkout",
"action_id": "14197000001428004",
"document_id": "14197000001427002",
"field_name": "Payment",
"width": "16.010059",
"height": "1.683938",
"x_value": "48.717781",
"y_value": "38.147668",
"page_no": 0,
"date_format": "MMM-dd-yyyy",
"field_category": "payment",
"field_label": "Payment",
"amount": "100",
"currency_code": "INR",
"form_id": "102660000000104380",
"org_id": "68019648",
"text_property": {
"font": "Roboto",
"font_size": 11,
"font_color": "000000",
"is_bold": false,
"is_italic": false
}
}
]
}
]
}
}
Show full
Show less
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.