API Explorer
Account
Exposes information relating to customer account state & servicing, authorisations, transactions and billing periods.
Environment URLs
Environment | Base URL |
---|---|
NDT Staging | https://dapi.stg-newdaytechnology.net/account-service |
NDT Production | https://dapi.newdaytechnology.net/account-service |
Endpoints
GetAccount
Returns standard account details including open date, credit limits, status etc.
/accounts/{accountId}
GetAccountAvailableLimits
Returns available credit limits (account and cash).
/accounts/{accountId}/available-limits
GetAccountSpendTypes
Retrieve detailed breakdown of all spend types including instalment plans and their balances and rates for the account at subledger level.
/accounts/{accountId}/spend-types
GetAccountBalances
Returns balance details including any pending debit or credit movements.
/accounts/{accountId}/balances
GetBillingPeriods
Lists the billing periods for the given account.
/accounts/{accountId}/billing-periods
GetBillingPeriodBalances
Shows balances for the given billing period.
/accounts/{accountId}/billing-periods/{billingPeriodId}/balances
GetBillingPeriodSpendTypes
Shows billing period breakdown per spend type.
/accounts/{accountId}/billing-periods/{billingPeriodId}/spend-types
GetTransactionsForCurrentBillingPeriod
Lists the transactions for the current billing period.
/accounts/{accountId}/billing-periods/current/transactions
GetBillingPeriodTransactions
Lists the transactions for the given billing period.
/accounts/{accountId}/billing-periods/{billingPeriodId}/transactions
GetBillingPeriodDetails
Shows billing period details (balances and balance type breakdown).
/accounts/{accountId}/billing-periods/{billingPeriodId}
GetAccountPositions
Composite resource to return standard account details along with available limits, balances and dues.
/accounts/{accountId}/positions
GetAccountDues
Returns any dues on the account including current due, requested payment, recommended extra payment, total arrears etc.
/accounts/{accountId}/dues
GetAccountArrears
Retrieve detailed breakdown of arrears information on the account.
/accounts/{accountId}/dues/arrears
GetAccountInterestRates
Returns account level interest rates.
/accounts/{accountId}/interest-rates
TransactionsSearch
Searches transactions for the given account.
/accounts/{accountId}/transactions
Models
Was this page helpful?