<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://api.girocheckout.de/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://api.girocheckout.de/feed.php">
        <title>Girocheckout API en:codesamples</title>
        <description></description>
        <link>https://api.girocheckout.de/</link>
        <image rdf:resource="https://api.girocheckout.de/lib/tpl/s-public/images/favicon.ico" />
       <dc:date>2026-09-22T11:27:56+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://api.girocheckout.de/en:codesamples:applepay?rev=1743038707&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/en:codesamples:googlepay?rev=1743038911&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/en:codesamples:returncodes?rev=1780360730&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://api.girocheckout.de/lib/tpl/s-public/images/favicon.ico">
        <title>Girocheckout API</title>
        <link>https://api.girocheckout.de/</link>
        <url>https://api.girocheckout.de/lib/tpl/s-public/images/favicon.ico</url>
    </image>
    <item rdf:about="https://api.girocheckout.de/en:codesamples:applepay?rev=1743038707&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-27T02:25:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Apple Pay</title>
        <link>https://api.girocheckout.de/en:codesamples:applepay?rev=1743038707&amp;do=diff</link>
        <description>Apple Pay

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=1000&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Sample transaction&quot; \
     -d &quot;basket={\&quot;basket_items\&quot;:[{\&quot;name\&quot;:\&quot;Item 1\&quot;,\&quot;quantity\&quot;:{\&quot;quantity_amount\&quot;:1,\&quot;quantity_unit\&quot;:\&quot;pcs\&quot;},\&quot;unit_price\&quot;:{\&quot;net\&quot;:1000,\&quot;gross\&quot;:1200,\&quot;currency\&quot;:\&quot;EUR\&quot;,\&quot;tax\&quot;:2000}}]}&quot; \
     -d &quot;urlRedirect=http://www.my-domain.de/applepay/redirect&quot; \
     -d &quot;u…</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/en:codesamples:googlepay?rev=1743038911&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-27T02:28:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Google Pay</title>
        <link>https://api.girocheckout.de/en:codesamples:googlepay?rev=1743038911&amp;do=diff</link>
        <description>Google Pay

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=1000&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Sample payment&quot; \
     -d &quot;basket={\&quot;basket_items\&quot;:[{\&quot;name\&quot;:\&quot;Item 1\&quot;,\&quot;quantity\&quot;:{\&quot;quantity_amount\&quot;:1,\&quot;quantity_unit\&quot;:\&quot;pcs\&quot;},\&quot;unit_price\&quot;:{\&quot;net\&quot;:1000,\&quot;gross\&quot;:1200,\&quot;currency\&quot;:\&quot;EUR\&quot;,\&quot;tax\&quot;:2000}}]}&quot; \
     -d &quot;urlRedirect=http://www.my-domain.de/googlepay/redirect&quot; \
     -d &quot;url…</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/en:codesamples:returncodes?rev=1780360730&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-02T02:38:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Antwortcodes</title>
        <link>https://api.girocheckout.de/en:codesamples:returncodes?rev=1780360730&amp;do=diff</link>
        <description>Antwortcodes

5000 - 5099, 5500 - 5599 : API call error 

5100 - 5150 : payment processor error during initialisation 

5200 - 5250 : giroapy error during initialisation 

6000 - 6020 : giropay bank status


General
rc      Description     0</description>
    </item>
</rdf:RDF>
