You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-14Lines changed: 17 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -8,40 +8,43 @@ This library is the abstraction of Xendit API for access from applications writt
8
8
Please note that this library is not official from Xendit. You can refer to [Xendit Github](https://github.com/xendit/) for the complete list of their official API client libraries.
9
9
10
10
# Table of Contents
11
-
12
-
1.[API Documentation](#api-documentation)
13
-
2.[Requirements](#requirements)
14
-
3.[Usage](#usage)
15
-
4.[Disbursement Services](#disbursement-services)
11
+
1.[Installation](#installation)
12
+
2.[API Documentation](#api-documentation)
13
+
3.[Requirements](#requirements)
14
+
4.[Usage](#usage)
15
+
5.[Disbursement Services](#disbursement-services)
16
16
-[Create a disbursement](#create-a-disbursement)
17
17
-[Get banks with available disbursement service](#get-banks-with-available-disbursement-service)
18
18
-[Get a disbursement by external ID](#get-a-disbursement-by-external-id)
19
19
-[Get a disbursement by ID](#get-a-disbursement-by-id)
-[Create a batch disbursement](#create-a-batch-disbursement)
35
35
-[Get banks with available disbursement service](#get-banks-with-available-disbursement-service-1)
36
-
8.[E-Wallet Services](#e-wallet-services)
36
+
9.[E-Wallet Services](#e-wallet-services)
37
37
-[Create a LinkAja payment](#create-a-linkaja-payment)
38
38
-[Create a Dana payment](#create-a-dana-payment)
39
39
-[Create an OVO payment](#create-an-ovo-payment)
40
40
-[Get an e-wallet payment](#get-an-e-wallet-payment)
41
-
9.[Exception Handling](#exception-handling)
42
-
10.[Contributing](#contributing)
43
-
11.[TODO](#todo)
44
-
41
+
10.[Exception Handling](#exception-handling)
42
+
11.[Contributing](#contributing)
43
+
12.[TODO](#todo)
44
+
45
+
## Installation
46
+
We recommended you to install using our [NuGet Package](https://www.nuget.org/packages/Xendit.Dotnet/), however you can clone this repo and embed it into your projects.
47
+
45
48
## API Documentation
46
49
Please check [Xendit API Reference](https://xendit.github.io/apireference/).
47
50
@@ -380,4 +383,4 @@ Normally these exception's properties are enough to investigate what really happ
0 commit comments