<?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 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-22T12:08:03+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:applepay?rev=1742869378&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:bluecode?rev=1618230552&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:creditcard?rev=1667848854&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:directdebit?rev=1667849788&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:direktubw?rev=1742240755&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:eps?rev=1667846955&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:giropay-id-kvs-avs?rev=1618230552&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:giropay?rev=1709994029&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:giropaypd?rev=1653409815&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:googlepay?rev=1743038824&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:ideal?rev=1667847295&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:maestro?rev=1618230552&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:paydirekt?rev=1618230552&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:paypage?rev=1618230552&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:paypal?rev=1618230552&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:resultpayment?rev=1618230553&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:returncodes?rev=1780360696&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:rppcheck?rev=1618230553&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:sofortuw?rev=1618230553&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:start?rev=1618230553&amp;do=diff"/>
                <rdf:li rdf:resource="https://api.girocheckout.de/codesamples:wero?rev=1770410898&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/codesamples:applepay?rev=1742869378&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-25T03:22:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Apple Pay</title>
        <link>https://api.girocheckout.de/codesamples:applepay?rev=1742869378&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=Beispieltransaktion&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;…</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:bluecode?rev=1618230552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-12T14:29:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Blue Code</title>
        <link>https://api.girocheckout.de/codesamples:bluecode?rev=1618230552&amp;do=diff</link>
        <description>Blue Code

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=10000&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Beispieltransaktion&quot; \
     -d &quot;urlRedirect=http://www.my-domain.de/girocheckout/redirect&quot; \
     -d &quot;urlNotify=http://www.my-domain.de/girocheckout/notify&quot; \
     -d &quot;hash=1189b707a5eeab6ba79e6dc937abad0d&quot; \
     https://payment.girosolution.de/girocheckout/api/v2/transaction/start</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:creditcard?rev=1667848854&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-07T20:20:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Kreditkarte</title>
        <link>https://api.girocheckout.de/codesamples:creditcard?rev=1667848854&amp;do=diff</link>
        <description>Kreditkarte

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=100&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Beispieltransaktion&quot; \
     -d &quot;locale=de&quot; \
     -d &quot;mobile=0&quot; \
     -d &quot;pkn=create&quot; \
     -d &quot;recurring=0&quot; \
     -d &quot;urlRedirect=http://www.my-domain.de/girocheckout/redirect&quot; \
     -d &quot;urlNotify=http://www.my-domain.de/girocheckout/notify&quot; \
     -d &quot;hash=26fbe72bcc0b7cd0b024b2282e974583&quot; \
  …</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:directdebit?rev=1667849788&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-07T20:36:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Directdebit</title>
        <link>https://api.girocheckout.de/codesamples:directdebit?rev=1667849788&amp;do=diff</link>
        <description>Directdebit

authorize.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=100&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Lastschrift Transaktion&quot; \
     -d &quot;iban=DE23690516200012345600&quot; \
     -d &quot;accountHolder=Max Mustermann&quot; \
     -d &quot;mandateReference=12345abcde&quot; \
     -d &quot;mandateSignedOn=2014-01-01&quot; \
     -d &quot;mandateReceiverName=mein Shop&quot; \
     -d &quot;mandateSequence=1&quot; \
     -d &quot;hash=28caaa92da143ed83cef2e73213ff162&quot; \…</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:direktubw?rev=1742240755&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-17T20:45:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Direktüberweisung</title>
        <link>https://api.girocheckout.de/codesamples:direktubw?rev=1742240755&amp;do=diff</link>
        <description>Direktüberweisung

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=100&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Beispieltransaktion&quot; \
     -d &quot;urlRedirect=http://www.my-domain.de/girocheckout/redirect&quot; \
     -d &quot;urlNotify=http://www.my-domain.de/girocheckout/notify&quot; \
     -d &quot;hash=256b7bb16edbc76871c830d0d623c303&quot; \
     https://payment.girosolution.de/girocheckout/api/v2/transaction/start</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:eps?rev=1667846955&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-07T19:49:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>EPS</title>
        <link>https://api.girocheckout.de/codesamples:eps?rev=1667846955&amp;do=diff</link>
        <description>EPS

