• Hello

    I wonder if it isspossible to integrate your paywall with our subscription system with this API?

    In our API you check if a subscription is valid using. an HTTP POST against a particular URL.
    You do this by posting two form parameters; “Username” and “password”.
    Assume that the connection is set up over https.
    ?
    These must be posted to
    ?
    https: // <server name> / api / checkabo
    ?
    You can also add a third parameter – “return code” (numbers) – to specify which option you want the answer to:
    ?
    return code
    Answer
    ???? 1
    “True” or “False” – as text (default)
    ???? 2
    ?1? or ?0?
    ???? 3
    “OK” or “ERROR”
    ???? 4
    “YES” or “NO”
    ???? 5
    true or false – like boolean
    ?
    The answer is returned in a JSON string, with multiple values. Example
    ?
    { “Status”: “OK”, “error”: “”}
    – subscription is valid, no error message
    { “Status”: true, “error”: “”}
    – subscription is valid, no error message
    {“status”: “NO”, “error”: “Electronic subscription not active”}
    – subscription not valid, error message described
    ?
    It is the value of “status” that determines whether or not the subscription is valid.

    Br
    Kjell
    Paradigm AS

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Jeremy Green

    (@endocreative)

    Yes, Leaky Paywall can be integrated with other subscription systems. We have built many custom integrations for 3rd party fulfillment centers and custom internally built subscriber management systems.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    @paradigmas @endocreative The forums may not be used to negotiate your private business. Please contact each other directly and off forum if you’re discussing custom work.

    Plugin Contributor Jeremy Green

    (@endocreative)

    For sure @sterndata. I was just letting them know it could be done. Any additional conversations will be had elsewhere.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Paywall integration’ is closed to new replies.