Payment Notifications

This endpoint is used to notify Casava when the policyholder has completed their payment.

Used to notify casava of completed payment from a policy holder via the channel

post
Authorizations
api_keystringRequired
Header parameters
api_keyanyRequired
Body
paymentReferencestringRequired

unique payment reference from the channel used to identify policy holder payment

Example: ref123
policyHolderNumberstringOptional

policy holder system generated unique identifier

Example: 12345678
amountnumberRequired

payment amount

Example: 50
currencystringOptional

payment amount currency

Example: NGN
paymentDatestringOptional

transaction payment date

Example: 2021-10-23
paymentEffectiveDatestringOptional

settlement payment date for reconcillation purpose

Example: 2021-10-23
paymentChannelstringOptional

channel used to complete payment

Example: MOBILE
policyNumberstringOptional

unique reference used to identify a policy with a policy holder

Example: 12345623
Responses
chevron-right
200

successful operation

application/json
post
/paymentNotifications

Sample Request

Sample Response

Last updated