Finalize Partner Payment

Finalize Partner Payment

POST https://portal-staging.aiicoplc.com/api/services/app/PartnerService/FinalizePartnerPayment

This endpoint finalizes partner payment.

Query Parameters

NameTypeDescription

paymentRef

string

Unique payment Ref

accountNumber

string

Bank account number/Masked PAN of the card.

amountPaid

string

Refer to Post Home Content Schedule premiumAmount

partnerRef

string

Your unique Partner Ref

transactionRef

string

Refer to Post Home Content Schedule Response

Headers

NameTypeDescription

X-ApiKey

string

To be provided.

Content-Type

string

application/json

{
    "result": {
        "fullName": "Francis Ewansiha",
        "agentName": null,
        "policies": [
            "121500131901"
        ],
        "clientAddress": "Ikeja",
        "clientEmail": "frankewans@gmail.com",
        "clientPhoneNumber": "08038231099",
        "wef": "08-May-2019",
        "wet": "07-May-2020",
        "totalAmount": "₦10,000.00",
        "printPolicyUrl": "https://portal-staging.aiicoplc.com/api/services/app/HouseholdProductService/GetHomeCertificate?tr=HME-E4A481",
        "printReceiptUrl": null,
        "hash": "000cd5b48449acbd1ed953d51c1d73f3f1cd24e388f2654b3e8c558a627eb71553793bb6901fa064cafc92f1f962c0a11881822df333618d1526a68eecc7d86f",
        "responseMessage": null,
        "responseCode": null,
        "polledToTQ": false
    },
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}
Sample Payload
{
"partnerRef":"67856285398",
"accountNumber":"539941******0050",
"amountPaid":10000,
"paymentRef":"000000000171",
"transactionRef": "HME-E4A481"
}

Last updated