<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://docs.snapbill.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://docs.snapbill.com/feed.php">
        <title>SnapBill Documentation developers:general</title>
        <description></description>
        <link>https://docs.snapbill.com/</link>
        <image rdf:resource="https://docs.snapbill.com/lib/tpl/snapdocs/images/favicon.ico" />
       <dc:date>2026-04-29T19:36:01+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs.snapbill.com/developers/general/actions?rev=1413468845&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.snapbill.com/developers/general/objects?rev=1413468995&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.snapbill.com/developers/general/permissions?rev=1413615880&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.snapbill.com/developers/general/webhooks?rev=1555334258&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.snapbill.com/developers/general/xid?rev=1413469375&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://docs.snapbill.com/lib/tpl/snapdocs/images/favicon.ico">
        <title>SnapBill Documentation</title>
        <link>https://docs.snapbill.com/</link>
        <url>https://docs.snapbill.com/lib/tpl/snapdocs/images/favicon.ico</url>
    </image>
    <item rdf:about="https://docs.snapbill.com/developers/general/actions?rev=1413468845&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-10-16T14:14:05+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Actions</title>
        <link>https://docs.snapbill.com/developers/general/actions?rev=1413468845&amp;do=diff</link>
        <description>Actions

Every change to your account on SnapBill is automatically recorded and stored as an action on your account. The actions contain a full audit log and will allow you to see exactly when each change was made, and who made the change.

Action paths</description>
    </item>
    <item rdf:about="https://docs.snapbill.com/developers/general/objects?rev=1413468995&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-10-16T14:16:35+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Objects</title>
        <link>https://docs.snapbill.com/developers/general/objects?rev=1413468995&amp;do=diff</link>
        <description>Objects

Our API uses a very standardised interface to access each object within the SnapBill system.

Object listing
NameDescriptionaction	Actions are single events that happen on an accountbatch	A batch is a group of payments that are usually submitted to the bank together</description>
    </item>
    <item rdf:about="https://docs.snapbill.com/developers/general/permissions?rev=1413615880&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-10-18T07:04:40+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Permissions</title>
        <link>https://docs.snapbill.com/developers/general/permissions?rev=1413615880&amp;do=diff</link>
        <description>Permissions

System design

The SnapBill permission system runs according to a longest prefix match based system on top of the URL structure that we use in SnapBill.

By default all new users simply have the / permission enabled which gives them access to everything. If you choose to DENY /client (access to a single client) it will also block off the ability to add a client /client/add. A rule such as DENY /; ALLOW /client/add will block the user from doing anything except adding new clients.</description>
    </item>
    <item rdf:about="https://docs.snapbill.com/developers/general/webhooks?rev=1555334258&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-04-15T13:17:38+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Webhooks</title>
        <link>https://docs.snapbill.com/developers/general/webhooks?rev=1555334258&amp;do=diff</link>
        <description>Webhooks

Webhooks allow you to trigger changes on external systems as events on your SnapBill account. Every action can be delivered to your system as a webhook and can help maintain a tight integration between two systems.

Webhook delivery uses an</description>
    </item>
    <item rdf:about="https://docs.snapbill.com/developers/general/xid?rev=1413469375&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-10-16T14:22:55+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Xid</title>
        <link>https://docs.snapbill.com/developers/general/xid?rev=1413469375&amp;do=diff</link>
        <description>Xid

SnapBill always maintains two references to every object on your account. The objects id field will always be unique for an account.

Due to our systems design we do not guarentee that the id field will be unique across accounts. For example if you signup to SnapBill twice, and add clients to each account - occasionally a client on the one account will land up with the same id as a client on the other.</description>
    </item>
</rdf:RDF>
