/
WS
wso2
/
Banking Microservice API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h 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
Make a transaction
post
/users/{userId}/transactions
Path parameters
userId
integer
required
Request body
TransactionInput
required
from_account_id
integer
account_no
string
bank_name
string
amount
number
float
currency
string
user_id
integer
Response
Transaction successful
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