• Developers
  • Using bunq for iDEAL payment on website

I've got a question about the following. I would like to use bunq for iDeal payments on my website. It's not for commercial use though. I almost could you the bunq.me link but the only thing I'm missing there is a redirect to the webpage with a confirmation for the user. Can someone help me out? Curious to see what's possible!

    Maybe A payment provider like mollie or adyen will do the trick?

      @MarcoBoersma#42490 No unfortunately they can only offer me their service if I’m commercial (you need a KvK). That’s why bunq came out as a solution.

        @Bastiaan#42498 I will give this one a try. Did you make it?

          @TwitNour#42532 Yes. As an example/proof of concept πŸ™‚

            @Bastiaan#42534 I messaged you on Twitter regarding your php creation. I hope you can help me oug! :)

              Do you have bunq Premium? Then you should work with the API. If not, you can probably do something with an iframe and monitor the content of the payment page, if paid then redirect.

                @Qarizma#42949 I do have premium, yes. I do want to make it work with the API.

                  @TwitNour#42942 I've send you a message via Twitter 🐀

                    @Qarizma#42949 I tried your github repos. and it works partly now. I can create requests but after paying the request the status of the request stays at "WAITING_FOR_PAYMENT", probably because it's an open request and it can be paid multiple times. How can I change this?

                      @TwitNour#43014 You can add a callback url for the category "BUNQME_TAB", to get a callback from bunq to your server when the request is payed.

                      When the payment whas succesfull you can update the status of the request via the API (with the SDK) πŸ‘πŸ»

                        6 months later

                        @Tamer#42949 I don't have premium but I would still love a redirect after payment function for bunq.me

                        How would you suggest doing this through an Iframe? I could use some help with that. We are not commercial and have no KvK or BTW. We do want to offer ideal payments. I only want to check if a payment was successful (or not) so that we can update our own database right away and send an email to the user.

                          Use the BUNQ API for that with an iframe im pretty sure it wont work.

                            @Jimmy-Yellow-Dolphin#90497 You can create a bunq.me page with a bunq Free account, but you can't check the status of payments as you need the API for that. But unfortunately you can't use the API if you have Free.

                              13 days later

                              @Talos-Holding-B-V-Purple-Akita#93032 Dat klopt, de API van bunq.me is officieel geen publieke API.

                                @Bastiaan#93034 Vraagje, ik heb basis technische kennis en heb de bunq API met Postman aan de praat gekregen,.. als een stuk API niet gedocumenteerd is, hoe heb je dan het bestaan van de endpoints ontdekt? Gokken of logisch redeneren ofzo?

                                  @Petervdv#93035 Beiden eigenlijk πŸ˜‰ en ook wat "reverse engineering", door te kijken welke HTTP-requests bunq.me bijvoorbeeld stuurt bij bepaalde acties.