<?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:signups_and_payments</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-06-02T19:57:47+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs.snapbill.com/developers/signups_and_payments/payment?rev=1504613515&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.snapbill.com/developers/signups_and_payments/signatures?rev=1413615354&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.snapbill.com/developers/signups_and_payments/signup?rev=1415882252&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/signups_and_payments/payment?rev=1504613515&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-05T12:11:55+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Payment Transactions</title>
        <link>https://docs.snapbill.com/developers/signups_and_payments/payment?rev=1504613515&amp;do=diff</link>
        <description>Payment Transactions

The client object contains a field under urls called payment. If the relevant client where to visit this URL they can make a payment without logging in first.

Redirects

When redirecting a client to this URL one can optionally specify the</description>
    </item>
    <item rdf:about="https://docs.snapbill.com/developers/signups_and_payments/signatures?rev=1413615354&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-10-18T06:55:54+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Signatures</title>
        <link>https://docs.snapbill.com/developers/signups_and_payments/signatures?rev=1413615354&amp;do=diff</link>
        <description>Signatures

When sending data to your website that the user has control of, we'll sign the data to prevent any tampering. Sample code for generating the signatures in Python and PHP are available below.

Example code written in Python


# Example script showing how to verify url parameters using the shared secret.
import base64
import hashlib
import hmac
import urllib

shared_secret = 'e30171d41baad4372c73f72335789915'
url_params = {
    &quot;client_id&quot;: &quot;..&quot;,
    &quot;id&quot;: &quot;..&quot;,
    &quot;service_id&quot;: &quot;..&quot;,…</description>
    </item>
    <item rdf:about="https://docs.snapbill.com/developers/signups_and_payments/signup?rev=1415882252&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T12:37:32+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Signup forms</title>
        <link>https://docs.snapbill.com/developers/signups_and_payments/signup?rev=1415882252&amp;do=diff</link>
        <description>Signup forms

The standard signup form allows a client to sign up for a single service. We do intend to add other types of signups, perhaps a single page and shopping cart version, at a later stage, but for now only the default single service version is the only one available.</description>
    </item>
</rdf:RDF>
