Retrieves credit balances across all currencies for a specific customer from the Paddle API.
paddle_list_credit_balances(id, currency_code = NULL)
A list of credit balances by currency with available, reserved, and used totals.
if (FALSE) { # paddle_has_token()
set_paddle_mode("sandbox")
result <- paddle_list_credit_balances(
id = "ctm_123",
currency_code = c("USD", "EUR")
)
}