---
title: "POST /v1/{+name}:credit"
method: POST
path: "/v1/{+name}:credit"
tags: ["organizations"]
---

# POST /v1/{+name}:credit

`POST /v1/{+name}:credit`

Credits the account balance for the AppGroup.

## Path parameters

- `name` string, required

## Request body

- GoogleCloudApigeeV1CreditAppGroupBalanceRequest — Request for CreditAppGroupBalance.
  - `transactionId` string — Required. Each transaction_id uniquely identifies a credit balance request. If multiple requests are received with the same transaction_id, only one of them will be considered.
  - `transactionAmount` GoogleTypeMoney — Represents an amount of money with its currency type.
    - `units` string, int64 — The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
    - `nanos` integer — Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
    - `currencyCode` string — The three-letter currency code defined in ISO 4217.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/apigee.md) · [All operations](https://skmtc.net/google/apis/apigee/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/apigee/versions/6e272fa448a7/schema)
