Account
Earned badges
Achievement: Latest Unlocked
Replies
Topics Started
TID Sandbox
Preferences
Topic Started
Topics |
---|
Hi, resending a signing invitation doesn't work. Not in the Sandbox and also not from the Web UI. |
Hello everybody,
I try to implement a signing order, but it doesn't work. All three Emails are sent at the same time. What's wrong? Here is my json code: { |
Hi, in our IT-system(SAP) we have the PDFs, that we want to send to OneSpan, stored in a table in binary format. |
Replies Created
Reply to: Upload PDF in binary format using Postman
Wednesday, March 31, 2021 at 09:39amHi Duo,
I directly access the database, the PDF code starts like "255044462D312E350D0A25B5B5B5B50D0A312030206F626A0D0A3C3C2F547970652F436174616C6F67", I don't think it's encrypted. For DocuSign I can just transform it to Base64 and then enter that code in Postman into the body:
{
"documents": [
{
"documentBase64": "JVBERi0xLjUNCiW1tbW1(...)
I don't neccessarily need Postman, I just use it to rebuild what I did there in ABAP. So if you can provide a coding for ABAP that sends a PDF stored in a table to OneSpan, that would be even better.
Reply to: I see. First, you'd need to…
Wednesday, March 31, 2021 at 12:07pmHi Duo,
it works fine with the "some sample text", it also works with an uploaded file, but it doesn't work with the binary code.
%PDF-1.5
%µµµµ
1 0 obj
<</Type/Catalog/Pages 2 0 R/Lang(de-DE) /StructTreeRoot 17 0 R/MarkInfo<</Marked true>>>>
endobj
2 0 obj
<</Type/Pages/Count 1/Kids[ 3 0 R] >>
endobj
3 0 obj
<</Type/Page/Parent 2 0 R/Resources<</ExtGState<</GS5 5 0 R/GS8 8 0 R>>/Font<</F1 6 0 R/F2 9 0 R/F3 12 0 R/F4 14 0 R>>/XObject<</Meta11 11 0 R>>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 595.32 841.92] /Contents 4 0 R/Group<</Type/Group/S/Transparency/CS/DeviceRGB>>/Tabs/S/StructParents 0>>
endobj
4 0 obj
<</Filter/FlateDecode/Length 4060>>
stream
xÕ]ÝnÛF¾7àwà%YÄcÎ?YâØIÝmÚ4qZ`Ó¢eú§kK©D'h_l§7}½ÊÅsd#âHÝma[¤ü¾9sæüÍ9|:)o.Ã2úâçe9^ѻóñûÏ~_¾\ÝåÍxtøæþ¼ÄS_bòåÑÑñ³èðÅ]M÷÷
(...)
Please also see attachments.
Reply to: Signing order
Wednesday, April 7, 2021 at 09:48amYOu are right, the Json was wrong. It works as expected when I design it like:
{
"emailMessage": "Nicht fragen, unterschreiben!",
"sender": {
"name": "MeinSenderName",
"type": "REGULAR",
"content": "MeinEmailContent"
},
"documents": [
{
"approvals": [
{
"id": "ExampleSignatureId",
"role": "Signer1",
"fields": [
{
"page": 0,
"top": 100,
"subtype": "FULLNAME",
"height": 50,
"left": 100,
"width": 200,
"type": "SIGNATURE",
"name": "ExampleSignatureId1"
}
]
},
{ "id": "ExampleSignatureId2",
"role": "Signer2",
"fields": [
{
"page": 0,
"top": 200,
"subtype": "FULLNAME",
"height": 50,
"left": 100,
"width": 200,
"type": "SIGNATURE",
"name": "ExampleSignatureId2"
}
]
(etc)
Reply to: I actually meant to set the…
Wednesday, April 7, 2021 at 10:18amIt works with SAP, it was just not easy to figure out the correct coding. Also the PDF must be encoded as it is in SAP, not decoded.
Reply to: Resending a Signing Invitation doesn't work
Tuesday, February 28, 2023 at 03:15amThe example Package: ID: MsJ2m4Fi4DoLqdt_fwU462xQTR8=
How can we find out if that function is not enabled in our account?
Subscriptions
Topics | Replies | Freshness | Views | Users |
---|---|---|---|---|
Hi, resending a signing invitation doesn't work. Not in the Sandbox and also not from the Web UI. |
3 | 6 months 3 weeks ago | 33 | ![]() |
Hello everybody,
I try to implement a signing order, but it doesn't work. All three Emails are sent at the same time. What's wrong? Here is my json code: { |
2 | 2 years 5 months ago | 253 | ![]() |
Hi, in our IT-system(SAP) we have the PDFs, that we want to send to OneSpan, stored in a table in binary format. |
7 | 2 years 4 months ago | 5,511 | ![]() |