myChips SDK
  • Introduction
  • Getting Started
    • Create a Publisher Account
    • Create your App/Site
    • Create an AdUnit
    • Test in Sanbox mode
  • Reward Handling
    • Webhook S2S Postback
    • Validating the Webhook S2S
    • Rejected S2S Webhook Postback
    • IAP S2S Webhook Postback
  • Billing
  • Unity
    • Install SDK
    • Reward User
    • FAQ
  • Android
    • Install SDK
    • Reward User
  • React Native
    • Install SDK
    • Reward User
  • RN Expo
    • Install SDK
    • Reward User
  • iOS
    • Install SDK
    • Reward User
  • Flutter
    • Install SDK
    • Reward User
  • iFrame
  • WebView & Direct Link
  • Revenue API
Powered by GitBook
On this page
  • What is the IAP S2S Webhook Postback?
  • Example IAP Postback
  1. Reward Handling

IAP S2S Webhook Postback

PreviousRejected S2S Webhook PostbackNextBilling

Last updated 17 hours ago

What is the IAP S2S Webhook Postback?

The In-App Purchase (IAP) Server-to-Server (S2S) Webhook Postback is a notification sent to your server endpoint whenever an in-app purchase event completes.


Standard Parameters

You can use the standard parameters listed on your

IAP-Specific Parameters

Placeholder

Description

{event_value}

Purchase amount

{conversion_country}

User’s country (ISO 2-letter code)

{event_value_usd}

Normalized USD amount (string, two decimal places)

{event_value_currency}

ISO currency code (normalized, e.g., USD)


Example IAP Postback

An example of an IAP Postback URL looks like this:

https://yourdomain.org/postback?clickid={click_id}&event_name={event_name}&aff_sub1={aff_sub1}&aff_sub2={aff_sub2}&conversion_country={conversion_country}&user_id={user_id}&event_value={event_value}&event_value_currency={event_value_currency}&event_value_usd={event_value_usd}&conversion_time={conversion_time}
Dashboard’s Settings page.