Create Transaction

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

account_idstringRequiredformat: "uuid"

Headers

idempotency-keystringRequired

Request

This endpoint expects an object.
amountstringRequired
Transaction amount. If negative, the transaction type will be Debit instead of Credit.
transacted_atstringRequiredformat: "date-time"
descriptionstring or nullOptional
institution_transaction_idstring or nullOptional

Response

Successful Response
idstring
account_idstring
amountstring
transacted_atstring
transaction_statusenum
Allowed values:
is_interest_paymentboolean
transaction_typeenum
Allowed values:
descriptionstring or null

Errors