| Package | Description |
|---|---|
| com.stripe.model | |
| com.stripe.net |
| Modifier and Type | Method and Description |
|---|---|
static Event |
Event.retrieve(String id) |
static Event |
Event.retrieve(String id,
RequestOptions options) |
static Event |
Event.retrieve(String id,
String apiKey)
Deprecated.
|
| 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.
|
Copyright © 2017 Stripe. All rights reserved.