Pay for quotation
POST
/payments/{quoteId}/pay
Initiate a payment for a motor insurance quotation. Supports mobile money (Airtel, MTN, Zamtel), card (Visa/Mastercard), and mobile banking.
Authorizations
BearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
quoteId*
Type
Requiredstring
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
Payment initiated
application/json
JSON "status": "string", "reference": "string"
{
}
