The following function notifies Appcharge whether the player received the digital goods associated with the purchase:
CheckoutController.Instance.Award(
    "ORDER_ID",
    "PUBLISHER_TRANSACTION_ID"
)
ArgumentTypeRequiredDescription
ORDER_IDstringYesThe order ID to mark as awarded.
PUBLISHER_TRANSACTION_IDstringNoTransaction ID from the session creation process.
This function triggers the OnAward with the success argument.
  • If success is true, the purchase is marked as awarded, indicating that the player successfully received the digital goods.
  • If success is false, the purchase is marked as non-awarded, indicating that the player didn’t receive the digital goods.