How do I send an ICP Brazil certificate via the API?
I'm using PHP with Laravel.
And using your Git repo.
https://github.com/docusign/docusign-esign-php-laravel/tree/main
How do I send an ICP Brazil certificate via the API?
I'm using PHP with Laravel.
And using your Git repo.
https://github.com/docusign/docusign-esign-php-laravel/tree/main
Hi,
Thanks for reaching out to Docusign Community.
You must include the "signatureProviderName": "UniversalSignaturePen_ICP_SmartCard_TSP" parameter for the signer in your Envelopes:create call.
{
"signers": s
{
"routingOrder": 1,
"name": "Signer Name",
"email": "signer@example.com",
"deliveryMethod": "email",
"recipientId": "1",
"recipientSignatureProviders": s
{
"signatureProviderName": "UniversalSignaturePen_OpenTrust_Hash_TSP"
}
}
]
}
]
}
More informations in the documentation:
https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/standards-based-signatures/
Best regards,
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.