Method CheckPaymentStatus
CheckPaymentStatus(String)
Returns updated status information for a previously submitted payment request.
Declaration
Task<OnlineEftposPaymentStatus> CheckPaymentStatus(string transactionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | transactionId | The unique id of a payment to retrieve the status of. |
Returns
Type | Description |
---|---|
Task<OnlineEftposPaymentStatus> | A task whose result is an instance of OnlineEftposPaymentStatus which describes the result of a successfully submitted payment. |
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. |