Category links

API Links

Get Plan And Payment By Amount

Action: POST

Endpoint: /api/CoreCredit/MerchantManagement/GetPlanAndPaymentByAmount

This brings plans and payments for given Product/Merchant/Transaction Amount.

Request fields details
Fields Description
Sample request body
{
  "Source": "Web",
  "IPAddress": "10.120.0.1",
  "DateFormat": null,
  "CurrencyCode": null,
  "CurrencySymbolType": null,
  "Language": null,
  "ExternalIP": "10.120.0.0",
  "SessionID": null,
  "APIVersion": "2.0",
  "CallerID": null,
  "CalledID": null,
  "RequestTime": null,
  "MerchantNumber": "11111111",
  "TransactionAmount": 1000.0,
  "ProductMapping": "ABC Patient Solutions Revolving",
  "PreQualID": "",
  "ApplicationID": null
}
Response fields details
Fields Description

Sample response body

{
  "Message": "Processed Successfully.",
  "Status": true,
  "ErrorCode": "ERR01149",
  "ResponseData": {
    "ResponseID": "56882604",
    "CreditPlanMasterAndPaymentInformationDetails": [
      {
        "CreditPlanMaster": "6071",
        "CreditPlanDescription": "Fixed APR of 5.99%-28.99% for 48 Months",
        "CreditPlanType": "EPP",
        "LoanTerm": "48",
        "LowRate": "5.99%",
        "HighRate": "28.99%",
        "InterestRate": "5.99% - 28.99%",
        "TotalInterestAmount": "$127.04 - $700.16",
        "EMIAmount": "$23.48 - $35.42",
        "DefermentPeriod": null,
        "OptionalPaymentToAvoidInterest": null,
        "MonthlyMinimumRequiredPayment": null
      }
    ]
  }
}