Post Life Renewal Schedule

Post Life Renewal Schedule

POST https://portal-staging.aiicoplc.com/api/services/app/LifeRenewalService/PostLifeRenewalSchedule

This endpoint posts life renewal.

Query Parameters

NameTypeDescription

policyNo

string

Policy number

transactionDate

string

Transaction Date

customerName

string

Customer Name

email

string

Customer Email

phone

string

Customer Phone Number

amount

string

amount to be paid.

Headers

NameTypeDescription

X-ApiKey

string

To be provided.

Content-Type

string

application/json.

{
"result":{
"policyNo": "NCSP/IB/2017/077067",
"transactionDate": "2019-10-09T09:12:21.3992792+01:00",
"customerName": "Williams O Ojo",
"email": "wllmsojo@gmail.com",
"phone": "08168483478",
"status": null,
"statusCode": null,
"transactionType": "RENEWAL",
"flutterwavePayment": null,
"flutterwavePaymentId": null,
"gtbPayment": null,
"gtbPaymentId": null,
"interswitchPayment": null,
"interswitchPaymentId": null,
"wemaBankPayment": null,
"wemaBankPaymentId": null,
"alatPayment": null,
"alatPaymentId": null,
"posPayment": null,
"posPaymentId": null,
"intermediary": null,
"intermediaryId": null,
"intermediaryPayment": null,
"intermediaryPaymentId": null,
"clientApplication":{"intermediary": null, "intermediaryId": null, "name": "Union Bank Collection", "description": "Test Api Key for Union Bank Collection",…},
"clientApplicationId": "4d82e3da-6aea-e911-81c6-000d3a1ba8de",
"client":{"code": 0, "clientNo": null, "user": null, "userId": 50602, "firstName": "Williams",…},
"clientId": "5eb67ce9-147e-e911-8175-000d3a1ba8de",
"amount": 15000,
"branch":{"organisation": null, "organisationId": null, "prefix": "01", "shtDesc": "EChannel",…},
"branchId": "15439e44-98cf-e711-83b7-44850015c0e7",
"polledToTQ": false,
"isLoan": false,
"failureOrSuccessReason": null,
"transactionRef": "REN-8A5F4C",
"ravePublicKey": "FLWPUBK-c674c68d40a0cb428926869498f14171-X",
"interswitchMacKey": "E187B1191265B18338B5DEBAF9F38FEC37B170FF582D4666DAB1F098304D5EE7F3BE15540461FE92F1D40332FDBBA34579034EE2AC78B1A1B8D9A321974025C4",
"interswitchPaymentUrl": "https://sandbox.interswitchng.com/webpay/pay",
"wemaBankMacKey": "7E410E2C6FAEB61C7A128026CB0160E4581F90194B72E609EDB46F8D4FFB1637",
"wemaBankPaymentUrl": "https://apps.wemabank.com/GateWay",
"policyStatus": "SURRENDERED",
"paymentChannel": null,
"partnerReference": null,
"hash": "a6d88ed34c74c8351705868a558dccb839a7dacf9ccb36ae95a8b313c9b907cb23f26a5fcb98b0531061bbaa4cfddd994d078e487db42564e5089e458b0379ef",
"id": "7d268c84-6cea-e911-81c6-000d3a1ba8de"
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
Sample Payload
{
  "policyNo": "NCSP/IB/2017/077067",
  "transactionDate": "08/08/2019",
  "customerName": "Williams O Ojo",
  "email": "wllmsojo@gmail.com",
  "phone": "08168483478",
  "amount": "15000"
}

Last updated