InitiateCollectionDto
insurerCollectionAccountIdstringrequired
invoiceIdstring
policyIdstring
quotationIdstring
payerNamestringrequired
payerAccountstringrequired
payerAccountTypestringrequired
Possible values: [mobile_money, bank, card]
amountnumberrequired
Possible values: >= 1
currencystring
taxableAmountnumber
Possible values: >= 0
vatRatenumber
Possible values: >= 0
InitiateCollectionDto
{
"insurerCollectionAccountId": "string",
"invoiceId": "string",
"policyId": "string",
"quotationId": "string",
"payerName": "string",
"payerAccount": "string",
"payerAccountType": "mobile_money",
"amount": 0,
"currency": "string",
"taxableAmount": 0,
"vatRate": 0
}