public class Tokens extends AbstractApi
client| Modifier and Type | Method and Description |
|---|---|
protected String |
buildUrl() |
protected String |
buildUrl(String tokenId) |
TokenResponse |
createToken(CreateTokenRequest request)
|
TokenResponse |
getToken(String tokenId)
Retrieve a token
https://stripe.com/docs/api/curl#retrieve_token
|
public Tokens(Client client)
public TokenResponse createToken(CreateTokenRequest request)
public TokenResponse getToken(String tokenId)
tokenId - the id of the token to retrieveprotected String buildUrl()
Copyright © 2014. All rights reserved.