subscription.update
Modify an existing subscription's billing parameters including amount, frequency, cycles, or next payment date in the PayFast payment system.
Instructions
Update a PayFast subscription's parameters (amount, cycles, frequency, or run date)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Subscription token | |
| amount | No | New amount in cents (ZAR). e.g., 1000 = R10.00 | |
| cycles | No | New number of cycles | |
| frequency | No | New billing frequency | |
| run_date | No | New run date (YYYY-MM-DD) | |
| confirmed | No | Set to true to confirm this update |