Conekta::WebhookLog

August 21, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
failed_attemptsInteger[optional]
idString[optional]
last_attempted_atInteger[optional]
last_http_response_statusInteger[optional]
objectString[optional]
response_dataHash<String, Object>[optional]
urlString[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: {&quot;amount&quot;:3000,&quot;payable&quot;:true},
  url: https://username:password@mockoon.conekta.io/payments-api/cash/merchant_approval
)