#GiovanniV-treasury-java

1 messages ยท Page 1 of 1 (latest)

wind vine
#

Hi ๐Ÿ‘‹ apologies as I'm not terribly familiar with Treasury, but it looks like SDK support for those is still in development as noted by this line in the API spec for those functions:

#

SDK support for languages shown in examples (other than cURL) coming soon.

steel cobalt
#

wheres is this article you are referring to ?

wind vine
steel cobalt
#

so as of now a custom JAR will be the only option ?

wind vine
#

Based on what I'm seeing, yes. All of the treasury docs that I've looked at so far only show snippets for cURL, so if you want to make that more protable you would need to build your own code to wrap those requests.

Examples of docs showing cURL snippets:
https://stripe.com/docs/treasury/examples/financial-accounts
https://stripe.com/docs/treasury/examples/moving-money

A sample Treasury integration that sets up a financial account and creates cards.

Using SetupIntent, PaymentMethods, and verifying bank accounts with Stripe Treasury.