Account


Earned badges

Achievement: Latest Unlocked

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

0 votes

Hi 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:

0 votes

Hi 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}†½ÊŞs†”d“#‰âHÝma[¤†ü¾9sæü͐9|:)o.Ã2úâ‹Ã§e9^ѻóñûŸÏ~_¾\݌åÍxtøæþ¼ÄS_ƒ‹bòå—ÑÑñ³èðÅ]M÷÷

(...)

Please also see attachments.


Reply to: Signing order

0 votes

YOu 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)


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 1 year 1 month ago 46
Profile picture for user Duo_Liang

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 3 years ago 282
Profile picture for user Duo_Liang

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 11 months ago 6,225
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.