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