Jamie
- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by Jamie-
Jamie created an article,
How does the SDI work?
The SDI allows you to easily build and promote a custom link to our donation process with extra parameters on the query string. Clicking on the link on a 3rd party site, the donor then donates on ...
-
Jamie created an article,
Is there a donation API?
No. At present we don't have a donation API which is why we provide the SDI to all users. We do have two donation APIs that allow you to query the status and details of a given donationID. 1. Retri...
-
Jamie created an article,
What does the data API offer?
The Data API is a private API for use by Charities CRM software providers offering a service to charities The API returns the data charities traditionally download from their JustGiving charity...
-
Jamie created an article,
Does my app need approval before going live?
In theory no, but we do ask you to get in touch and share with us your application. Your API key is automatically set to work for production. You never know though we may be able to add some value ...
-
Jamie created an article,
How can I contact JustGiving for technical support?
There are 3 ways to get the support you need. Read our technical Frequently Asked Questions: https://justgiving-developer.zendesk.com/hc/en-us Submit a Request - log a ticket with us by clicking...
-
Jamie created an article,
What is Production
All the URIs provided in our documentation are environment independent. Our production website is home.justgiving.com Our production API is api.justgiving.com Testing should not be conducted agai...
-
Jamie created an article,
Content Types
We support JSON, XML and experimentally JSONP (with a callback= query string parameter). You must ensure you set your HTTP headers correctly (Content-type and Accept) while making requests to ensur...
-
Jamie created an article,
HTTP Verbs
We use standard HTTP verbs for our requests. Expect to see resources that require GET, HEAD, POST and PUT to work correctly. Ensure your framework supports these verbs.
-
Jamie created an article,
Status Codes
The API makes use of HTTP status codes as per-spec. The kind of responses you might receive are: 200 OK 201 Created 400 Bad Request (for validation errors) 401 Unauthorized (authentication errors)...
-
Jamie created an article,
What type of information should I supply?
When asking us for technical support the more information you can supply us the better. Data points to consider include: Your appID The specific API you are attempting to call (if any) The status ...