We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any way to get balance of your trustly account?
/Fredrik
The text was updated successfully, but these errors were encountered:
Its not controlled by the library, checking the docs here, you can use the generic request method:
import client from 'trustly-client' // Import it let tClient = client(configuration) // Fill the configuration tClientKP // Ready to use .request('Balance', {}) .then(function (response) { console.log(util.inspect(response, false, 20, true)) }) .catch(function (error) { console.log(util.inspect(error, false, 20, true)) })
I will add balance method on next version =) Thanks!
Sorry, something went wrong.
Thanks :D
No branches or pull requests
Is there any way to get balance of your trustly account?
/Fredrik
The text was updated successfully, but these errors were encountered: