Overview
You can use this request to retrieve the details of a specific callback event.
The Method
API | - | Method |
---|---|---|
REST | GET | https://[Your URL]/api/2.0/trans_callback_events/$id |
XML-RPC | Call | transactional._callback_events.GetTransactionalCallbackEvent |
Your URL is the address of your Everlytic install.
Your method must be structured as follows:
GetTransactionalCallbackEvent(integer | string $id) : object
Parameters
Property | Type | Description | Required |
---|---|---|---|
$id | integer | The identifier of the callback event. This can either be the event ID or the transaction ID. | yes |
Responses
Type | Description |
---|---|
object | The transactional callback event object. |