Webhook Signatures
How to verify webhooks indeed come from Request Technology.
OpenSSL::HMAC.hexdigest(OpenSSL::Digest.new('sha256'), ENV['REQUEST_WEBHOOK_SECRET_KEY'], "#{t}.#{json_body}")
Last updated
Was this helpful?
How to verify webhooks indeed come from Request Technology.
OpenSSL::HMAC.hexdigest(OpenSSL::Digest.new('sha256'), ENV['REQUEST_WEBHOOK_SECRET_KEY'], "#{t}.#{json_body}")Last updated
Was this helpful?
Was this helpful?