| Parameter | Description | Data type |
|---|---|---|
| User | Unique and persistent identifier of the user associated with the activation. | String |
| Machine Activation ID | Unique identifier of the machine activation. | Integer |
| Activation Code | A unique code generated by the system when activation is successful. | String |
| Activation Type | Type of activation. Indicates how the activation was generated: via manual code or system trigger. | String |
| Creation Date | Date and time that indicates when the machine code was created (when POST /machine-activation was sent). | String |
Expiration Date | Date and time that indicates when the machine code expires/expired. | String |
| Machine Success | Date and time when a successful usage callback was received. | String |
| Machine Failure | Date and time when a failure usage callback was received. | String |
| Machine Provider | Name of the machine provider. | String |
| Machine Program ID | Unique identifier of used machine program. | Integer |
| Machine Program Name | Name of the machine program used. | String |
| Store Ref | Identifier of the store where the machine activation happened. | String |
| Is Backup Code | Indicates whether the activation code is a backup code instead of online code or online trigger. | Boolean |