Finalize Partner Payment
POST
https://portal-staging.aiicoplc.com/api/services/app/PartnerService/FinalizePartnerPayment
Headers
Name
Type
Description
X-ApiKey*
String
To be provided
Content-Type*
String
application/json
Request Body
Name
Type
Description
accountNumber*
String
Bank account number/Masked PAN of card
amountPaid*
String
Amount to be paid.
partnerReference*
String
Your Unique Partner Ref
paymentRef*
String
Your Unique Payment Ref
transactionRef*
String
Refer to Post Motor Renewal Schedule response
{
"result":{
"fullName": "Test Renewal",
"agentName": null,
"policies":[
"110100292001"
],
"clientAddress": null,
"clientEmail": "test@aiicoplc.com",
"clientPhoneNumber": "081000000",
"wef": "15-May-2021",
"wet": "14-May-2022",
"totalAmount": "₦200,000.00",
"printPolicyUrl": null,
"printReceiptUrl": null,
"hash": "52633c0f9da3dd19e5af815c787b253856ee447b066ef3a4e4b93bd653da6088156bbcb3ec371507caae0591034a52d785b7d6f67c0814ef3d384c99901259ba",
"responseMessage": null,
"responseCode": null,
"polledToTQ": false,
"isLoan": false
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
{
"accountNumber": "94A3B1D876D90C50E054020820AB288F",
"amountPaid": "5000",
"partnerReference": "94A3B1D876D90C50E054020820AB288F",
"paymentRef": "94A3B1D876D90C50E054020820AB288F",
"transactionRef": "MOT-D5FC8B"
}
Last updated