Environment URLs
Environment | Base URL |
---|---|
Production | https://api.newdaycards.com/open-banking/v3.1/aisp |
Sandbox | https://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.
/account-access-consents
GetAccountAccessConsentsConsentId
Retrieves an account access consent linked to a unique consentId.
/account-access-consents/{consentId}
DeleteAccountAccessConsentsConsentId
Deletes an account access consent linked to a unique consentId.
/account-access-consents/{consentId}
GetAccountsAccountId
Retrieve a list of all authorised accounts that the PSU has granted access too.
/accounts/{accountId}
GetAccounts
Retrieve a list of all authorised accounts that the PSU has granted access too.
/accounts
GetBalanceAccountId
Retrieve the account balance information resources for the AccountId.
/accounts/{accountId}/balances
GetBalances
Retrieve a list of balances for all authorised accounts that the PSU has granted access too.
/balances
GetStatements
Retrieve a list of statements for all authorised accounts that the PSU has granted access too.
/statements
GetAccountsAccountIdStatements
Retrieve the statement information resources for the AccountId.
/accounts/{accountId}/statements
GetAccountsAccountIdStatementsStatementId
Retrieve the statement information resources for the AccountId and StatementId.
/accounts/{accountId}/statements/{statementId}
GetPartyAccountId
Retrieve a list of authorised parties linked to a specific account that the PSU has granted access too.
/accounts/{accountId}/party
GetAccountsAccountIdOffers
Retrieve offers linked to a specified authorised account.
/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.
/offers
GetParty
Retrieve a list of all authorised parties that the PSU has granted access too.
/party
GetProducts
Retrieve a list of products for all authorised accounts that the PSU has granted access too.
/products
GetProductAccountid
Retrieve the account product information for a specific authorised AccountId.
/accounts/{accountId}/product
GetTransactions
Retrieve a list of all authorised transactions that the PSU has granted access too.
/transactions
GetTransactionsAccountId
Retrieve a list of authorised transactions linked to a specific account that the PSU has granted access too.
/accounts/{accountId}/transactions
GetStatementTransactions
Retrieve a list of authorised account transactions linked to a specific statement that the PSU has granted access too.
/accounts/{accountId}/statements/{statementId}/transactions
GetAccountsAccountIdDirectDebits
Get Direct Debits
/accounts/{AccountId}/direct-debits
GetAccountsAccountIdStandingOrders
Get Standing Orders
/accounts/{AccountId}/standing-orders
GetAccountsAccountIdStatementsStatementIdFile
Retrieve the statement PDF file for the AccountId and StatementId.
/accounts/{accountId}/statements/{statementId}/file
Models
Was this page helpful?