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
Unique payment Ref
accountNumber
string
Bank account number/Masked PAN of the card
amountPaid
string
Refer to Buy Domestic Travel premium amount
partnerRef
string
Your Unique Partner Ref
transactionRef
string
Refer to Buy Domestic Travel request-response
Headers
Name
Type
Description
X-ApiKey
string
To be Provided.
Content-Type
string
application/json
{
"result":{
"fullName": "Williams Ojo",
"agentName": null,
"policies":[
"1312100002101"
],
"clientAddress": "VICTORIA ISLAND",
"clientEmail": "[email protected]",
"clientPhoneNumber": "08168483478",
"wef": "11-Feb-2021",
"wet": "11-Feb-2021",
"totalAmount": "₦70.00",
"printPolicyUrl": "https://portal.aiicoplc.com/api/services/app/PersonalAccidentProductService/GetPersonalAccidentCertificate?tr=PAC-9CE061",
"printReceiptUrl": null,
"hash": "0196d6f3b6dcd39905c84d116a3befcf8a6326f1bf9b3c3157a8a90d5f14c816cd68a02c4d3641d04216fba2a7d07fc031d903dc4f4b1dcc3cb32e8f4e85fa1b",
"responseMessage": null,
"responseCode": null,
"polledToTQ": false,
"isLoan": false
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
{
"partnerRef":"67856285398",
"accountNumber":"539941******0050",
"amountPaid":70,
"paymentRef":"1234WERTY",
"transactionRef": "PAC-E6E019"
}
Last updated