Android In-App billing cancel payment

前端 未结 3 1867
无人及你
无人及你 2020-12-16 08:47

When someone buys an in-app product in an Android app and the owner cancels the payment in Google Checkout, so he gets refunded - does the user still keep the item? (managed

3条回答
  •  伪装坚强ぢ
    2020-12-16 09:37

    It's up to you to manage refunded items. You have more infos here :

    In-app billing does not allow users to send a refund request to Android Market. Refunds for in-app purchases must be directed to you (the application developer). You can then process the refund through your Google Checkout Merchant account. When you do this, Android Market receives a refund notification from Google Checkout, and Android Market sends a refund message to your application. For more information, see Handling IN_APP_NOTIFY messages and In-app Billing Pricing.

    Source

提交回复
热议问题