The information about a callback message.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | The callback message ID. | |
| createdTimestamp | Long | The time when the callback message was created, in Unix timestamp format, measured in milliseconds. | |
| updatedTimestamp | Long | The time when the callback message was updated, in Unix timestamp format, measured in milliseconds. | |
| requestId | String | The request ID of the transaction. | |
| transactionId | String | The transaction ID. | |
| walletId | String | The wallet ID. | [optional] |
| url | String | The callback endpoint URL. | |
| data | Transaction | ||
| status | StatusEnum | The callback message status. Possible values include `Denied`, `Approved`, and `Failed`. | |
| result | ResultEnum | The callback message result. Possible values include `ok` and `deny`. | [optional] |
| Name | Value |
|---|---|
| DENIED | "Denied" |
| APPROVED | "Approved" |
| FAILED | "Failed" |
| Name | Value |
|---|---|
| OK | "ok" |
| DENY | "deny" |