Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Operation

 


getAccountDetails

AccountDetailsResponse   getAccountDetails  ( )  throws AccountAPINGException

Returns the details relating your account, including your discount rate and Betfair point balance.

Return type

Description

AccountDetailsResponse

Response for retrieving account details.

Throws

Description

AccountAPINGException

Generic exception that is thrown if this operation fails for any reason.

Since 1.0.0

The data returned by getAccountDetails relies on two underlying services. The pointsBalance is returned by a separate service from the other data.

As a consequence of this, in the event of a failure to a single underlying service, either the pointsBalance or the remaining data may not be included in the getAccountDetails response. If both services fail, the error UNEXPECTED_ERROR will be returned.

 

 

  • No labels