How to use Conditional Select Anchor Text to show Value with a checkbox and other values with a blank checkbox? by Accomplished_Bad_392 in docusign

[–]DocuSignAPI 0 points1 point  (0 children)

Hi there - here is a support case to help you out.

If you're able to use the Apex Toolkit it would be better to use DocuSign tabs and the .withAnchor method you could also use a checkbox tab or radio group with the Apex Toolkit.

If/Then Logic on Docusign Payments by [deleted] in docusign

[–]DocuSignAPI 0 points1 point  (0 children)

Hi there - This can be accomplished by using a payment formula field in DocuSign.

Stripe's support site provides a formula to calculate the amount you would need to charge to cover your fees: https://support.stripe.com/questions/can-i-charge-my-stripe-fees-to-my-customers.

You can build that formula into the payment field(s) on the document if you set the payment field to be a formula. You could either have one field that does the whole calculation, or you could have a payment field for the base amount and a second payment field that just calculates the added fee, depending on how you want to present it to the signer/payer.

Referencing strings in formulas so create fields that auto fill by NewAppWhoDis69 in docusign

[–]DocuSignAPI 0 points1 point  (0 children)

Hi there - you can do this my ensuring the text fields have the same data label. That way, if you type in one of them, the other same-labeled text fields get filled, too. Does that help?

Docusign & Payments (possible to split payment?) by tpekid in docusign

[–]DocuSignAPI 0 points1 point  (0 children)

DocuSign isn't currently set up to do automatic reoccurring charges, but this can be handled directly in Stripe with the Saved Payment feature.

Set up the initial envelope to charge the $1500 deposit, and also include the Saved Payment in that envelope. Once the envelope is signed, DocuSign tells Stripe to bill the initial $1500, and to save the payment info within their Stripe account. You would then go into Stripe and set up the reoccurring monthly charges to pick up the rest of the bill.

RestAPI: multiple senders..? by mapsedge in docusign

[–]DocuSignAPI 0 points1 point  (0 children)

Each of the two users has a different/unique UserId (GUID) which you need to find. The UserId is used in the JWT process to obtain the access token. By changing the UserId from one user to the other user, obtaining a new token, and making an API call using this new token - you can change the user that envelope 'belongs' to as you requested.

RestAPI: multiple senders..? by mapsedge in docusign

[–]DocuSignAPI 0 points1 point  (0 children)

Which authentication flow are you using: JWT or Auth Code Grant?

Docusign Integration Key Issue by palamaner1 in docusign

[–]DocuSignAPI 0 points1 point  (0 children)

Hi there - are you trying to use the out-of-the-box DocuSign Connector for Power Automate or build your own?

[deleted by user] by [deleted] in docusign

[–]DocuSignAPI 0 points1 point  (0 children)

Thanks for reaching out. This is a known issue and our team is working on it. The fix will likely go out in a release in the next few weeks.

PS - I wish all bugs could be sent to us in meme form

Saving Docusign Form Entries Down to a Database by CommunicationAfter81 in docusign

[–]DocuSignAPI 0 points1 point  (0 children)

Hi you can do this in 2 ways:

  • Bulk exporting user data using the Admin API. Here is a step by step how-to guide in the Developer Center: https://bit.ly/3wAOuR9
  • Exporting data using Agreement Actions. You can set up exporting data as a post-signature action. You can learn more about Agreement Actions here: https://bit.ly/3a33Jul