Skip to main content
POST
Create bank transaction

Authorizations

X-API-Key
string
header
default:your_tyms_sk_or_partner_key
required

Business secret tyms_sk_... for business-scoped routes. Partner secret for register-business and referred-business distributor routes.

Body

application/json
bank
string
required

Bank uuid. Alias: bank_uuid.

amount
number
required

Positive amount.

type
enum<string>
required

credit = money in, debit = money out.

Available options:
credit,
debit
date
string<date>
required
narration
string
required
balance
number
exchange_rate
number
group_reference
string
batch_id
string
apply_bank_rules
boolean
apply_adam_rule
boolean
source
string

Response

Created

status
string
required
Example:

"success"

message
string
required
data
any

Single resource, array of resources, statement sections, or async job metadata — see each operation's example.

meta
object

Pagination (page, limit, total) and/or report range (from, to). Cash flow may include previous_period_end.