Method CheckRefundStatus
CheckRefundStatus(String)
Returns updated status information for a previously submitted refund.
Declaration
Task<OnlineEftposRefundStatus> CheckRefundStatus(string transactionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | transactionId | The unique id of a refund to retrieve the status of. |
Returns
Type | Description |
---|---|
Task<OnlineEftposRefundStatus> | A task whose result is an instance of OnlineEftposRefundStatus which describes the result of a successfully submitted refund. |
Exceptions
Type | Condition |
---|---|
OnlineEftposAuthenticationException | Thrown if a token cannot be obtained from the API. Usually this indicates incorrect credentials. |
OnlineEftposException | Thrown if an exception occurs or error information is returned from the API. |