From 9e7c33e4e36abb7c6fcfffd8ff14f63b507a8140 Mon Sep 17 00:00:00 2001 From: muthukkannan Date: Wed, 13 Sep 2017 12:48:10 +0530 Subject: [PATCH] Updating description --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c162114..a19d69c1 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,6 @@ An API end point is provided for each type of information. These Account Information APIs are secured with **oAuth 2.0** and need a **valid Access token** for making API calls. - - Aggregation of financial metrics such as net worth and savings across multiple accounts. - - Analysis and recommendations for better money management. - - Recommendation of products and deals based on monthly statements. - #### **2. Payment Initiation APIs** Payment Initiation APIs provide a simple one time payment functionality. It has two sets of APIs: - Payment request - (CREATE, GET and DELETE) to request for a one time payment @@ -147,6 +143,10 @@ The Payment Initiation APIs are also secured with **oAuth 2.0** and need a **val Banking APIs provide developers with the information needed to create innovative Fintech apps for consumers.There are a few obvious use cases worth mentioning: + - Aggregation of financial metrics such as net worth and savings across multiple accounts. + - Analysis and recommendations for better money management. + - Recommendation of products and deals based on monthly statements. + ## Apigee Edge Setup @@ -221,7 +221,7 @@ gulp test ### Developer Portal -Developer Portal setup is detailed in separate [document](./src/devportal/README.md) +Developer Portal setup is detailed in a separate [document](./src/devportal/README.md) ## Changelog