/
WS
wso2
/
Banking Microservice API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.3
2026-07-17
5
3
3.5 KB
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