southlondonmakerspace/membership-system

Investigate supporting GoCardless API for modifying subscriptions.

Opened this issue · 1 comments

Remember to support legacy subscriptions that need a new mandate.

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:

screen shot 2018-05-03 at 23 16 43

Dashboard keeps track of these changes:

screen shot 2018-05-03 at 23 18 06