| Package | Description |
|---|---|
| au.org.consumerdatastandards.client | |
| au.org.consumerdatastandards.client.api |
| Modifier and Type | Method and Description |
|---|---|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ResponseBankingAccountById> |
BankingAccountsAPI.getAccountDetailWithHttpInfo(String accountId)
Get Account Detail
Obtain detailed information on a single account
|
ApiResponse<ResponseCommonCustomerDetail> |
CommonCustomerAPI.getCustomerDetailWithHttpInfo()
Get Customer Detail
Obtain detailed information on the authorised customer within the current session.
|
ApiResponse<ResponseCommonCustomer> |
CommonCustomerAPI.getCustomerWithHttpInfo()
Get Customer
Obtain basic information on the customer that has authorised the current session
|
ApiResponse<ResponseDiscoveryOutagesList> |
CommonDiscoveryAPI.getOutagesWithHttpInfo()
Get Outages
Obtain a list of scheduled outages for the implementation
|
ApiResponse<ResponseBankingPayeeById> |
BankingPayeesAPI.getPayeeDetailWithHttpInfo(String payeeId)
Get Payee Detail
Obtain detailed information on a single payee
|
ApiResponse<ResponseBankingProductById> |
BankingProductsAPI.getProductDetailWithHttpInfo(String productId)
Get Product Detail
Obtain detailed information on a single product offered openly to the market
|
ApiResponse<CommonDiscoveryStatus> |
CommonDiscoveryAPI.getStatusWithHttpInfo()
Get Status
Obtain a health check status for the implementation
|
ApiResponse<ResponseBankingTransactionById> |
BankingAccountsAPI.getTransactionDetailWithHttpInfo(String accountId,
String transactionId)
Get Transaction Detail
Obtain detailed information on a transaction for a specific account
|
ApiResponse<ResponseBankingTransactionList> |
BankingAccountsAPI.getTransactionsWithHttpInfo(String accountId,
String maxAmount,
String minAmount,
java.time.OffsetDateTime newestTime,
java.time.OffsetDateTime oldestTime,
Integer page,
Integer pageSize,
String text)
Get Transactions For Account
Obtain transactions for a specific account.
|
ApiResponse<ResponseBankingAccountList> |
BankingAccountsAPI.listAccountsWithHttpInfo(Boolean isOwned,
ParamAccountOpenStatus openStatus,
Integer page,
Integer pageSize,
ParamProductCategory productCategory)
Get Accounts
Obtain a list of accounts
|
ApiResponse<ResponseBankingAccountsBalanceList> |
BankingAccountsAPI.listBalancesSpecificAccountsWithHttpInfo(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Balances For Specific Accounts
Obtain balances for a specified list of accounts
|
ApiResponse<ResponseBankingAccountsBalanceById> |
BankingAccountsAPI.listBalanceWithHttpInfo(String accountId)
Get Account Balance
Obtain the balance for a single specified account
|
ApiResponse<ResponseBankingDirectDebitAuthorisationList> |
BankingDirectDebitsAPI.listDirectDebitsSpecificAccountsWithHttpInfo(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Direct Debits For Specific Accounts
Obtain direct debit authorisations for a specified list of accounts
|
ApiResponse<ResponseBankingDirectDebitAuthorisationList> |
BankingDirectDebitsAPI.listDirectDebitsWithHttpInfo(String accountId,
Integer page,
Integer pageSize)
Get Direct Debits For Account
Obtain direct debit authorisations for a specific account
|
ApiResponse<ResponseBankingPayeeList> |
BankingPayeesAPI.listPayeesWithHttpInfo(Integer page,
Integer pageSize,
BankingPayeesAPI.ParamType type)
Get Payees
Obtain a list of pre-registered payees
|
ApiResponse<ResponseBankingProductList> |
BankingProductsAPI.listProductsWithHttpInfo(String brand,
BankingProductsAPI.ParamEffective effective,
Integer page,
Integer pageSize,
ParamProductCategory productCategory,
java.time.OffsetDateTime updatedSince)
Get Products
Obtain a list of products that are currently openly offered to the market Note that the results returned by this end point are expected to be ordered according to updated-since ### Conventions In the product reference payloads there are a number of recurring conventions that are explained here, in one place.
|
ApiResponse<ResponseBankingScheduledPaymentsList> |
BankingScheduledPaymentsAPI.listScheduledPaymentsSpecificAccountsWithHttpInfo(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Scheduled Payments For Specific Accounts
Obtain scheduled payments for a specified list of accounts
|
ApiResponse<ResponseBankingScheduledPaymentsList> |
BankingScheduledPaymentsAPI.listScheduledPaymentsWithHttpInfo(String accountId,
Integer page,
Integer pageSize)
Get Scheduled Payments for Account
Obtain scheduled, outgoing payments for a specific account
|
Copyright © 2019. All rights reserved.