API Explorer

Account Information and Transactions (AISP)

1.0

Retrieve NewDay customers' account information and transaction data with read-only access.

Environment URLs

EnvironmentBase URL
Productionhttps://api.newdaycards.com/open-banking/v3.1/aisp
Sandboxhttps://api.newdaycards.com/sandbox/open-banking/v3.1/aisp

CreateAccountAccessConsents

Creates an account access consent resource and responds with a unique ConsentId to refer to the resource.

post

/account-access-consents

GetAccountAccessConsentsConsentId

Retrieves an account access consent linked to a unique consentId.

get

/account-access-consents/{consentId}

DeleteAccountAccessConsentsConsentId

Deletes an account access consent linked to a unique consentId.

delete

/account-access-consents/{consentId}

GetAccountsAccountId

Retrieve a list of all authorised accounts that the PSU has granted access too.

get

/accounts/{accountId}

GetAccounts

Retrieve a list of all authorised accounts that the PSU has granted access too.

get

/accounts

GetBalanceAccountId

Retrieve the account balance information resources for the AccountId.

get

/accounts/{accountId}/balances

GetBalances

Retrieve a list of balances for all authorised accounts that the PSU has granted access too.

get

/balances

GetStatements

Retrieve a list of statements for all authorised accounts that the PSU has granted access too.

get

/statements

GetAccountsAccountIdStatements

Retrieve the statement information resources for the AccountId.

get

/accounts/{accountId}/statements

GetAccountsAccountIdStatementsStatementId

Retrieve the statement information resources for the AccountId and StatementId.

get

/accounts/{accountId}/statements/{statementId}

GetPartyAccountId

Retrieve a list of authorised parties linked to a specific account that the PSU has granted access too.

get

/accounts/{accountId}/party

GetAccountsAccountIdOffers

Retrieve offers linked to a specified authorised account.

get

/accounts/{accountId}/offers

GetOffers

Retrieve offers for all authorised accounts.. Description: Retrieve a list of all authorised offers that the PSU has granted access too.

get

/offers

GetParty

Retrieve a list of all authorised parties that the PSU has granted access too.

get

/party

GetProducts

Retrieve a list of products for all authorised accounts that the PSU has granted access too.

get

/products

GetProductAccountid

Retrieve the account product information for a specific authorised AccountId.

get

/accounts/{accountId}/product

GetTransactions

Retrieve a list of all authorised transactions that the PSU has granted access too.

get

/transactions

GetTransactionsAccountId

Retrieve a list of authorised transactions linked to a specific account that the PSU has granted access too.

get

/accounts/{accountId}/transactions

GetStatementTransactions

Retrieve a list of authorised account transactions linked to a specific statement that the PSU has granted access too.

get

/accounts/{accountId}/statements/{statementId}/transactions

GetAccountsAccountIdDirectDebits

Get Direct Debits

get

/accounts/{AccountId}/direct-debits

GetAccountsAccountIdStandingOrders

Get Standing Orders

get

/accounts/{AccountId}/standing-orders

GetAccountsAccountIdStatementsStatementIdFile

Retrieve the statement PDF file for the AccountId and StatementId.

get

/accounts/{accountId}/statements/{statementId}/file

Models

An array of detail error codes, and messages, and URLs to documentation to help remediation.

An array of detail error codes, and messages, and URLs to documentation to help remediation.

An array of detail error codes, and messages, and URLs to documentation to help remediation.

An array of detail error codes, and messages, and URLs to documentation to help remediation.

An array of detail error codes, and messages, and URLs to documentation to help remediation.

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Was this page helpful?