Bastiaan
Bastiaan
There is more demand for this functionality, check this topic on Together: https://together.bunq.com/d/4072-payments-using-sepa-xml-file
> help, what is my problem here? I already have openSSL enabled in PHP Hi, Can you maybe create (and test) a simple PHP-script with only the following contents? ```php
Check also this installation info of OpenSSL: https://www.php.net/manual/en/openssl.installation.php
> I'm still having hardtime. The libcrypto exist already on my apache and php but still not works. Is OpenSSL active and enabled in the PHPinfo output? https://php.tutorials24x7.com/blog/how-to-configure-php-openssl-module-on-windows And is...
@OGKevin @kojoru There is something "strange" with the returnvalue of $responseArray in the function fromJsonList() (in BunqModel): https://pastebin.com/ciGZ7k6L The attachment object in the end of the file is strange.. ?...
> found it :) > > ``` > "attachment": { > "id": 3647492, > "description": "", > "content_type": "image\/jpeg" > } > ``` > is an object but, this is...
@kojoru Any update on this small bug?
Hi! Check the following topic: https://together.bunq.com/d/46832 And this Medium blog: https://medium.com/@superseb/get-your-certificate-chain-right-4b117a9c0fce
@Ciatzo @angelomelonas I've had to add this excludes getting it to work in my Android app/widget: ``` configurations { all { exclude group: "javax.activation", module: "javax.activation-api" exclude group: "jakarta.xml.bind", module:...
@Ciatzo You can add this line as dependency to your build.gradle to fix that error: ```implementation group: 'xerces', name: 'xercesImpl', version: '2.12.0'```