Details
-
Type: Task
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 4.8.0
-
Fix Version/s: Short Term
-
Component/s: Gateways
-
Labels:None
Description
When a subscription is made in GoCardless, a specific amount is set up to recur automatically each month. However, if the cost of the service, and thus the invoice, changes, the subscription must be manually cancelled and re-created for the new amount. This is particularly troublesome when the cost of a service is changing frequently.
GoCardless appears to have an API command for updating the amount of a subscription:
https://developer.gocardless.com/api-reference/#subscriptions-update-a-subscription
Question is, what would be required to have the GoCardless gateway update a subscription when the amount changes?
Activity
Paul Phillips
created issue -
Paul Phillips
made changes -
Field | Original Value | New Value |
---|---|---|
Security | Private [ 10000 ] |
It sounds like the invoice itself that is generated should update the subscription to match the value of the invoice. If the client gets several invoices per month, then each time an invoice is generated the subscription is updated (and possibly charged right away).