Looking to solve a use case with DocuSign payments involving changing the total payment amount based on the payment method.
Currently have a DocuSign and Stripe integration. Our customer is looking to add payment fees as a surcharge to the total payment amount. If recipient selects credit card, 3% is added to the total payment amount. If recipient selects ACH, no surcharge is added to the total.
The out of the box integration between DocuSign and Stripe is not configurable or event driven.
We've looked at creating a formula in the DocuSign template and asking the recipient to select CC/ACH in the document, then adjusting the total. Unfortunately, they can still change the payment method in the payment window, nullifying the previous calculation.
We are new to DocuSign development.