Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Public Function Edit ( _ request As SchedulingRequest _ ) As SchedulingResponse
Parameters
- request
- Type: Bluefin.Web.Client SchedulingRequest
Recurring Payment Schedule parameters to edit
Return Value
The instance of SchedulingResponse.Modify the schedule of an existing recurring payment
You can modify the schedule of any existing recurring payment to change when the next transaction will be processed. Scheduled payments can occur on any day of the month from the 1st to the 28th, or on the last day of the month. There is no way to specify that a payment should be made on the 29th, 30th, or 31st of each month, since not all months have those days.
Modify the value of a recurring payment
You can modify the amount that a customer is charged on all their future recurring charges. Once you modify the amount of a transaction, you will not be able to review the historical amount associated with the recurring transaction. If you run reporting over a date range for the transaction charges you will be able to see the different amounts charged but there will be no way to retrieve/lookup an individual record via the API.
Disable the schedule of an existing recurring payment
You can modify a recurring transaction so that it will make no additional charges. You can change the status of a recurring payment to DISABLED to stop future transactions at any time. Conversely you can also change the status of a disabled recurring transaction to ENABLED to make it run again.