Find savings ID for savings account
A savings ID is a unique identifier used to link a savings order to its associated savings account. It is generated separately and serves as a reference during savings order creation.
The savings account ID in this example is the same as the one created in the previous section. If the savings ID is not already known, it can be retrieved by following the example below.
Use case
In this example, we will retrieve a savings ID, which is required to create a savings order.
The savings ID will be retrieved for the savings account ID-23941
.
...accounts/saving-accounts/ID-23941/savings
Sample API call
To retrieve a savings ID for savings account, use the following endpoint:
https://account-api.sandbox.tuumplatform.com/api/v3/accounts/saving-accounts/{savingAccountId}/savings
Sample request
The sample request body is as follows:
No request body.
Sample response
Below you will find the response to the API request:
Result
The savings ID has been successfully retrieved for the specified savings account. It will be used to reference the account when setting up savings orders.
Last updated
Was this helpful?