Skip to main content

GeneratePaymentBatchDto

periodStartstringrequired

Period start date (YYYY-MM-DD)

periodEndstringrequired

Period end date (YYYY-MM-DD)

paymentFrequencystringrequired

Which frequency tier to include

Possible values: [DAILY, WEEKLY, BI_WEEKLY, MONTHLY]

paymentMethodstringrequired

Possible values: [MOBILE_MONEY, BANK_TRANSFER, CASH, THIRD_PARTY_PAYROLL]

currencystring
Default value: RWF
GeneratePaymentBatchDto
{
"periodStart": "string",
"periodEnd": "string",
"paymentFrequency": "DAILY",
"paymentMethod": "MOBILE_MONEY",
"currency": "RWF"
}