How can I tell via API if a customer has cancelled their subscription?
I'm currently dealing with paypal preapproved payments, if that is relevant.
Thanks,
Cameron
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Marc Guyer on 23 Jan, 2012 02:27 PM
Hi Cameron -- Probably the best resource for that is here which briefly discusses the raw
customers/get
API call. However, you might consider using this method for checking status.Determining whether or not a customer is canceled via the API is usually left up to a wrapper. Here's the relevant methods of the PHP wrapper (CheddarGetter_Response):
Dean closed this discussion on 18 Jan, 2013 04:33 PM.