Enterprise APIs
The following are the list of Business APIs supported for Savings Pot Microservice.
|
Operation ID |
Method | URI |
Description |
|---|---|---|---|
| createSavingsPot |
POST |
/holdings/savingPots |
This API is used to create a savings pot for an existing customer. |
| getSavingPots |
GET |
/holdings/savingPots |
This API is used to fetch the details of savings pot. This details can be fetched with or without criteria. |
| reallocateSavingsPot |
PUT |
/holdings/savingPots/{savingsPotId} |
This API is used to update the details of existing savings pot. |
| closeSavingsPot |
PUT |
/holdings/savingPots/{savingsPotId}/closeSavingPots |
This API is used to update the status of savings pot to “CLOSED”. |
| updateSavingsPotBalances |
PUT |
/holdings/savingPots/{savingsPotId}/balances |
This API is used to update the balance of the specified savings pot when funding/withdrawal. |
For the complete APIs specification, see service specification (Swagger) or Swagger JSON file. Here is the postman collection.
In this topic