getById

Retrieve a PaymentSession

Parameters

paymentSessionId

The ID of the payment session to retrieve.

abstract fun getById(paymentSessionId: String): ApiResult<PaymentSession>