Denne nettsiden er erstattet.

Gå til Cornerstone.no. Under LEARN i toppmenyen finner du artikler.


Du vil likevel, inntil videre, finne din artikkel under. 

Om du kom til denne artikkelen via en direktelenke, anbefaler vi deg å oppdatere denne lenken, med ny lenke fra samme artikkel på den nye artikkel-siden.

 

NYTT I CORNERSTONE: Sertifiseringer

Vi tilbyr nå sertifiseringer i Cornerstone, som den beste metode for å lære seg plattformen.

Gå hit for å starte ditt sertifiseringsløp.

____________________________________________

API: Register recurring agreement

How to get started with API to register recurring agreeements in Cornerstone

Authentication

All requests to our API need authentication. For this, you need a username and password for a CS user with proper access to use our API. See general API documentation for details.

We strongly recommend that you create a separate role for API users in your Cornerstone room. This role needs only 'Donor' (Giver) access for the Fundraising module.
Then, register a user with access to this new API role only.

Server to server
All communication with our API has to be from your server. Username and pw can not be used on client side. If we find that requests are made directly from client side, we will have to delete this user.

Register agreement

See API documentation for details. When an agreement is registered, you will receive the KID for the agreement and the URL for signing the agreement (AvtaleGiro/Nets or Vipps recurring).

You can find the target cause id from the fundraising module pages. Cause id is found as parameter in URL: https://mycornerstonewebsite.com/_module/fundraising/causes/all/view/fundraising_cause/17685/

Contact Kommunion to receive your client_id.

Example
The API documentation has a PHP example to register an agreement.

Testing
For testing, we recommend testing towards a separate room.

----

General description of our API: https://docs.google.com/document/d/1BqhXLI1CHMonWL3j1-fF1JWWSRuCgtKOPQKqFpvJqTw/edit?usp=sharing
Documentation on how to register recurring agreement: https://docs.google.com/document/d/14nIaVhtYmUO4QJSgg07OcgxBSuQ6JC2bwtCK9u58d6U/edit#heading=h.f9q30ydjeu8i

API: Register recurring agreement