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
Payment ref
accountNumber
string
Bank Account Number/PAN of the card
amountPaid
string
Refer to Post Office Schedule
partnerReference
string
Partner Unique Ref
transactionRef
string
Refer to Post Office Schedule Response
Headers
Name
Type
Description
X-apiKey
string
To be provided.
Content-Type
string
application/json
{
"result":{
"fullName": "Williams Ojo",
"agentName": null,
"policies":[
"120500092101"
],
"clientAddress": "Ikeja",
"clientEmail": "[email protected]",
"clientPhoneNumber": "0810000000",
"wef": "26-Feb-2021",
"wet": "25-Feb-2022",
"totalAmount": "₦10,000.00",
"printPolicyUrl": "https://portal-staging.aiicoplc.com/api/services/app/OfficeProductService/GetOfficeCertificate?tr=OFF-684B9B",
"printReceiptUrl": null,
"hash": "841a428271aada2e352a61260c5b384fa1370c3e4fe22e9fead0183c2b3a0f2077885edc9e5111d8beada4c0e8ceb2c760690ec0dcf5fd35ebc1ada250eca94c",
"responseMessage": null,
"responseCode": null,
"polledToTQ": false,
"isLoan": false
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
{
"partnerRef":"67856285398",
"accountNumber":"539941******0050",
"amountPaid":10000,
"paymentRef":"000000000171",
"transactionRef": "OFF-DADA17"
}
Last updated