Download OpenAPI specification:Download
API for transactions and details on wallets (v1.155.0)
Calculations of amounts of a store in a given date range
| storeId required | string <uuid> Store identifier |
| fromDate required | string <date-time> From date range filter |
| toDate required | string <date-time> To date range filter |
Calculations of Partner transactions total amounts per transaction type
| fromDate required | string <date-time> From date range filter |
| toDate required | string <date-time> To date range filter |
Returns a list of all transactions of the partner
| fromDate | string <date-time> From date range filter |
| toDate | string <date-time> To date range filter |
| pageSize | integer <int32> Default: 50 Number of Transactions per page |
| pageNumber | integer <int32> Default: 0 Zero-based page number |
| operationType | Array of strings (Optional) filter for different operation types |
| transactionType | Array of strings (Optional) filter for different transaction types |
| transferId | string (Optional) filter on the CoreBanking transfer identifier |
Get transactions count within a date range for the current Partner
| fromDate | string <date-time> Start date of the counting range |
| toDate | string <date-time> End date of the counting range |
| operationType | Array of strings (Optional) filter for different operation types |
| transactionType | Array of strings (Optional) filter for different transaction types |
| transferId | string (Optional) filter on the CoreBanking transfer identifier |
Gets the total transactions forecast count for the current Partner, this is done by counting all transactions up until now and then estimating linearly (after rounding) the total count up until the given forecast date
| forecastDate required | string <date> Forecast date |
Returns a list of transactions on specified dealer
| dealerKey required | string Identifier of dealer |
| fromDate | string <date-time> From date range filter |
| toDate | string <date-time> To date range filter |
| pageSize | integer <int32> Default: 50 Number of Transactions per page |
| pageNumber | integer <int32> Default: 0 Zero-based page number |
| operationType | Array of strings (Optional) filter for different operation types |
| transactionType | Array of strings (Optional) filter for different transaction types |
| transferId | string (Optional) filter on the CoreBanking transfer identifier |
Get transactions count on a specific dealer within a date range
| dealerKey required | string Dealer identifier |
| fromDate | string <date-time> Start date of the counting range |
| toDate | string <date-time> End date of the counting range |
| operationType | Array of strings (Optional) filter for different operation types |
| transactionType | Array of strings (Optional) filter for different transaction types |
| transferId | string (Optional) filter on the CoreBanking transfer identifier |
Returns a list of all transactions on specified wallet
| walletId required | string <uuid> Identifier of wallet |
| fromDate | string <date-time> From date range filter |
| toDate | string <date-time> To date range filter |
| pageSize | integer <int32> Default: 50 Number of Transactions per page |
| pageNumber | integer <int32> Default: 0 Zero-based page number |
| operationType | Array of strings (Optional) filter for different operation types |
| transactionType | Array of strings (Optional) filter for different transaction types |
| transferId | string (Optional) filter on the CoreBanking transfer identifier |
Get transactions count within a date range
| walletId required | string <uuid> Wallet identifier |
| fromDate | string <date-time> Start date of the counting range |
| toDate | string <date-time> End date of the counting range |
| operationType | Array of strings (Optional) filter for different operation types |
| transactionType | Array of strings (Optional) filter for different transaction types |
| transferId | string (Optional) filter on the CoreBanking transfer identifier |
Returns a list of all transactions associated to the given Operation of the selected Wallet
| walletId required | string <uuid> Wallet identifier |
| operationId required | string <uuid> Operation identifier |
Returns a list of transactions on specified store
| storeId required | string <uuid> Identifier of store |
| fromDate | string <date-time> From date range filter |
| toDate | string <date-time> To date range filter |
| pageSize | integer <int32> Default: 50 Number of Transactions per page |
| pageNumber | integer <int32> Default: 0 Zero-based page number |
| operationType | Array of strings (Optional) filter for different operation types |
| transactionType | Array of strings (Optional) filter for different transaction types |
| transferId | string (Optional) filter on the CoreBanking transfer identifier |
Get transactions count on a specific store within a date range
| storeId required | string <uuid> Store identifier |
| fromDate | string <date-time> Start date of the counting range |
| toDate | string <date-time> End date of the counting range |
| operationType | Array of strings (Optional) filter for different operation types |
| transactionType | Array of strings (Optional) filter for different transaction types |
| transferId | string (Optional) filter on the CoreBanking transfer identifier |