|
1 | | -# Configuring a DocuSign payments gateway |
| 1 | +# Configure a payment gateway |
2 | 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. |
| 3 | +DocuSign offers built-in connections to multiple payment gateways. The payments code example uses a developer account via the Stripe gateway service. |
6 | 4 |
|
7 | | -## Creating the payments gateway account |
8 | 5 |
|
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 | +  |
| 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. |
13 | 17 |
|
14 | | -  |
15 | | -1. Next, the Admin Tool will show that an enabled Stripe |
16 | | - payment gateway account has been associated with your |
17 | | - DocuSign Developer account. |
18 | | -1. Configure the example launcher with the gateway account id shown in the Admin tool. |
19 | 18 |
|
20 | 19 | ## Additional documentation |
21 | | -See the |
22 | | -[Managing Payment Gateways](https://support.docusign.com/en/guides/managing-payment-gateways) |
23 | | -documentation. |
24 | | - |
| 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