File tree Expand file tree Collapse file tree 3 files changed +32
-6
lines changed
Expand file tree Collapse file tree 3 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 1+ # Configuring a DocuSign payments gateway
2+
3+ DocuSign offers built-in connections to multiple payment
4+ gateways. The payments example uses a demo account via the Stripe
5+ gateway service.
6+
7+ ## Creating the payments gateway account
8+
9+ 1 . Login to demo.docusign.com and go to the Admin Tool.
10+ 1 . On the Integrations / Payments screen, click Stripe.
11+ 1 . For development, you can skip the Stripe account application
12+ by using the ` Skip this account form ` link:
13+
14+ ![ Skipping the Stripe account form] ( docs/stripe_skip_account_form_link.png )
15+ 1 . Next, your browser will show that an enabled Stripe
16+ payment gateway account has been associated with your
17+ DocuSign demo sandbox account.
18+ 1 . Configure the example launcher with the gateway account id shown in the Admin tool.
19+
20+ ## Additional documentation
21+ See the
22+ [ Managing Payment Gateways] ( https://support.docusign.com/en/guides/managing-payment-gateways )
23+ documentation.
24+
Original file line number Diff line number Diff line change @@ -92,12 +92,14 @@ The **refresh token** is not used in this example.
9292
93931 . ** npm start**
94941 . Open a browser to ** http://localhost:5000 **
95- 1 . ** Payments example:** To use the payments example, create a
96- test payments gateway for your developer sandbox account.
97- See the
98- [ Managing Payment Gateways] ( https://support.docusign.com/en/guides/managing-payment-gateways )
99- documentation. Then add the payment gateway account id to
100- the ** ds_configuration.js** file.
95+
96+ #### Payments code example
97+ To use the payments example, create a
98+ test payments gateway for your developer sandbox account.
99+
100+ See the PAYMENTS_INSTALLATION.md file for instructions.
101+
102+ Then add the payment gateway account id to the ** ds_configuration.js** file.
101103
102104## Using the examples with other authentication flows
103105
You can’t perform that action at this time.
0 commit comments