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
  • 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
  1. Reward Handling

Webhook S2S Postback

PreviousReward HandlingNextValidating the Webhook S2S

Last updated 2 days ago

A Postback URL (or WebHook) is used by Publishers to receive conversions on their back-end servers and handle the reward to the users.

To set up a Postback URL in our Platform, go to Settings section and find the Postback URL section on the left.

Here you can edit your URL and add parameters. Click the Add Parameter button to add more.

Make sure your URL is in a valid form:

https://yourdomain.com/?user_id={user_id}&payout={payout}...

On the right, you’ll see a list of Macros that are available to use in your Postback URL.

You can use the "Add Parameter" button to help you creating your Postback URL.

Once you are done, click on Save Postback URL.

Note: Please ensure the following requirements are met:

  1. Parameter Parsing Verify that your endpoint correctly parses all parameters we send.

  2. IP Whitelisting Add all MAF postback IP addresses to your whitelist. In the next section (“Validating the S2S Webhook”) we will explain in detail how to configure this.

  3. Support for CPI Bidding Postbacks

    • For CPI bidding offers, the publisher is paid only upon install.

    • For all subsequent events, your system must not reject postbacks with:

      • payout = 0

      • user_payout = $X Ensure your platform supports this type of postback.