| Package | Description |
|---|---|
| com.stripe.net |
| Modifier and Type | Method and Description |
|---|---|
static Event |
Webhook.constructEvent(String payload,
String sigHeader,
String secret)
Returns an Event instance using the provided JSON payload.
|
static Event |
Webhook.constructEvent(String payload,
String sigHeader,
String secret,
long tolerance)
Returns an Event instance using the provided JSON payload.
|
static boolean |
Webhook.Signature.verifyHeader(String payload,
String sigHeader,
String secret,
long tolerance)
Verifies the signature header sent by Stripe.
|
Copyright © 2017 Stripe. All rights reserved.