bankstatus.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;bic=HYPTAT22&quot; \
     -d &quot;hash=818a60dde0fbaeb5e7f5affe7c2a28a7&quot; \
     https://payment.girosolution.de/girocheckout/api/v2/eps/bankstatus</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:giropay-id-kvs-avs?rev=1618230552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-12T14:29:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>giropay-ID Konto- und Altersverifikation</title>
        <link>https://api.girocheckout.de/codesamples:giropay-id-kvs-avs?rev=1618230552&amp;do=diff</link>
        <description>giropay-ID Konto- und Altersverifikation

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;iban=DE87123456781234567890&quot; \
     -d &quot;urlRedirect=http://www.ihre-domein.de/girocheckout/redirect&quot; \
     -d &quot;urlNotify=http://www.ihre-domein.de/girocheckout/notify&quot; \
     -d &quot;hash=6048aefae3e7a684ac9d7251220f99f8&quot; \
     https://payment.girosolution.de/girocheckout/api/v2/transaction/start</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:giropay?rev=1709994029&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-09T15:20:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>giropay</title>
        <link>https://api.girocheckout.de/codesamples:giropay?rev=1709994029&amp;do=diff</link>
        <description>giropay

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=100&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Beispieltransaktion&quot; \
     -d &quot;shoppingCartType=DIGITAL&quot; \
     -d &quot;shippingAddresseFirstName=Max&quot; \
     -d &quot;shippingAddresseLastName=Mustermann&quot; \
     -d &quot;shippingEmail=mmuster@example.com&quot; \
     -d &quot;urlRedirect=http://www.ihre-domein.de/girocheckout/redirect&quot; \
     -d &quot;urlNotify=http://www.ihre-do…</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:giropaypd?rev=1653409815&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-05-24T18:30:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>giropay</title>
        <link>https://api.girocheckout.de/codesamples:giropaypd?rev=1653409815&amp;do=diff</link>
        <description>giropay

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=100&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Beispieltransaktion&quot; \
     -d &quot;urlRedirect=http://www.ihre-domein.de/girocheckout/redirect&quot; \
     -d &quot;urlNotify=http://www.ihre-domein.de/girocheckout/notify&quot; \
     -d &quot;hash=3188f48186078f8a86b85959b23133b2&quot; \
     https://payment.girosolution.de/girocheckout/api/v2/transaction/start</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:googlepay?rev=1743038824&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-27T02:27:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Google Pay</title>
        <link>https://api.girocheckout.de/codesamples:googlepay?rev=1743038824&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=Beispieltransaktion&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…</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:ideal?rev=1667847295&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-07T19:54:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>iDEAL</title>
        <link>https://api.girocheckout.de/codesamples:ideal?rev=1667847295&amp;do=diff</link>
        <description>iDEAL

issuer.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;hash=02f123fdb8b2056596abc0e6ebb1a8c3&quot; \
     https://payment.girosolution.de/girocheckout/api/v2/ideal/issuer


issuer.response

hash : eef32d3cd0f91bf9328825da6b8997ce</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:maestro?rev=1618230552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-12T14:29:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Maestro</title>
        <link>https://api.girocheckout.de/codesamples:maestro?rev=1618230552&amp;do=diff</link>
        <description>Maestro

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=100&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Beispieltransaktion&quot; \
     -d &quot;urlRedirect=http://www.my-domain.de/girocheckout/redirect&quot; \
     -d &quot;urlNotify=http://www.my-domain.de/girocheckout/notify&quot; \
     -d &quot;hash=9fbd406b72b229a386cd65fc1257c9ad&quot; \
     https://payment.girosolution.de/girocheckout/api/v2/transaction/start</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:paydirekt?rev=1618230552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-12T14:29:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Paydirekt</title>
        <link>https://api.girocheckout.de/codesamples:paydirekt?rev=1618230552&amp;do=diff</link>
        <description>Paydirekt

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=10000&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Beispieltransaktion&quot; \
     -d &quot;type=SALE&quot; \
     -d &quot;shoppingCartType=PHYSICAL&quot; \
     -d &quot;customerId=1234567&quot; \
     -d &quot;shippingAmount=500&quot; \
     -d &quot;shippingAddresseFirstName=Otto&quot; \
     -d &quot;shippingAddresseLastName=Mustermann&quot; \
     -d &quot;shippingZipCode=12345&quot; \
     -d &quot;shippingCity=Frankfurt…</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:paypage?rev=1618230552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-12T14:29:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Payment Page</title>
        <link>https://api.girocheckout.de/codesamples:paypage?rev=1618230552&amp;do=diff</link>
        <description>Payment Page

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=100&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Beispieltransaktion&quot; \
     -d &quot;description=Fahrradleuchte klein&quot; \
     -d &quot;type=SALE&quot; \
     -d &quot;locale=de&quot; \
     -d &quot;paymethods=1,2,6,11,14&quot; \
     -d &quot;test=1&quot; \
     -d &quot;successUrl=http://www.my-domain.de/girocheckout/success&quot; \
     -d &quot;backUrl=http://www.my-domain.de/girocheckout/back&quot; \
    …</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:paypal?rev=1618230552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-12T14:29:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>PayPal</title>
        <link>https://api.girocheckout.de/codesamples:paypal?rev=1618230552&amp;do=diff</link>
        <description>PayPal

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=100&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Beispieltransaktion&quot; \
     -d &quot;urlRedirect=http://www.my-domain.de/girocheckout/redirect&quot; \
     -d &quot;urlNotify=http://www.my-domain.de/girocheckout/notify&quot; \
     -d &quot;hash=19a1f2dae3e6fccc37ea29e025ebfb1a&quot; \
     https://payment.girosolution.de/girocheckout/api/v2/transaction/start</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:resultpayment?rev=1618230553&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-12T14:29:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>resultPayment</title>
        <link>https://api.girocheckout.de/codesamples:resultpayment?rev=1618230553&amp;do=diff</link>
        <description>resultPayment

