public abstract class Stripe extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
apiKey |
static String |
apiVersion |
static String |
LIVE_API_BASE |
static String |
VERSION |
| Constructor and Description |
|---|
Stripe() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getApiBase() |
static void |
overrideApiBase(String overriddenApiBase)
(FOR TESTING ONLY)
If you'd like your API requests to hit your own (mocked) server,
you can set this up here by overriding the base api URL.
|
public static final String LIVE_API_BASE
public static final String VERSION
public static String apiKey
public static String apiVersion
Copyright © 2014 Stripe. All rights reserved.