Skip to main content

Our company needs to integrate payments with Stripe into an agreement signing process. The business wishes to restrict payments to only ACH transfers. Is there a way to set this?

The AllowedPaymentMethods property of the PaymentDetails, seems to be where this may be set, and it accepts a List<string> of allowed payment methods. I could not locate any documentation for the correct value to allow ACH transfers. 

Any idea of what that value may be, or if there is another way to restrict the payment type allowed?

 

 

Hello ​@Bob Laflamme,

Thank you for reaching out to the Docusign Community.

Is this for the eSignature Web App or are you using a custom integration with Docusign?

Note: Some advanced features and options are supported only in specific Docusign plans. Your account plan might not support some of the options discussed in this help topic. Contact your account administrator for more information about which options are available for your account. Or, visit our Plans and Pricing web page for more details on the features included with your plan. Compare eSignature plans & pricing.

Let us know if you need further assistance.

 

Best regards,

Christopher | Docusign Community Moderator

"Select as Best" below if you find the answer a valid solution to your issue.


After searching through all the API references, I was able to locate the answer.

The AllowedPaymentMethods will accept a list of type string and values that can be used are:

CreditCard

ApplePay

AndroidPay

BankAccount          (this one for ACH)

 


Reply