Create Transaction
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Headers
idempotency-key
Query parameters
id_type
Type of the account id. Must be 'institution' or 'None'.
Allowed values:
Request
This endpoint expects an object.
amount
Transaction amount. If negative, the transaction type will be Debit instead of Credit.
transacted_at
The datetime when the transaction occurred. Must be timezone-aware and cannot be in the future. Backdating is restricted to the current calendar month and to the last 7 days. Transactions submitted after the allocation cutoff on the last day of the month will have their effective date adjusted to the 1st of the following month.
description
institution_transaction_id
Response
Successful Response
id
account_id
institution_id
amount
transacted_at
transaction_status
is_interest_payment
transaction_type
description
posted_at
institution_transaction_id
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error