Are there any big downsides to just making Calls with plain HTML (instead of one of the wrappers)?

Clay Nichols's Avatar

Clay Nichols

11 Jul, 2016 04:56 PM

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:

  1. Are they currently a valid subscriber
  2. What is their expiration date.
  1. Support Staff 1 Posted by Meghan Turner on 12 Jul, 2016 04:20 PM

    Meghan Turner's Avatar

    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

  2. Meghan Turner closed this discussion on 19 Jul, 2016 04:47 PM.

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

Recent Discussions

28 Mar, 2024 10:45 PM
24 Jan, 2024 08:33 AM
11 Jan, 2024 07:13 AM
30 Nov, 2023 02:07 AM
22 Nov, 2023 08:41 AM