Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ReceiptDecision

ReceiptDecision works with MarketplaceService to indicate the acknowledgement of receipts.

Items 2

HistoryNameValueDescription
717NotProcessedYet0

The receipt has not been processed yet. Returning this value keeps the receipt unresolved so it will be delivered again on the next opportunity, such as when the user rejoins a server.

717Processed1

The receipt has been processed and all benefits have been granted. The receipt is marked as complete and will not be delivered again.

Description

ReceiptDecision is the required return type for callbacks registered with MarketplaceService:BindReceiptHandler(). The value you return determines whether the receipt is marked as complete or remains unresolved for future processing.

History 3

Settings