Post Life Renewal Schedule

Post Life Renewal Schedule

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

This endpoint posts life renewal.

Headers

Name
Type
Description

X-ApiKey

string

To be provided.

Content-Type

string

application/json.

Query Parameters

Name
Type
Description

policyNo

string

Refer to response of Life Policy Renewal Details

transactionDate

string

Date Payment is being made

customerName

string

Client Name

email

string

Client Email

phone

string

Client Phone Number

amount

string

nextInstallmentPremium of Life Policy Renewal Details response

Sample Payload
{
  "policyNo": "PCSP/HO/2025/047728",
  "transactionDate": "26/05/2025",
  "customerName": "John Doe",
  "email": "[email protected]",
  "phone": "08100000000",
  "amount": "6500"
}

The transaction reference returned in the response and other details are to be worked with when integrating payment.

Last updated