paypal/paypal_webhooks/src/paypal_webhooks/verify_webhook_signature

Search:
Group by:

Procs

proc postV1NotificationsVerifyWebhookSignature(client: WebhooksClient;
    body: types.VerifyWebhookSignature): Future[VerifyWebhookSignatureResponse] {.
    ...stackTrace: false, raises: [Exception, ValueError, HttpRequestError,
                                LibraryError, SslError, OSError, IOError,
                                ProtocolError, KeyError, JsonParsingError,
                                OpenParserJsonError, WebhooksClientError],
    tags: [RootEffect, ReadIOEffect, TimeEffect, WriteIOEffect], forbids: [].}
Verifies a webhook signature.