Package com.stripe.service.issuing
Class AuthorizationService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.issuing.AuthorizationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription[Deprecated] Approves a pending IssuingAuthorizationobject.approve(String authorization, RequestOptions options) [Deprecated] Approves a pending IssuingAuthorizationobject.approve(String authorization, AuthorizationApproveParams params) [Deprecated] Approves a pending IssuingAuthorizationobject.approve(String authorization, AuthorizationApproveParams params, RequestOptions options) [Deprecated] Approves a pending IssuingAuthorizationobject.[Deprecated] Declines a pending IssuingAuthorizationobject.decline(String authorization, RequestOptions options) [Deprecated] Declines a pending IssuingAuthorizationobject.decline(String authorization, AuthorizationDeclineParams params) [Deprecated] Declines a pending IssuingAuthorizationobject.decline(String authorization, AuthorizationDeclineParams params, RequestOptions options) [Deprecated] Declines a pending IssuingAuthorizationobject.list()Returns a list of IssuingAuthorizationobjects.list(RequestOptions options) Returns a list of IssuingAuthorizationobjects.list(AuthorizationListParams params) Returns a list of IssuingAuthorizationobjects.list(AuthorizationListParams params, RequestOptions options) Returns a list of IssuingAuthorizationobjects.Retrieves an IssuingAuthorizationobject.retrieve(String authorization, RequestOptions options) Retrieves an IssuingAuthorizationobject.retrieve(String authorization, AuthorizationRetrieveParams params) Retrieves an IssuingAuthorizationobject.retrieve(String authorization, AuthorizationRetrieveParams params, RequestOptions options) Retrieves an IssuingAuthorizationobject.Updates the specified IssuingAuthorizationobject by setting the values of the parameters passed.update(String authorization, RequestOptions options) Updates the specified IssuingAuthorizationobject by setting the values of the parameters passed.update(String authorization, AuthorizationUpdateParams params) Updates the specified IssuingAuthorizationobject by setting the values of the parameters passed.update(String authorization, AuthorizationUpdateParams params, RequestOptions options) Updates the specified IssuingAuthorizationobject by setting the values of the parameters passed.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AuthorizationService
-
-
Method Details
-
list
Returns a list of IssuingAuthorizationobjects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
Returns a list of IssuingAuthorizationobjects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
Returns a list of IssuingAuthorizationobjects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
public StripeCollection<Authorization> list(AuthorizationListParams params, RequestOptions options) throws StripeException Returns a list of IssuingAuthorizationobjects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
retrieve
public Authorization retrieve(String authorization, AuthorizationRetrieveParams params) throws StripeException Retrieves an IssuingAuthorizationobject.- Throws:
StripeException
-
retrieve
Retrieves an IssuingAuthorizationobject.- Throws:
StripeException
-
retrieve
Retrieves an IssuingAuthorizationobject.- Throws:
StripeException
-
retrieve
public Authorization retrieve(String authorization, AuthorizationRetrieveParams params, RequestOptions options) throws StripeException Retrieves an IssuingAuthorizationobject.- Throws:
StripeException
-
update
public Authorization update(String authorization, AuthorizationUpdateParams params) throws StripeException Updates the specified IssuingAuthorizationobject by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-
update
Updates the specified IssuingAuthorizationobject by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-
update
Updates the specified IssuingAuthorizationobject by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-
update
public Authorization update(String authorization, AuthorizationUpdateParams params, RequestOptions options) throws StripeException Updates the specified IssuingAuthorizationobject by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-
approve
public Authorization approve(String authorization, AuthorizationApproveParams params) throws StripeException [Deprecated] Approves a pending IssuingAuthorizationobject. This request should be made within the timeout window of the real-time authorization flow. This method is deprecated. Instead, respond directly to the webhook request to approve an authorization.- Throws:
StripeException
-
approve
[Deprecated] Approves a pending IssuingAuthorizationobject. This request should be made within the timeout window of the real-time authorization flow. This method is deprecated. Instead, respond directly to the webhook request to approve an authorization.- Throws:
StripeException
-
approve
[Deprecated] Approves a pending IssuingAuthorizationobject. This request should be made within the timeout window of the real-time authorization flow. This method is deprecated. Instead, respond directly to the webhook request to approve an authorization.- Throws:
StripeException
-
approve
public Authorization approve(String authorization, AuthorizationApproveParams params, RequestOptions options) throws StripeException [Deprecated] Approves a pending IssuingAuthorizationobject. This request should be made within the timeout window of the real-time authorization flow. This method is deprecated. Instead, respond directly to the webhook request to approve an authorization.- Throws:
StripeException
-
decline
public Authorization decline(String authorization, AuthorizationDeclineParams params) throws StripeException [Deprecated] Declines a pending IssuingAuthorizationobject. This request should be made within the timeout window of the real time authorization flow. This method is deprecated. Instead, respond directly to the webhook request to decline an authorization.- Throws:
StripeException
-
decline
[Deprecated] Declines a pending IssuingAuthorizationobject. This request should be made within the timeout window of the real time authorization flow. This method is deprecated. Instead, respond directly to the webhook request to decline an authorization.- Throws:
StripeException
-
decline
[Deprecated] Declines a pending IssuingAuthorizationobject. This request should be made within the timeout window of the real time authorization flow. This method is deprecated. Instead, respond directly to the webhook request to decline an authorization.- Throws:
StripeException
-
decline
public Authorization decline(String authorization, AuthorizationDeclineParams params, RequestOptions options) throws StripeException [Deprecated] Declines a pending IssuingAuthorizationobject. This request should be made within the timeout window of the real time authorization flow. This method is deprecated. Instead, respond directly to the webhook request to decline an authorization.- Throws:
StripeException
-