sdk_java icon indicating copy to clipboard operation
sdk_java copied to clipboard

Java SDK for bunq API

Results 18 sdk_java issues
Sort by recently updated
recently updated
newest added

The following properties were missing from the model in the Java SDK. The properties are listed here: https://doc.bunq.com/#/mastercard-action/List_all_MastercardAction_for_User_MonetaryAccount and this was further tested using Postman

The forum link in the readme file leads to a 404

## Steps to reproduce: 1. In our own application we use the certificate directly from public-api.sandbox.bunq.com (old key in our version is: SUiIQk086/o/n95Z/GMKJYaV7SBbvr/pZC8lNxfvzu0= ) instead of the parent certificate that...

[//]: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do. Make sure that...

[//]: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do. Make sure that...

## Steps to reproduce: 1. Pass a custom header to override the default one, e.g. client-request-id: ``` Payment.create( new Amount("123", "EUR"), new Pointer("IBAN", "mockiban"), "description", 123, null, null, false, Map(...

## Steps to reproduce: 1. Add the jipack dependency to module level build.gradle file of android studio project and sync ## What should happen: 1. sdk should be imported and...

[//]: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do. Make sure that...

## Steps to reproduce: 1. look at the generated code ## What should happen: 1. There are no empty doc blocks ## What happens: 1. There are empty dock blocks

needs code regeneration
Code Style

## Steps to reproduce: 1. `BunqResponse allTreeProgress = TreeProgress.list();` ## What should happen: 1. The returned `allTreeProgress` list should contain non-null values. ## What happens: 1. The returned `allTreeProgress` list...

bug