personal-saving-account
Path | Method | Summary |
---|---|---|
/open-banking/v1.0/personal-saving-account | GET | Query the product information of Libra Savings account |
GET
/open-banking/v1.0/personal-saving-account
Description
Query the product information about Libra Savings account, including the interest rate tiers and their respective interest rates
Summary
Query the product information of Libra Savings account
Tags
Rate
Response
Status
200
Description
Success
Content Type:
application/xml
productNameoptional string
the name of the product
tiersoptional array
the interest rates of different tiers
amtTierTopoptional string
amtTierTopIncludedoptional boolean
amtTierBottomoptional string
amtTierbottomIncludedoptional boolean
interestRateoptional string
updateDateoptional string
Example
copy
{
"productName": "Libra Savings",
"tiers": [
{
"amtTierTop": "string",
"amtTierTopIncluded": true,
"amtTierBottom": "string",
"amtTierbottomIncluded": true,
"interestRate": "string"
}
],
"updateDate": "2021-03-01T00:00:00.000Z"
}
Content Type:
application/json
productNameoptional string
the name of the product
tiersoptional array
the interest rates of different tiers
amtTierTopoptional string
amtTierTopIncludedoptional boolean
amtTierBottomoptional string
amtTierbottomIncludedoptional boolean
interestRateoptional string
updateDateoptional string
Example
copy
{
"productName": "Libra Savings",
"tiers": [
{
"amtTierTop": "string",
"amtTierTopIncluded": true,
"amtTierBottom": "string",
"amtTierbottomIncluded": true,
"interestRate": "string"
}
],
"updateDate": "2021-03-01T00:00:00.000Z"
}
Status
400
Description
Bad Request