"process receipt" for game passes?

Is there a process receipt equivalent for game passes? The developer documentation wasn’t very clear that it was specifically for dev products and, now I need an equivalent to handle game passes.

Use MarketplaceService.PromptGamePassPurchaseFinished
This event fires when a purchase dialog of a game pass is closed. This fires right as the dialog closes when the player presses “Cancel” at the prompt, or “OK” at the success/error message.

The reason why there isn’t a process receipt for gamepass is that game passes are one time only thing, while dev products are not.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.