- Tim 🇳🇱🇬🇧AceCO2 Saver
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:
BunqMeTab
: https://doc.bunq.com/#/bunqme-tabBunqMeMerchantAvailable
: https://doc.bunq.com/#model-BunqMeMerchantAvailable
Can someone guide me on how I can do this using the PHP SDK? Creating a BunqMeTab payment with payment options limited to iDeal?