Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 872 Bytes

WebhookLog.md

File metadata and controls

30 lines (24 loc) · 872 Bytes

Conekta::WebhookLog

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: {&quot;amount&quot;:3000,&quot;payable&quot;:true},
  url: https://username:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval
)