Skip to content

Commit adc8d33

Browse files
committed
Payment gateway instructions
1 parent 2e1b704 commit adc8d33

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
lines changed

PAYMENTS_INSTALLATION.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@ The **refresh token** is not used in this example.
9292

9393
1. **npm start**
9494
1. 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

33.7 KB
Loading

0 commit comments

Comments
 (0)