This guide will help you configure custom signature hooks for requests to the Portal Provider to ensure your business logic is properly implemented into Portal’s signing flow.
portal_signingRequested
- Emitted by the Provider when a new signing request is received by the Providerportal_signingApproved
- Emitted by you when signing a given request is approvedportal_signingRejected
- Emitted by you when signing a given request is rejectedportal_signingRequested
event using the following pattern:
portal_signingRejected
or portal_signingApproved
event.
NOTE: When emitting these events, Portal uses the method
and params
to determine if we are indeed approving or rejecting the correct request, so it is vital that you pass the request data to your emit()
calls.