• Developers
  • bunq API: how to create BunqMeTab with iDeal merchant type only?

This regards the bunq API. I'm using the PHP SDK.

I'm having trouble with BunqMeTab payment links. such Such a BunqMeTab shows multiple payment options by default, such as iDeal and paying by CreditCard. I'd like to limit payment options to iDeal only though.

There does seem to be an interface for this, using BunqMeMerchantAvailable which I suppose can be used to configure available payment type options. I can't seem to figure out how to do this though.

Related documentation URLs:

Can someone guide me on how I can do this using the PHP SDK? Creating a BunqMeTab payment with payment options limited to iDeal?

    @timvisee#225388 There does seem to be an interface for this, using BunqMeMerchantAvailable which I suppose can be used to configure available payment type options.

    As far as I know, that's not a feature currently offered by bunq (limiting payments options). In the docs that you linked it is also described as being read-only.

      @Jakob-Y#225403 Thanks for your response! I didn't notice it was marked as read-only.

      I hope to see something like this being implemented. As the CreditCard option introduces additional costs, compared to iDeal.

        Write a Reply...