gocardless-pro-java
gocardless-pro-java copied to clipboard
GoCardless Pro Java Client
` goCardlessClient.institutions().listForBillingRequest(billingRequestId).withCountryCode(countryCode) ` The above piece of code does not work because the nextCursor variable in loadPage() method of PaginatingIterator is null because of which ListResponse items are not returned...
In Release 5.18.1 introduced MetaData Map with signature `Map` You missed adjusting CustomerService `CustomerCreateRequest.withMetadata(Map metadata)` - this is still using the old signature - see https://github.com/gocardless/gocardless-pro-java/blob/master/src/main/java/com/gocardless/services/CustomerService.java#L201
Created this PR to test that tests pass as a check for this FR ticket https://gocardless.atlassian.net/browse/PDFR-23024 DO NOT MERGE
Checking the documentation about [Rate limiting](https://developer.gocardless.com/api-reference/#making-requests-rate-limiting) seems that we are not receiving a correct JSON body response with the error. I just did a test and the response body seems...
The event payload sent to a webhook contains meta element with a webhook_id: ``` { "events": [ ], "meta": { "webhook_id": "WB000..." } } ``` I cannot see though, how...
While trying to reconcile payout events according to the API docs, we are trying to get all payment and refund events as per the code below. ```Scala parentEvent
This pull request was automatically created from the [`gocardless/gocardless-pro-java-template`][1] repository by the `push-files` action ([workflow run][2]). [1]: https://github.com/gocardless/gocardless-pro-java-template [2]: https://github.com/gocardless/gocardless-pro-java-template/actions/runs/9992013048
This pull request was automatically created from the [`gocardless/gocardless-pro-java-template`][1] repository by the `push-files` action ([workflow run][2]). [1]: https://github.com/gocardless/gocardless-pro-java-template [2]: https://github.com/gocardless/gocardless-pro-java-template/actions/runs/11038495118
This pull request was automatically created from the [`gocardless/gocardless-pro-java-template`][1] repository by the `push-files` action ([workflow run][2]). [1]: https://github.com/gocardless/gocardless-pro-java-template [2]: https://github.com/gocardless/gocardless-pro-java-template/actions/runs/14353800538
This pull request was automatically created from the [`gocardless/gocardless-pro-java-template`][1] repository by the `push-files` action ([workflow run][2]). [1]: https://github.com/gocardless/gocardless-pro-java-template [2]: https://github.com/gocardless/gocardless-pro-java-template/actions/runs/18942202127