Jordan Bergero
Jordan Bergero
Closing this issue, but if anyone finds that they are still experiencing this with [17.0.0.20211215](https://packagist.org/packages/square/square) or later, please feel free to reopen and provide more details Cheers!
@StephenJosey do you know if a fix for this has gone through?
This has in fact been fixed, and exists on the payment now as `sourceType` https://github.com/square/square-php-sdk/blob/master/doc/models/payment.md Please feel free to reopen if there are further questions!
Hi @jishcem, We are closing this issue due to inactivity. If you have further questions around this topic, please do ask about it on our [developer forums](https://developer.squareup.com/forums/) or [developer Slack](https://buildwithsquare.slack.com/ssb/redirect)
Hey @StApostol Sorry you're running into issue here, but I'm not quite sure I understand your problem. Why are you trying to access a key called `currency`? The list-payouts API...
Ahhh, yes - I understand your issue now, thanks for writing this up! So this is actually bug with the `payouts` api endpoint, that we are still working on fixing....
@StApostol Yeah, I'll try to remember to update this thread when that fix goes through! And I think what you have there makes sense. I tried to think of some...
@AnkitPatel1404 Which API are you calling that is returning this error? @finci-square @BryceBlankinship I have notified our team that creates the SDKs about stripping away the error message. I will...
> Thanks for the response @zenmasterjobo, I'm using this API "paymentsApi.createPayment(body)"; and getting error message "HTTP Response Not OK". Hi @AnkitPatel1404 - if you can log into your [developer dashboard](https://developer.squareup.com/apps)...
hey @finci-square I've been told that our SDK supports this now, and you could achieve it by doing the following. ``` SquareClient client = new SquareClient.Builder() .httpClientConfig(configBuilder -> configBuilder.httpClientInstance(clientInstance)) .build();...