Accelerator Global Financial Account Process API - Implementation Template
Prerequisites
This implementation template has the following dependencies:
- Accelerator Global Financial Account System API. This is Maria DB implementation of the Global Financial Account System.
Please review the use cases described on the MuleSoft Accelerators solution page for more information about dependencies on other APIs and services.
API dependencies
The following table lists all endpoints used by this API.
API name | Endpoint | Action |
---|---|---|
Aceelerator Global Financial Account System API | get:/accounts | Search Accounts |
Aceelerator Global Financial Account System API | get:/accounts/accountId | Get Accounts using Id |
Aceelerator Global Financial Account System API | put:/accounts | Create/Update Accounts |
Aceelerator Global Financial Account System API | put:/accounts/{accountId}/externalIds | Create/Update Account ExternalIds using AccountId |
Aceelerator Global Financial Account System API | get:/accounts/{accountId}/externalIds | Retrieve Account ExternalIds using AccountId |
Aceelerator Global Financial Account System API | get:/transactions | Search Transactions |
Aceelerator Global Financial Account System API | get:/transactions/{transactionId} | Get Transaction using transactionId |
Aceelerator Global Financial Account System API | put:/transactions | Create/Update Transaction |
Aceelerator Global Financial Account System API | put:/transactions/{transactionId}/externalIds | Create/Update Account ExternalIds using transactionId |
Aceelerator Global Financial Account System API | get:/transactions/{transactionId}/externalIds | Retrieve card ExternalIds using transactionId |
Aceelerator Global Financial Account System API | get:/cards | Search cards |
Aceelerator Global Financial Account System API | get:/cards/{cardId} | Get card using cardId |
Aceelerator Global Financial Account System API | put:/cards | Create/Update card |
Aceelerator Global Financial Account System API | put:/cards/{cardId}/externalIds | Create/Update card ExternalIds using cardId |
Aceelerator Global Financial Account System API | get:/cards/{cardId}/externalIds | Retrieve card ExternalIds using cardId |
Next steps
The Deployment tab provides instructions on how to properly configure the application for running locally from Studio or deploying to CloudHub.