com.stripe
Class Stripe

java.lang.Object
  extended by com.stripe.Stripe

public abstract class Stripe
extends Object


Field Summary
static String apiKey
           
static String apiVersion
           
static String LIVE_API_BASE
           
static String VERSION
           
 
Constructor Summary
Stripe()
           
 
Method Summary
static String getApiBase()
           
static boolean getVerifySSL()
           
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.
static void setVerifySSL(boolean verify)
          (FOR TESTING ONLY) Only disable SSL verification if you're using your own (mocked) server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIVE_API_BASE

public static final String LIVE_API_BASE
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

apiKey

public static volatile String apiKey

apiVersion

public static volatile String apiVersion
Constructor Detail

Stripe

public Stripe()
Method Detail

overrideApiBase

public 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.


setVerifySSL

public static void setVerifySSL(boolean verify)
(FOR TESTING ONLY) Only disable SSL verification if you're using your own (mocked) server. Disabling verification on stripe.com is not supported


getVerifySSL

public static boolean getVerifySSL()

getApiBase

public static String getApiBase()


Copyright © 2014 Stripe. All rights reserved.