We will be making API calls to your server to obtain game activation codes after each successful payment.
Return the game key.
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": {
- "id": "string",
- "name": "string"
}, - "pin_code": {
- "digital_content": "string",
- "DRM": "string"
}
}
{- "pin_code": "AAA-BBB-CCC-DDD"
}