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 Shop Content Schedule Premium Amount

partnerRef

string

Your Unique Partner Ref

transactionRef

string

Refer to Post Shop Content Schedule Response

Headers

NameTypeDescription

X-ApiKey

string

To be Provided.

Content-Type

string

application/json

{
"result":{
"fullName": "VICTOR SEGUN",
"agentName": null,
"policies":[
"121600211901"
],
"clientAddress": "GATE",
"clientEmail": "SALEDARE@AIICOPLC.COM",
"clientPhoneNumber": "08032989988",
"wef": "20-Sep-2019",
"wet": "19-Sep-2020",
"totalAmount": "₦10,000.00",
"printPolicyUrl": "https://portal-staging.aiicoplc.com//api/services/app/ShopProductService/GetShopCertificate?tr=SHP-94CE36",
"printReceiptUrl": null,
"hash": "b94d0b7ec7a4d2dd799b00672e26511a869fc9120a2cf2cbb2c32568a05702c61c496b8f60c7bfefbb5e10cfc9b2ceb69cff22f3bd22c94fda52bc2604ce643c",
"responseMessage": null,
"responseCode": null,
"polledToTQ": false,
"isLoan": false
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
Sample Payload
{
"partnerRef":"67856285398",
"accountNumber":"539941******0050",
"amountPaid":10000,
"paymentRef":"000000000171",
"transactionRef": "SHP-94CE36"
}

Last updated