Skip to content

📱 Instant Donate ⚡ S€PA.digital 🇪🇺 #SEPAdigital #InstantPayment

License

Notifications You must be signed in to change notification settings

evo42/SOFORT.jetzt

Repository files navigation

TLDR

An open standards based payment network.

📖 Open Source 💥 Experiment with ✱R.E.A.L. MONEY✱ 💶

🔥 S€PA.digital — Institut für Zahlungsverkehr

☎️ +43 27 4244 303 📮 [email protected]

📯 S€PA.digital c/o K42 Ventures OÜ, Europaplatz 42, 3100 Sankt Pölten 🇦🇹 🇪🇺 🇪🇪

👩‍💻 Fork it, Fix it, Push it ✱ #hackSEPA#SCTInst2142+ supported PAN-EU-banks 🇪🇺

SOFORT.jetzt/investieren - mit 🏦 live update

🌱 SOFORT.jetzt/investieren/GrEEK✱🇬🇷✱Island✱🏖️✱🇪🇺✱

HTML

Add the following HTML-Tags to any web page to accept SEPA credit transfers via SEPA.digital

    <!--      Enable the S€PA.digital Payment Method in the browser     -->
    <link href="https://SEPA.digital/pay/instant.json" rel="manifest" />

    <!--      Describe the recipient with https://schema.org/BankAccount ✱ ✱ ✱  -->
    <script id="SEPAdigital" data-type="application/ld+json">
        window.SEPAdigital.to = {
            "@context": "https://schema.org",
            "@type": "BankAccount",
            "iban": "AT43 2011 1289 2684 7600",
            "bic": "GIBAATWWXXX",
            "recipient": {
                "@type": "Organization",
                "legalName": "Ärzte ohne Grenzen - Médecins Sans Frontières österreichische Sektion",
                "alternateName": "Ärzte ohne Grenzen",
                "url": "https://aerzte-ohne-grenzen.at",
                "telephone": "+43 1 267 51 00",
                "seeAlso": "https://aerzte-ohne-grenzen.at/spenderservice",
                },
            },
            "bankAccountType": "SEPA.digital",
            "cashBack": 0,
            "contactlessPayment": true,
            "currency": "EUR",
            "itentifier": "https://citizen.bmi.gv.at/at.gv.bmi.fnsweb-p/zvn/public/Registerauszug/#517860631",
        }
    </script>
    
    <!--      Add an amount form field     -->
    <input class="w3c-pr-amount-checkout" type="number" placeholder="Betrag in EUR" />

    <!--      Add the Payment Request API checkout button to the <body>     -->
    <a class="w3c-pr-btn-checkout" href="#SEPAdigital/pay">
      Jetzt spenden
    </a>
    <div id="w3c-pr-msg" class="hide"></div>

    <!--      Add the S€PA.digital Payment Request API before </body> ✱ ✱ ✱  -->
    <script src="https://SEPA.digital/pay/cash.min.js"></script>
    <script src="https://SEPA.digital/pay/w3c-pr-api.js"></script>
    <script src="https://SEPA.digital/donate.js"></script>
 
    <!--      ✔️ S€PA.digital Pay is now ready #ZeroFees to accespt SCT TX     -->

👩🏾‍⚕️ HTML / JS @ Ärzte ohne Grenzen 🇦🇹 Spendenseite Sourcecode auf Github.

API

{tbd}

About

📱 Instant Donate ⚡ S€PA.digital 🇪🇺 #SEPAdigital #InstantPayment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published