Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate supporting GoCardless API for modifying subscriptions. #332

Open
unknowndomain opened this issue Apr 10, 2018 · 1 comment
Open

Comments

@unknowndomain
Copy link
Contributor

Remember to support legacy subscriptions that need a new mandate.

@unknowndomain
Copy link
Contributor Author

unknowndomain commented May 3, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant