HelloSign declined event - this occurs when a signer has chosen to decline a signature request.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event":{ | |
"event_type":"signature_request_declined", | |
"event_time":"1513366554", | |
"event_hash":"b5daf665bd7e80bb8c6e38cfe912620fb7783303d2f4f648f50b2da2ef3eb2e5", | |
"event_metadata":{ | |
"related_signature_id":"0d03570d7a1645eeee234dfef29a6813", | |
"reported_for_account_id":"bc1225d28a648231a589100c07c9f17c82d80411", | |
"reported_for_app_id":"d7219512693825facee9241f458decf2", | |
"event_message":"Here's my reason for declining." | |
} | |
}, | |
"account_guid":"bc1225d28a648231a589100c07c9f17c82d80411", | |
"client_id":"d7219512693825facee9241f458decf2", | |
"signature_request":{ | |
"signature_request_id":"2d31efa417aefd88e1eaecb416ea81294fcd6d585", | |
"test_mode":true, | |
"title":"using postman", | |
"original_title":"using postman", | |
"subject":"using postman", | |
"message":"Three Signers multiple pages", | |
"metadata":{ | |
}, | |
"is_complete":false, | |
"is_declined":true, | |
"has_error":false, | |
"custom_fields":[ | |
], | |
"response_data":[ | |
], | |
"signing_url":null, | |
"signing_redirect_url":null, | |
"final_copy_uri":"\/v3\/signature_request\/final_copy\/2d31efa417aefd88e1eaecb416ea81294fcd6d585", | |
"files_url":"https:\/\/api.hellosign.com\/v3\/signature_request\/files\/2d31efa417aefd88e1eaecb416ea81294fcd6d585", | |
"details_url":"https:\/\/app.hellosign.com\/home\/manage?guid=2d31efa417aefd88e1eaecb416ea81294fcd6d585", | |
"requester_email_address":"alex@hellosign.com", | |
"signatures":[ | |
{ | |
"signature_id":"a72f5aae7b8e40940fdcba014382088b", | |
"has_pin":false, | |
"signer_email_address":"testing+things@hellosign.com", | |
"signer_name":"Mr Postman", | |
"order":null, | |
"status_code":"declined", | |
"signed_at":null, | |
"last_viewed_at":1513366537, | |
"last_reminded_at":null, | |
"error":null, | |
"decline_reason":"Here's my reason for declining." | |
} | |
], | |
"cc_email_addresses":[ | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment