/
WS
wso2
/
Banking Microservice API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 29m ago · Updated 1mo ago
Details
Filter operations
get
List bank accounts for user
post
Create bank account
delete
Delete bank account
get
List transactions for user
post
Make a transaction
List transactions for user
get
/users/{userId}/transactions
Path parameters
userId
integer
required
Response
List of transactions
Transaction[]
required
id
integer
user_id
integer
from_account_id
integer
to_account_id
integer
amount
number
float
currency
string
created_at
string
date-time
Changes