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] |
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.stg.conekta.io/payments-api/cash/merchant_approval
)