Google Play Android Developer API (androidpublisher:v3)

2023-04-07

3 new methods

Additions

    Methods
  • androidpublisher.externaltransactions.getexternaltransaction

      Scopes : https://www.googleapis.com/auth/androidpublisher

      Parameters :

        name

          Pattern : ^applications/[^/]+/externalTransactions/[^/]+$

          Type : string

          Location : path

          Required : Yes

          Description : Required. The name of the external transaction to retrieve. Format: applications/{package_name}/externalTransactions/{external_transaction}

      Parameter Order : name

      HTTP Method : GET

      Flat Path : androidpublisher/v3/applications/{applicationsId}/externalTransactions/{externalTransactionsId}

      Path : androidpublisher/v3/{+name}

      Description : Gets an existing external transaction.

  • androidpublisher.externaltransactions.createexternaltransaction

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/androidpublisher

      Description : Creates a new external transaction.

      Parameters :

        parent

          Location : path

          Description : Required. The parent resource where this external transaction will be created. Format: applications/{package_name}

          Required : Yes

          Type : string

          Pattern : ^applications/[^/]+$

        externalTransactionId

          Description : Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-z0-9_-/.

          Location : query

          Type : string

      Path : androidpublisher/v3/{+parent}/externalTransactions

      Flat Path : androidpublisher/v3/applications/{applicationsId}/externalTransactions

      HTTP Method : POST

  • androidpublisher.externaltransactions.refundexternaltransaction

      Parameters :

        name

          Description : Required. The name of the external transaction that will be refunded. Format: applications/{package_name}/externalTransactions/{external_transaction}

          Type : string

          Location : path

          Pattern : ^applications/[^/]+/externalTransactions/[^/]+$

          Required : Yes

      Path : androidpublisher/v3/{+name}:refund

      Description : Refunds or partially refunds an existing external transaction.

      Flat Path : androidpublisher/v3/applications/{applicationsId}/externalTransactions/{externalTransactionsId}:refund

      Scopes : https://www.googleapis.com/auth/androidpublisher

      HTTP Method : POST

      Parameter Order : name