Unique transaction identification number in UUID format
Responses
200
OK
application/json
transactionIdstring · uuidRequired
Unique transaction reference number in UUID format
customerIdstring · uuidRequired
Unique customer identification number in UUID format
createdOnstring · date-timeRequired
The date denoting when the transaction's record was initially created
modifiedOnstring · date-timeOptional
The date denoting when the transaction's record was modified
transactionTypeundefined · enumRequired
The type of transaction being performed.
Possible values:
transactionStatusundefined · enumRequired
Status of transaction
Possible values:
bookingDatestring · dateRequired
The booking date is the date when a transaction is recorded in the system. It is the date when the system processes the transaction and makes a note of it in the account holder's records.
valueDatestring · dateRequired
The value date is the date when the funds from a transaction are actually available for use or when they start accruing interest. It determines the effective date of the transaction for interest calculations, fund availability, or any other purpose where timing matters.
400
Bad Request
application/json
404
Not Found
application/json
get
/transactions/{transactionId}
Get Transactions
get
/customers/{customerId}/transactions
Get a list of historic transactions.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerIdstring · uuidRequired
Unique customer identification number in UUID format
Query parameters
cursorstringOptional
String value used for pagination
limitinteger · min: 1Required
Maximum number of items to return
Default: 20
transactionTypeundefined · enumOptional
The type of transaction being performed.
Possible values:
startBookingDatestring · dateOptional
Display transactions with a Booking Date on or after this date
endBookingDatestring · dateOptional
Display transactions with a Booking Date on or before this date
customerProductIdstring · uuidOptional
Unique customer product identification number in UUID format