Method: MoneyKit::WebhooksApi#trigger_test_link_webhook_event

Defined in:
lib/moneykit/api/webhooks_api.rb

Trigger a test webhook event for a link (Sandbox only).

Parameters:

  • id (String)

    The unique ID for this link.

  • webhook_test_link_request (WebhookTestLinkRequest)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



27
28
29
30
# File 'lib/moneykit/api/webhooks_api.rb', line 27

def trigger_test_link_webhook_event(id, webhook_test_link_request, opts = {})
  data, _status_code, _headers = trigger_test_link_webhook_event_with_http_info(id, webhook_test_link_request, opts)
  data
end