Are there any big downsides to just making Calls with plain HTML (instead of one of the wrappers)?
I integrated our windows PC software with Cheddargetter a few
years ago.
I wanted to be backward compatible with our existing server based
subscription, which was just a cobbled together thing. (A list of
valid IDs). Hey, it was an experiment.
Now I want to just make the calls directly to Cheddargetter.
I'm thinking I can just make simple HTML calls and get back an XML response, right?
All I'm looking to get back from the response is:
- Are they currently a valid subscriber
- What is their expiration date.
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 Meghan Turner on 12 Jul, 2016 04:20 PM
Hi Clay,
Yes, you can use the API directly via HTTP. The wrappers just make it more convenient. For the use-case you've described, you just want to pull the customer data, then using that data determine if the customer is active (or rather does not have a
subscription->canceledDatetime
) and the value of that customer's credit card expiration date (subscription->ccExpirationDate
).Meghan
Meghan Turner closed this discussion on 19 Jul, 2016 04:47 PM.