Skip to main content

balance

Creates, updates, deletes, gets or lists a balance resource.

Overview

Namebalance
TypeResource
Idgoogle.apigee.balance

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
organizations_developers_balance_creditexecorganizationsId, developersIdCredits the account balance for the developer.
organizations_developers_balance_adjustexecorganizationsId, developersIdAdjust the prepaid balance for the developer. This API will be used in scenarios where the developer has been under-charged or over-charged.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
developersIdstring
organizationsIdstring

Lifecycle Methods

Credits the account balance for the developer.

EXEC google.apigee.balance.organizations_developers_balance_credit 
@organizationsId='{{ organizationsId }}' --required,
@developersId='{{ developersId }}' --required
@@json=
'{
"transactionAmount": "{{ transactionAmount }}",
"transactionId": "{{ transactionId }}"
}';