Document Signed
The doc_signed event is emitted when a signer completes the signing process of a document in Firmeasy. This webhook allows you to accurately record the signer’s identity, the date and time of signing, as well as the signed files.
event_type: "doc_signed"
Section titled “event_type: "doc_signed"”Payload example
Section titled “Payload example”{ "event_type": "doc_signed", "sandbox": false, "external_id": "id-app-cliente-243", "open_id": 23, "token": "cce11abf-abcd-abcd-a657-25b55f185f16", "name": "documento_firmado.pdf", "folder_path": "/", "status": "signed", "lang": "es", "original_file": "https://files.firmeasy.com/original/archivo.pdf", "signed_file": "https://files.firmeasy.com/firmado/archivo-firmado.pdf", "created_through": "web", "deleted": false, "created_at": "2021-06-07T19:21:59.609067Z", "last_update_at": "2021-06-07T19:22:21.838310Z", "signers": [ { "token": "b14f141f-abcd-abcd-8dfa-0bdac0ec806a", "status": "signed", "name": "Fulano Silva", "phone_country": "55", "phone_number": "1155551111", "times_viewed": 1, "last_view_at": "2021-06-07T19:22:12.875967Z", "signed_at": "2021-06-07T19:22:19.956056Z", "auth_mode": "firma_simple", "geo_latitude": "-23.559298", "geo_longitude": "-46.683343" } ], "signer_who_signed": { "token": "b14f141f-abcd-abcd-8dfa-0bdac0ec806a", "status": "signed", "name": "Fulano Silva", "signed_at": "2021-06-07T19:22:19.956056Z", "last_view_at": "2021-06-07T19:22:12.875967Z", "auth_mode": "firma_simple", "geo_latitude": "-23.559298", "geo_longitude": "-46.683343", "liveness_photo_url": "" }, "answers": [ { "variable": "FULL NAME", "value": "Foo bar" }, { "variable": "SOCIAL SECURITY NUMBER", "value": "999-99-XXXX" }, { "variable": "FULL ADDRESS", "value": "2989 Heller Crossing Apt. 023 - Springfield, NY / 13347" } ]}