CommonService
This is the Retrofit interface to handle various calls to the Shared Product APIs. This interface defines the methods, the request, and the response from the API.
Only operations that are genuinely common across every product (Collection, Disbursements, Remittance) live here — account information and account-holder lookups. Product-specific operations belong to the corresponding product service: transfer lives in RemittanceService and request-to-pay delivery notifications live in CollectionService.
Inheritors
Functions
Makes a request to get the Account Balance. This only works with the io.rekast.sdk.utils.ProductTypes.COLLECTION. It seems to break with the other API product type.
Makes a request to get the Account Balance in a specific currency. This only works with the io.rekast.sdk.utils.ProductTypes.COLLECTION. It seems to break with the other API product type. Use EUR as the currency on sandbox
Makes a request to get the Basic ApiUser Info.
Makes a request to get the ApiUser Info with Consent.
Makes a request to check the account holder status.