Hi Saksham, I am reaching out to you regarding FINERACT-628.
PFA API details for Creating Savings account. As I am not sure about the format you are expecting, can you please look into the file and confirm or can you share any API which was previously distributed, for reference. Thank You, *Shruthi M R* Senior Software Engineer - Conflux Technologies [email protected] | Skype: Shruthi Rajaram | Mobile: +91-8277012716
POST ---- https://Domain name/api/v1/savingsaccounts Payload : { "productId":3, "nominalAnnualInterestRate":5, "minRequiredOpeningBalance":1000, "lockinPeriodFrequency":10, "withdrawalFeeForTransfers":false, "allowOverdraft":true, "overdraftLimit":"10000", "nominalAnnualInterestRateOverdraft":"5", "minOverdraftForInterestCalculation":"1000", "enforceMinRequiredBalance":false, "withHoldTax":false, "interestCompoundingPeriodType":1, "interestPostingPeriodType":4, "interestCalculationType":1, "interestCalculationDaysInYearType":365, "lockinPeriodFrequencyType":0, "fieldOfficerId":1, "submittedOnDate":"09 July 2018", "locale":"en", "dateFormat":"dd MMMM yyyy", "monthDayFormat":"dd MMM", "charges":[ { "chargeId":3, "amount":2 } ], "clientId":"14" } Response: {"officeId":1,"clientId":14,"savingsId":4,"resourceId":4}
