Finalize Partner payment

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

Headers

NameTypeDescription

X-ApiKey*

String

To be provided.

Content-Type*

String

application/json

Request Body

NameTypeDescription

paymentRef

String

Your Unique Payment Ref

accountNumber*

String

Bank account number/Masked PAN of card

partnerReference*

String

Your Unique Partner Ref

amountPaid*

String

Amount to be paid.

transctionRef*

String

Refer to Post Life Renewal Schedule response

Sample Payload
{
  "accountNumber": "94A3B1D876D90C50E054020820AB288F",
  "amountPaid": "15000",
  "partnerReference": "94A3B1D876D90C50E054020820AB288F",
  "paymentRef": "94A3B1D876D90C50E054020820AB288F",
  "transactionRef": "REN-3D79E9"
}

Last updated