| Package | Description |
|---|---|
| net.joelinn.stripe.api |
| Modifier and Type | Method and Description |
|---|---|
RefundResponse |
Refunds.createRefund(String chargeId)
Create a refund (refund a charge)
https://stripe.com/docs/api#create_refund
|
RefundResponse |
Refunds.createRefund(String chargeId,
CreateRefundRequest request)
Create a refund (refund a charge)
https://stripe.com/docs/api#create_refund
|
RefundResponse |
Refunds.getRefund(String chargeId,
String refundId)
Retrieve a refund
https://stripe.com/docs/api#retrieve_refund
|
RefundResponse |
Refunds.updateRefund(String chargeId,
String refundId,
Map<String,Object> metadata)
Update the metadata of a refund
https://stripe.com/docs/api#update_refund
|
Copyright © 2014. All rights reserved.