Update / set a payout on a Merchant's Settlement Schedule(s).
Parameters
The following parameters are available to properly update / set payout on a settlement schedule.
parameter | description | required |
---|---|---|
id | the id of the settlement schedule to be updated | Yes |
name | your name of the settlement schedule (individually granted) | No |
description | a description of the settlement schedule (individually granted) | No |
schedule | the desired schedule frequency of the settlement schedule | No |
schedule_factor | the multiplier to the settlement schedule | No |
start_date | the start date of the updated settlement | No |
amount | the desired amount to be settled | No |
unit_of_measure | the unit of measure that the settlement is using to calculate how much is being settled | No |
minimum | the minimum amount required for a settlement to be made (individually granted) | No |
maximum | the maximum amount of a settlement (individually granted) | No |
float | the minimum amount that is desired to stay inside of an account's balance (individually granted) | No |
off_days | indicates whether or not that holidays and weekends will create a settlement | No |
same_day | indicates whether a settlement will be made the same day this update is requested | No |
is_inactive | indicates whether or not the settlement schedule is active | No |
is_frozen | indicates whether or not the settlement schedule is frozen | No |
JSON Example
The following JSON example provides test values to update a settlement schedule. You can copy and paste these values in the Body Params section above to be used by the Try It feature
{
[
{
"id": "{schedule_id}",
"amount": 3.00
},
{
"id": "{schedule_id}",
"amount": 6.00
}
]
}