| Package | Description |
|---|---|
| net.joelinn.stripe.api | |
| net.joelinn.stripe.response.charges | |
| net.joelinn.stripe.response.tokens | |
| net.joelinn.stripe.response.transfers |
| Modifier and Type | Method and Description |
|---|---|
CardResponse |
Cards.createCard(String customerId,
CreateCardRequest request)
Create a credit card record
https://stripe.com/docs/api/curl#create_card
|
CardResponse |
Cards.createCard(String customerId,
String token)
Create a credit card record using a card token
https://stripe.com/docs/api/curl#create_card
|
CardResponse |
Cards.getCard(String customerId,
String cardId)
Retrieve a card
https://stripe.com/docs/api/curl#retrieve_card
|
CardResponse |
Cards.updateCard(String customerId,
String cardId,
UpdateCardRequest request)
Update a credit card record
https://stripe.com/docs/api/curl#retrieve_card
|
| Modifier and Type | Field and Description |
|---|---|
protected CardResponse |
ChargeResponse.card |
| Modifier and Type | Method and Description |
|---|---|
CardResponse |
ChargeResponse.getCard() |
| Modifier and Type | Field and Description |
|---|---|
protected CardResponse |
TokenResponse.card |
| Modifier and Type | Method and Description |
|---|---|
CardResponse |
TokenResponse.getCard() |
| Modifier and Type | Field and Description |
|---|---|
protected CardResponse |
TransferResponse.card |
| Modifier and Type | Method and Description |
|---|---|
CardResponse |
TransferResponse.getCard() |
Copyright © 2014. All rights reserved.