Skip to content

Commit 0ac76e9

Browse files
authored
synced with PowerShell private payments page
1 parent 64fcdef commit 0ac76e9

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

PAYMENTS_INSTALLATION.md

+15-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
# Configuring a DocuSign payments gateway
1+
# Configure a payment gateway
22

3-
DocuSign offers built-in connections to multiple payment
4-
gateways. The payments example uses a demo account via the Stripe
5-
gateway service.
3+
DocuSign offers built-in connections to multiple payment gateways. The payments code example uses a developer account via the Stripe gateway service.
64

7-
## Creating the payments gateway account
85

9-
1. Login to demo.docusign.net 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:
6+
## Create a Stripe payment gateway
7+
8+
1. Select the Stripe button on the [**Payments**](https://admindemo.docusign.com/authenticate?goTo=payments) page in your developer account.
9+
10+
1. For development, you can skip the Stripe account application by using the **Skip this account form** link at the top of the page.<br />
11+
12+
![Skipping the Stripe account form](docs/stripe_skip_account_form_link.png)
13+
14+
An enabled Stripe payment gateway is now associated with your DocuSign developer account and is shown under **Payment Gateway**.
15+
16+
1. Save the **Gateway Account ID** GUID to the code example launcher configuration file.
1317

14-
![Skipping the Stripe account form](documentation/stripe_skip_account_form_link.png)
15-
1. Next, the Admin Tool will show that an enabled Stripe
16-
payment gateway account has been associated with your
17-
DocuSign Deveoper account.
18-
1. Configure the example launcher with the gateway account id shown in the Admin tool.
1918

2019
## Additional documentation
21-
See the
22-
[Managing Payment Gateways](https://support.docusign.com/en/guides/managing-payment-gateways)
23-
documentation.
20+
* [Managing Payment Gateways](https://support.docusign.com/en/guides/managing-payment-gateways)
21+
* [How to send a request for payment](https://developers.docusign.com/docs/esign-rest-api/how-to/request-a-payment)

0 commit comments

Comments
 (0)