MatthijsAce
Using the BUNQ API I generate a payment request in mu website, this can be used on browsers on desktop computers. I created a page in the site that will check the result of payment, and will fulfil the service that has been payed for. I use the "redirect_url" parameter in the API.
If the user has accepted the payment request, and it has payed the requested amount, using iDeal, even using a smartphone to perform the iDeal payment, the browser will show the "payment processing", and after that "payment success" pages. From this page, user user will be redirected to the "redirect_url" given to the RFP API. Now my platform knows the user (logged in) and known the request and the status, so it can fulfil the request. THIS IS NICE!
However is the user pay's the request using its owm BUNQ account (i.s.o. iDeal) we get stuk in the next screen.
After completing the payment in de app, the user can open de "redirect_url" page however since the flow started on the desktop, it will need to login again on the smartphone get the correct fulfilment experience.
It would be extreemly nice the have a customer experience similar to using the ING app to perform an iDeal payment. So after the payment is completed in de app, the bunq.me page will reflect this status (poll the payment status api every x second should make this possible.
The mist simple solution is to add a button leading to the redirect link saying somthing like
"go back the requesting website after you completed the payment on your smartphone"
in this case we can at least complete the payment flow nicely on the platform it it was started on.
Thank you.