Renew and pay motor policy
POST
/policies/motor/{policyId}/renew/pay
Renew and pay for a motor insurance policy in a single step.
Authorizations
BearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
policyId*
Type
Requiredstring
Request Body
application/json
JSON "duration": 0, "startDate": "string", "reference": "partner-ref-001", "payment": { "method": "string", "mobileMoneyAccountNumber": "0971234567", "cardDetails": { "city": "string", "country": "string", "address": "string", "zip": 0 }, "gateway": "Airtel" }
{
}
Responses
Motor policy renewed and paid
application/json
JSON
{
}
