Class SessionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.financialconnections.SessionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(SessionCreateParams params) To launch the Financial Connections authorization flow, create aSession.create(SessionCreateParams params, RequestOptions options) To launch the Financial Connections authorization flow, create aSession.Retrieves the details of a Financial ConnectionsSession.retrieve(String session, RequestOptions options) Retrieves the details of a Financial ConnectionsSession.retrieve(String session, SessionRetrieveParams params) Retrieves the details of a Financial ConnectionsSession.retrieve(String session, SessionRetrieveParams params, RequestOptions options) Retrieves the details of a Financial ConnectionsSession.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
SessionService
-
-
Method Details
-
retrieve
Retrieves the details of a Financial ConnectionsSession.- Throws:
StripeException
-
retrieve
Retrieves the details of a Financial ConnectionsSession.- Throws:
StripeException
-
retrieve
Retrieves the details of a Financial ConnectionsSession.- Throws:
StripeException
-
retrieve
public Session retrieve(String session, SessionRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of a Financial ConnectionsSession.- Throws:
StripeException
-
create
To launch the Financial Connections authorization flow, create aSession. The session’sclient_secretcan be used to launch the flow using Stripe.js.- Throws:
StripeException
-
create
To launch the Financial Connections authorization flow, create aSession. The session’sclient_secretcan be used to launch the flow using Stripe.js.- Throws:
StripeException
-