Signer Management field - Delivery ( Provider; Email; Download)
Wednesday, May 6, 2020 at 01:34pmHi there,
Please see the link below.
We currently use REST API to integrate with OneSpan.
In the Response Payload, it has a 'delivery' object which has three attributes 'provider'/'email'/'download'.
i.e.
"id": "Signer5",
"delivery": {
"provider": false,
"email": false,
"download": false
},
We'd like to know
1) The meaning of those three attributes when the value is TRUE or FALSE.
2) Any use cases to untilize those three attributes.
Thanks a lot!
Richard