Subscription API Test Fail
Hi, I am unable to test IAPs. I have followed this guide https://developers.meta.com/horizon/documentation/unity/ps-iap-test My organisation is verified, I have a test user, which can be granted test add-ons. And I can consume them using the API on my server. However, I have tried multiple times to buy a subscription through the horizon mobile app, logged in as the test user. I used the card details provided in the documentation above, and also added the cards using the test user menu "manage test cards" modal. I always get the same message, in the test menu and in the mobile app purchase. Not sure what to try next.2.8KViews0likes2CommentsSubscription webhook
Are there any plans to work on subscription webhooks where our servers could subscribe to subscription-related events such as subscription cancellation (cancellation reason, date canceled, etc.), subscription purchase attempt (used promo codes, subscription type, success status, etc.), and similar? With that in place, especially in terms of cancellation events, it would allow us to better understand why the users are leaving and it would also give us an opportunity to win them back.481Views0likes0CommentsMeta Quest Webhooks for IAP - Documentation about the application order status event
Context: I would like to subscribe to webhook events to receive notifications whenever a user's subscription changes (ex: buying a subscription, canceling a subscription, changing the subscription date, etc.) Possible solution: According to the official documentation, it seems to be possible to subscribe to webhook events to receive real time notification whenever the Application object changes. The Application object seems to have 3 fields, join_intent, create_new_session and order_status. I think that subscribing to the order_status field would send events whenever a user's subscription would change. Problem: I can't find any documentation about the order_status field. There is some documentation about the join_intent field, however the only thing I found about the order_status field is this sample from the Oculus dashboard (when subscribing to the Application webhooks): { "field": "order_status", "value": { "event_time": "1659742639", "user_id": "10149999707612630", "product_info": { "notification_type": "PURCHASED", "reporting_id": "03f8833e-9c02-4fa0-978f-4cfe91f86bae", "sku": "item_sku_1", "developer_payload": "{\"quoteId\": 1234567}" } } } In order to receive events about changes to user's IAP (subscriptions and one time purchases), I would like to get more information about the order_status field webhook event. More precisely, it would be great to know all the possible values that the notification_type field could have (other than "PURCHASED"). Thank you.1.2KViews4likes0CommentsUtlizing Webhooks for IAP (Subscription + One-time)?
Is it possible, and has anyone implemented, to use the webhook feature for Quest IAP purchases, including subscriptions? Right now, a server is making requests to the entitlement and subscription APIs to check on the status. If its possible to receive a webhook when a customer makes a purchase or if there is a change in their subscription, that'd be ideal.1.5KViews2likes1Comment