Programming Guide » History » Version 3
chin-yeh, 10/18/2011 12:54 PM
1 | 1 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | h1. Programming Guide |
||
4 | 2 | chin-yeh | |
5 | This guide describes how to make use of the NMI APIs for payment related transaction and it consists of 2 main parts: |
||
6 | * [[programming guide#Step-By-Step|Step-By-Step]] - describes the |
||
7 | * API Reference - the detailed description of all the APIs mentioned in [[programming guide#Step-By-Step|Step-By-Step]] |
||
8 | |||
9 | 3 | chin-yeh | The demo application can be found here: |
10 | |||
11 | 2 | chin-yeh | h2. Step-By-Step |
12 | |||
13 | Before begin, install the following libraries into your development environment *_(remove the old versions if exists)_*: |
||
14 | * "HttpCore 4.1.2":http://192.168.2.13:8081/nexus/service/local/artifact/maven/redirect?r=central&g=org.apache.httpcomponents&a=httpcore&v=4.1.2&e=jar |
||
15 | * "HttpClient 4.1.2":http://192.168.2.13:8081/nexus/service/local/artifact/maven/redirect?r=central&g=org.apache.httpcomponents&a=httpclient&v=4.1.2&e=jar |
||
16 | 3 | chin-yeh | |
17 | *Suggested Payment Flow:* |
||
18 | !ssd.png! |
||
19 | |||
20 | *Steps:* |
||
21 | # gather the |