Investigate supporting GoCardless API for modifying subscriptions.
Opened this issue · 1 comments
unknowndomain commented
Remember to support legacy subscriptions that need a new mandate.
unknowndomain commented
You can only change your subscription amount and description.
PUT: https://api-sandbox.gocardless.com/subscriptions/SB00000000000
Accept: application/json
Accept-Encoding: gzip, deflate
Content-Type: application/json
Authorization: Bearer REDACTED
Accept-Language: en-gb
GoCardless-Version: 2015-07-06
{
"subscriptions": {
"amount": "2500"
}
}
It will send an email:
Dashboard keeps track of these changes: