The amount of money to be credited. The wallet corresponding to the currency specified within transactionAmount will be updated. For example, if you specified currencyCode within transactionAmount as "USD", then the amount would be added to the wallet which has the "USD" currency or if no such wallet exists, a new wallet will be created with the "USD" currency.
transactionId
string
Each transactionId uniquely identifies a credit balance request. If multiple requests are received with the same transactionId, only one of them will be considered.
Response body
If successful, the response body contains an instance of DeveloperBalance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-11 UTC."],[[["This API call credits a specified amount to a developer's account balance, identified by the organization and developer in the request URL."],["The request URL uses gRPC Transcoding and requires a path parameter, `name`, which follows the structure `organizations/{org}/developers/{developer}/balance`."],["The request body requires two fields: `transactionAmount`, specifying the amount and currency to be credited, and `transactionId`, which is a unique identifier for each transaction."],["Successful requests will return a `DeveloperBalance` object in the response body."],["The API call requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `apigee.developerbalances.update` IAM permission."]]],[]]