general
paymentCode  Beschreibung     4000 Zahlung erfolgreich 4001         Transaktion nicht erfolgreich 4002         giropay Bank offline 4003         Kein gültiger Online Banking Account 4004         Benutzer hat die Transaktion abgebrochen</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:returncodes?rev=1780360696&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-02T02:38:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Antwortcodes</title>
        <link>https://api.girocheckout.de/codesamples:returncodes?rev=1780360696&amp;do=diff</link>
        <description>Antwortcodes

5000 - 5099, 5500 - 5599 : Fehler beim Schnittstellenaufruf

5100 - 5150 : Fehler beim Initialisieren der Zahlung beim Betreiber

5200 - 5250 : giropay Initialisierungsfehler

6000 - 6020 : giropay Bankauswahl


General
Code      Beschreibung</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:rppcheck?rev=1618230553&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-12T14:29:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>RPP-Check</title>
        <link>https://api.girocheckout.de/codesamples:rppcheck?rev=1618230553&amp;do=diff</link>
        <description>RPP-Check

rppcheck.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;bankcode=12345679&quot; \
     -d &quot;bankaccount=1234567890&quot; \
     -d &quot;hash=d5b5ff6b4880824311dbe7c1a62ff211&quot; \
     https://payment.girosolution.de/girocheckout/api/v2/scoring/rppcheck</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:sofortuw?rev=1618230553&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-12T14:29:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Sofort-Überweisung</title>
        <link>https://api.girocheckout.de/codesamples:sofortuw?rev=1618230553&amp;do=diff</link>
        <description>Sofort-Überweisung

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=10000&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Beispieltransaktion&quot; \
     -d &quot;urlRedirect=http://www.my-domain.de/girocheckout/redirect&quot; \
     -d &quot;urlNotify=http://www.my-domain.de/girocheckout/notify&quot; \
     -d &quot;hash=e7d0315da159739d8087277f786f6f2f&quot; \
     https://payment.girosolution.de/girocheckout/api/v2/transaction/start</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:start?rev=1618230553&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-12T14:29:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Quellcodebeispiele</title>
        <link>https://api.girocheckout.de/codesamples:start?rev=1618230553&amp;do=diff</link>
        <description>Quellcodebeispiele</description>
    </item>
    <item rdf:about="https://api.girocheckout.de/codesamples:wero?rev=1770410898&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-06T21:48:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>WERO</title>
        <link>https://api.girocheckout.de/codesamples:wero?rev=1770410898&amp;do=diff</link>
        <description>WERO

transactionstart.request


curl -d &quot;merchantId=1234567&quot; \
     -d &quot;projectId=1234&quot; \
     -d &quot;merchantTxId=1234567890&quot; \
     -d &quot;amount=100&quot; \
     -d &quot;currency=EUR&quot; \
     -d &quot;purpose=Beispieltransaktion WERO&quot; \
     -d &quot;urlRedirect=http://www.my-domain.de/girocheckout/redirect&quot; \
     -d &quot;urlNotify=http://www.my-domain.de/girocheckout/notify&quot; \
     -d &quot;hash=256b7bb16edbc76871c830d0d623c303&quot; \
     https://payment.girosolution.de/girocheckout/api/v2/transaction/start</description>
    </item>
</rdf:RDF>
