user_search
type when a purchase is made outside the game store (e.g., via cash kiosks).
notification_type required | string Notification type. | ||||
required | object User details (object). | ||||
object Custom project settings (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.
curl -v 'https://your.hostname/your/uri' \ -X POST \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'Authorization: Signature 13342703ccaca5064ad33ba451d800c5e823db8f' \ -d '{ "notification_type": "user_search", "settings": { "project_id": 18404, "merchant_id": 2340 }, "user": { "public_id": "email@example.com" } }'
{- "error": {
- "code": "INVALID_USER",
- "message": "Invalid user"
}
}