Skip to content

Extend and pay motor policy

POST
/policies/motor/{policyId}/extend/pay

Extend and pay for a motor insurance policy in a single step.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

policyId*
Type
string
Required

Request Body

application/json
JSON
{
  
"reference": "partner-ref-001",
  
"payment": {
  
  
"method": "string",
  
  
"mobileMoneyAccountNumber": "0971234567",
  
  
"cardDetails": {
  
  
  
"city": "string",
  
  
  
"country": "string",
  
  
  
"address": "string",
  
  
  
"zip": 0
  
  
},
  
  
"gateway": "Airtel"
  
}
}

Responses

Motor policy extended and paid

application/json
JSON
{
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Built with ❤️ by Hobbiton Technologies