🦉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
Example
Steps to validate the value of the hash
Last updated