Finalize Partner Payment
Finalize Partner Payment
POST
https://portal-staging.aiicoplc.com/api/services/app/PartnerService/FinalizePartnerPayment
This endpoint finalizes partner payment.
Query Parameters
Name
Type
Description
paymentRef
string
Your Unique Payment Ref
accountNumber
string
Bank account number/Masked PAN of card
partnerReference
string
Your Unique Partner Ref
amountPaid
string
Amount to be paid.
transactionRef
string
Refer to Post Life Renewal Schedule response
Headers
Name
Type
Description
X-ApiKey
string
To be provided.
Content-Type
string
application/json
{
"result":{
"fullName": "Williams O Ojo",
"agentName": null,
"policies":[
"NCSP/IB/2017/077067"
],
"clientAddress": null,
"clientEmail": "[email protected]",
"clientPhoneNumber": "08168483478",
"wef": null,
"wet": null,
"totalAmount": "15000",
"printPolicyUrl": null,
"printReceiptUrl": null,
"hash": "6f93f9366cf744800240f566eda9c5b18a4a2ef4427e4d9f5d935d9a49b8055ad76855a29b1a92be7fd5bd906ca4b1b7380943699554c5c528b23957b84fca74",
"responseMessage": "Successful",
"responseCode": null,
"polledToTQ": false
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
{
"accountNumber": "94A3B1D876D90C50E054020820AB288F",
"amountPaid": "15000",
"partnerReference": "94A3B1D876D90C50E054020820AB288F",
"paymentRef": "94A3B1D876D90C50E054020820AB288F",
"transactionRef": "REN-D45B7A"
}
Last updated