Manage recurring charges
Methods that manage recurring charges are located on the recurring charge endpoint. The payment WSDL is located at http://smile.example.com:port/stage/smile/ws/v2/recurringcharge?wsdl
The following methods manage payments:
- getSimpleRecurringCharge() retrieves a recurring charge with a specified recurring charge ID.
- getSimpleRecurringCharges() retrieves a list of recurring charges for an account or subscription.
- updateSimpleRecurringCharges() updates recurring charges for an account or subscription.
- addSimpleRecurringCharges() adds recurring charges to an account or subscription.