Credits the account balance for the developer.
HTTP request
POST https://apigee.googleapis.com/v1/{name=organizations/*/developers/*/balance}:credit
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Account balance for the developer. Use the following structure in your request: Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"transactionAmount": {
object ( |
Fields | |
---|---|
transactionAmount |
The amount of money to be credited. The wallet corresponding to the currency specified within |
transactionId |
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
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform