Finalize Partner Payment

Finalize Partner Payment

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

This endpoint finalizes partner payment.

Headers

NameTypeDescription

X-ApiKey

string

To be provided

Content-Type

string

application/json

Query Parameters

NameTypeDescription

accountNumber

string

Bank account number/Masked PAN of the card.

amountPaid

string

Refer to Post Travel Schedule premium

transactionRef

string

Refer to Post Travel Schedule response

partnerReference

string

Your Unique Partner Ref

gluten

boolean

Your Unique Payment Ref

Sample Payload
{
"partnerRef":"67856285398",
"accountNumber":"539941******0050",
"amountPaid":5850,
"paymentRef":"000000000171",
"transactionRef": "TRA-87F736"
}
{
    "result": {
        "fullName": "John Doe",
        "agentName": null,
        "policies": [
            "160133482401"
        ],
        "clientAddress": null,
        "clientEmail": "innovation@aiicoplc.com",
        "clientPhoneNumber": "08100000000",
        "wef": "14-May-2024",
        "wet": "18-May-2024",
        "totalAmount": "₦25,222.00",
        "printPolicyUrl": "https://portal-staging.aiicoplc.com/api/services/app/TravelProductService/GetTravelCertificate?tr=TRA-E3C006",
        "printReceiptUrl": null,
        "hash": "e3a505902ca42e97e287c66d09644db547ccd230b7eecefc8fa93e75770f1d97477155c6c77ef090f7e0fa585c730f8cc50e4e3b7318dfe0cb64d320cd8d1445",
        "responseMessage": null,
        "responseCode": null,
        "polledToTQ": false,
        "isLoan": false
    },
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated