OneSpan Api
Sunday, April 2, 2023 at 07:59amHello everybody.
Is there a way I could have intregrations Api code?
I need to check code about checkboxes.
Thank you!
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Hello everybody.
Is there a way I could have intregrations Api code?
I need to check code about checkboxes.
Thank you!
Reply to: OneSpan Api
Monday, April 3, 2023 at 01:34pmHi Vicky,
Thanks for your post!
If you are looking for an example package JSON with checkbox fields, refer to below:
{
"roles": [
{
"id": "Signer1",
"signers": [
{
"email": "[email protected]",
"firstName": "John",
"lastName": "Smith"
}
]
}
],
"documents": [
{
"approvals": [
{
"role": "Signer1",
"fields": [
{
"page": 0,
"top": 100,
"subtype": "FULLNAME",
"height": 50,
"left": 100,
"width": 200,
"type": "SIGNATURE"
},
{
"height": 20,
"left": 100,
"name": "",
"page": 0,
"subtype": "CHECKBOX",
"top": 150,
"type": "INPUT",
"value": null,
"width": 20,
"validation": {
"group": "group1",
"required": false
}
}
]
}
],
"name": "Document1"
}
],
"name": "Example Transaction",
"language": "en",
"description": "Some description.",
"status": "SENT"
}
Duo