🦉Server-to-Server (S2S) Callback Configuration
1. Setup Callback URL
<callback_url>?user_id=<user_id>&value=<value>&token=<token>&signature=<signature>
//Example http://www.example.com/payments/offers/pubscale?user_id=<user_id>&value=<value>&token=<token>&signature=<signature>Query Params
Description
2. Server Response
3. Optional Parameters for fraud detection/prevention
3.1. Hash validation
Example
Steps to validate the value of the hash
3.2. IP Whitelisting
Last updated