DisbursementsService
This is the retrofit interface to handle the various calls to the DisbursementsService API. This interface defines the method, the request and response from the API.
Functions
Makes a request to deposit to a specific user
Makes a request to get the Account Balance. This only works with the ProductType.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 ProductType.COLLECTION. It seems to break with the other API product type. User EUR as the currency on sandbox
Makes a request to get the Basic ApiUser Info.
Makes a request to check the status of the deposit request
Makes a request to check the status of the refund
Makes a request to get the transfer status.
Makes a request to get the ApiUser Info with Consent.
Makes a request to refund a specific user
Makes a request to send a delivery notification.
Makes a request to transfer funds.
Makes a request to check the account holder status.