get Session
abstract suspend fun getSession(id: String, parameters: WalletCheckoutGetSessionParameters): WalletCheckoutSessionResponse
Retrieves the current state and details of a wallet checkout session from the customer's perspective.
Return
A WalletCheckoutSessionResponse object containing the session details.
Parameters
id
The unique identifier of the checkout session.
parameters
Parameters required for retrieving the checkout session object.