Conekta::WebhookLog
August 21, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| failed_attempts | Integer | [optional] | |
| id | String | [optional] | |
| last_attempted_at | Integer | [optional] | |
| last_http_response_status | Integer | [optional] | |
| object | String | [optional] | |
| response_data | Hash<String, Object> | [optional] | |
| url | String | [optional] |
Example
require 'conekta'
instance = Conekta::WebhookLog.new(
failed_attempts: 10,
id: webhl_2svd2sh6GbqzyWBNZ,
last_attempted_at: 1669651274,
last_http_response_status: 200,
object: webhook_log,
response_data: {"amount":3000,"payable":true},
url: https://username:password@mockoon.conekta.io/payments-api/cash/merchant_approval
)