Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 488 Bytes

Webhook.md

File metadata and controls

24 lines (18 loc) · 488 Bytes

Marqeta::Webhook

Properties

Name Type Description Notes
endpoint String Valid URL
username String Authentication username
password String Authentication password
secret String Authentication secret [optional]

Example

require 'marqeta'

instance = Marqeta::Webhook.new(
  endpoint: null,
  username: null,
  password: null,
  secret: null
)