AV

Discard Draft

0 votes

Hi,

Is there a way using the .NET SDK, to discard a draft version of the transaction and go back to its previous in-progress version?

 

Thanks


Reply to: Discard Draft

0 votes

Hi Anu,

 

Do you mean that for an on-going transaction, you've changed the status to DRAFT and now want to send again? If that's the case, simply resend it by:

eslClient.SendPackage(packageId);                //draft to sent

 

Also refers to the "Modify Status of a Package" guide for more information.

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Discard Draft

0 votes

Hi Duo,

No, I was asking for a kind of rollback of all the changes done in draft ( like status change to draft, signer updates or additions or deletes) and go back to the original version before the transaction was made draft to start editing (assuming the transaction was submitted and was in Progress before it was changed to draft programmatically)

 

Thank you.


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off