v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Credit interest

Get Interest History

This web service gets the history of an interest that was applied but is no longer active

post/pws/pws_cr_get_interest_historic/

Request body

api_call_unique_identifierstring required

Unique number that must be passed at each API request. Identifier to make each API request unique

client_idinteger required

Unique identifier for the client which Paymentology will provide at outset

interest_rate_idinteger required

Interest Rate Id

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "interest_rate_id": 1
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "effective_date": "2020-11-19",
    "start_counting_from": "SET",
    "interest_rate_id": 11,
    "client_id": 472176,
    "condition_function_call": "</>",
    "amount_referenced": "TXN",
    "priority": 1000,
    "method": 1,
    "special_actions": "Generic Interest Applied to TXN",
    "grace_period_cycles_no": 2,
    "seq_no": 1,
    "change_event": "U"
  }
}