v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Credit interest

Get Current Interests

This web service gets the details of a interest that was applied and is still active

post/pws/pws_cr_get_current_interest_template/

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

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

interest_rate_idinteger

Interest Template Id

Example request

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

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "amount_referenced": "TXN",
    "api_call_unique_identifier": "438574845790657485",
    "applied_to": "TXN",
    "client_id": 760131,
    "effective_date": "2020-06-12",
    "interest_rate_descr": "INT_REV_DT_0%",
    "interest_rate_id": 14,
    "interest_rate_logic": "SUM",
    "interest_rate_logic_elevated": "AVG",
    "interest_rate_logic_grace": "SUM",
    "interest_rate_max_logic": "AVG",
    "interest_rate_max_perc": 1,
    "interest_rate_min_logic": "AVG",
    "interest_rate_min_perc": 1,
    "interest_rate_note": "INT_REV_DT_0%",
    "interest_rate_perc": 1,
    "interest_rate_perc_elevated": 1,
    "interest_rate_perc_grace": 1,
    "method": 2,
    "start_counting_from": "SET",
    "special_actions": "null",
    "condition_function_call": "null",
    "grace_period_duration": 1
  }
}