Class ReceivedDebitService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.testhelpers.treasury.ReceivedDebitService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ReceivedDebitCreateParams params) Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party.create
(ReceivedDebitCreateParams params, RequestOptions options) Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ReceivedDebitService
-
-
Method Details
-
create
Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party. In live mode, you can’t directly create ReceivedDebits initiated by third parties.- Throws:
StripeException
-
create
public ReceivedDebit create(ReceivedDebitCreateParams params, RequestOptions options) throws StripeException Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party. In live mode, you can’t directly create ReceivedDebits initiated by third parties.- Throws:
StripeException
-