acknowledge_product_purchase
Acknowledge in-app product purchases to prevent automatic refunds after 3 days. Provide package name, product ID, and purchase token.
Instructions
Acknowledge an in-app product purchase.
Purchases not acknowledged within 3 days are automatically refunded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | In-app product SKU | |
| package_name | Yes | App package name | |
| purchase_token | Yes | The purchase token from the client app | |
| developer_payload | No | Optional payload to associate with the purchase |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||