Finalize Partner Payment

Finalize Partner Payment

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

This endpoint finalizes partner payment.

Query Parameters

Headers

{
"result":{
"fullName": "Williams O Ojo",
"agentName": null,
"policies":[
"NCSP/IB/2017/077067"
],
"clientAddress": null,
"clientEmail": "wllmsojo@gmail.com",
"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
}
Sample Payload
{
  "accountNumber": "94A3B1D876D90C50E054020820AB288F",
  "amountPaid": "15000",
  "partnerReference": "94A3B1D876D90C50E054020820AB288F",
  "paymentRef": "94A3B1D876D90C50E054020820AB288F",
  "transactionRef": "REN-D45B7A"
}

Last updated