Sent to the webhook URL address to verify that a user is registered in the game. The request is sent multiple times as part of the payment process:
done
The request is sent when paying with any payment methods.
notification_type required | string Type of notification. | ||||||||||||
object Custom project settings (object). | |||||||||||||
object User details (object). | |||||||||||||
|
Return to indicate successful processing.
Return in case of an error in the provided information (e.g., a required parameter missing, failed authorization, etc.).
Return to indicate temporary errors with your servers.
{- "notification_type": "string",
- "settings": {
- "project_id": 0,
- "merchant_id": 0
}, - "user": {
- "ip": "string",
- "phone": "string",
- "email": "string",
- "id": "string",
- "name": "string",
- "country": "string"
}
}
{- "error": {
- "code": "INVALID_USER",
- "message": "Invalid user"
}
}