Skip to main content
POST
Register Google Play Transaction

Headers

x-api-key
string
required

The API key to authenticate with.

Path Parameters

app_user_id
string
required

The app user id of the user.

Body

application/json
purchase_token
string
required

Google Play's purchaseToken from the purchase flow.

Example:

"opaque-purchase-token-string"

obfuscated_external_account_id
string | null

Set in BillingFlowParams.setObfuscatedAccountId() — used for better matching.

Example:

"user-account-id-hash"

Response

The transaction mapping has been registered.