Calculate the pay plan parameters for the given amount and list of variants.
Beta release - This endpoint is close to being finalised but non-backward compatible changes to parameters and behaviour may still occur.
{- "amount": {
- "minorCurrencyUnits": 0,
- "currency": "AUD"
}, - "payPlanVariants": [
- "payplan_fortnight_25_25_25_25"
], - "payInFullAmount": 0
}
{- "parameters": [
- {
- "amount": {
- "minorCurrencyUnits": 0,
- "currency": "AUD"
}, - "initialPayment": 0,
- "instalmentLength": 0,
- "instalmentFrequency": "Weekly",
- "proposedSchedule": [
- {
- "at": "2019-08-24T14:15:22Z",
- "amount": 0
}
], - "payPlanVariant": "payplan_fortnight_25_25_25_25"
}
]
}