Returns a list of Transactions that match the provided filters.
Learn more about calling API v2 endpoints.Parameters
- createdtimestamp
Filter for Transactions created at an exact time.
- created_
gttimestamp Filter for Transactions created after the specified timestamp.
- created_
gtetimestamp Filter for Transactions created at or after the specified timestamp.
- created_
lttimestamp Filter for Transactions created before the specified timestamp.
- created_
ltetimestamp Filter for Transactions created at or before the specified timestamp.
- financial_
accountstring Filter for Transactions belonging to a FinancialAccount.
- flowstring
Filter for Transactions corresponding to a Flow.
- limitinteger
The page limit.
- pagestring
The page token.
Returns
Response attributes
- dataarray of objects
List of Transaction objects.
- data.
idstring Unique identifier for the object.
- data.
objectstring, value is "v2.money_management.transaction" String representing the object’s type. Objects of the same type share the same value of the object field.
- data.
amountobject The amount of the Transaction.
- data.
amount. currencystring A lowercase alpha3 currency code like “usd”.
- data.
amount. valueinteger In minor units like 123 for 1.23 USD.
- data.
balance_ impactobject The delta to the FinancialAccount’s balance. The balance_impact for the Transaction is equal to sum of its TransactionEntries that have
effective_s in the past.at - data.
balance_impact. availableobject Impact to the available balance.
- data.
balance_impact. available. currencystring A lowercase alpha3 currency code like “usd”.
- data.
balance_impact. available. valueinteger In minor units like 123 for 1.23 USD.
- data.
balance_impact. inbound_ pendingobject Impact to the inbound_pending balance.
- data.
balance_impact. inbound_pending. currencystring A lowercase alpha3 currency code like “usd”.
- data.
balance_impact. inbound_pending. valueinteger In minor units like 123 for 1.23 USD.
- data.
balance_impact. outbound_ pendingobject Impact to the outbound_pending balance.
- data.
balance_impact. outbound_pending. currencystring A lowercase alpha3 currency code like “usd”.
- data.
balance_impact. outbound_pending. valueinteger In minor units like 123 for 1.23 USD.
- data.
categoryenum A descriptive category used to classify the Transaction.
Possible enum valuesadjustmentThis Transaction is the main Transaction for an Adjustment.
inbound_transfer This Transaction is the main Transaction for an InboundTransfer.
outbound_payment This Transaction is the main Transaction for an OutboundPayment.
outbound_transfer This Transaction is the main Transaction for an OutboundTransfer.
received_credit This Transaction is the main Transaction for a ReceivedCredit.
received_debit This Transaction is the main Transaction for a ReceivedDebit.
returnThis Transaction is for the return of funds, such as when an OutboundPayment is returned by the recipient’s bank.
stripe_fee This Transaction is for a fee assessed by Stripe.
- data.
createdtimestamp Time at which the object was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- data.
financial_ accountstring Indicates the FinancialAccount affected by this Transaction.
- data.
flowobject Details about the Flow object that created the Transaction.
- data.
flow. adjustmentnullable string If applicable, the ID of the Adjustment that created this Transaction.
- data.
flow. fee_ transactionnullable string If applicable, the ID of the FeeTransaction that created this Transaction.
- data.
flow. inbound_ transfernullable string If applicable, the ID of the InboundTransfer that created this Transaction.
- data.
flow. outbound_ paymentnullable string If applicable, the ID of the OutboundPayment that created this Transaction.
- data.
flow. outbound_ transfernullable string If applicable, the ID of the OutboundTransfer that created this Transaction.
- data.
flow. received_ creditnullable string If applicable, the ID of the ReceivedCredit that created this Transaction.
- data.
flow. received_ debitnullable string If applicable, the ID of the ReceivedDebit that created this Transaction.
- data.
flow. typeenum Type of the flow that created the Transaction. The field matching this value will contain the ID of the flow.
Possible enum valuesadjustmentThis Transaction was created by an Adjustment.
fee_transaction This Transaction was created by a FeeTransaction.
inbound_transfer This Transaction was created by an InboundTransfer.
outbound_payment This Transaction was created by an OutboundPayment.
outbound_transfer This Transaction was created by an OutboundTransfer.
received_credit This Transaction was created by a ReceivedCredit.
received_debit This Transaction was created by a ReceivedDebit.
- data.
livemodeboolean Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - data.
statusenum Current status of the Transaction. A Transaction is
pendingif eitherbalance_orimpact. inbound_ pending balance_is non-zero. A Transaction isimpact. outbound_ pending postedif onlybalance_is non-zero. A Transaction isimpact. available voidif there is no balance impact.postedandvoidare terminal states, and no additional entries will be added to the Transaction.Possible enum valuespendingThis Transaction’s balance impact is still pending (non-zero impact to either
inbound_orpending outbound_). Further entries may still be added that move funds between availability states.pending postedThis Transaction’s balance impact is fully posted (only
cashwill be non-zero). This status is final and no further entries will be added.voidThis Transaction’s balance impact has been voided (all values are zero). This status is final and no further entries will be added.
- data.
status_ transitionsobject Timestamps for when the Transaction transitioned to a particular status.
- data.
status_transitions. posted_ atnullable timestamp The time at which the Transaction became posted. Only present if status == posted.
- data.
status_transitions. void_ atnullable timestamp The time at which the Transaction became void. Only present if status == void.
- next_
page_ urlnullable string The next page URL.
- previous_
page_ urlnullable string The previous page URL.
The resource wasn’t found.
{ "data": [ { "id": "trxn_65NygiBHKcUPGUI8A5Q16NoTesLDSQ1IgNPigisRKq0GAq", "object": "v2.money_management.transaction", "amount": { "value": -1000, "currency": "usd" }, "balance_impact": { "available": { "value": -1000, "currency": "usd" }, "inbound_pending": { "value": 0, "currency": "usd" }, "outbound_pending": { "value": 0, "currency": "usd" } }, "category": "outbound_transfer", "created": "2023-03-24T22:06:37.343Z", "financial_account": "fa_65NvnnT0stRlwPDg2kc16NoTesLDSQ1IgNPigisRKq00Km", "flow": { "outbound_transfer": "obt_65NygiAXfaPmQ5ev3oz16NoTesLDSQ1IgNPigisRKq07Fg", "type": "outbound_transfer" }, "status": "posted", "status_transitions": { "posted_at": "2023-03-24T22:06:35.409Z", "void_at": null }, "livemode": true }, { "id": "trxn_65NygdWJ4oXvPH8YeYq16NoTesLDSQ1IgNPigisRKq0Flo", "object": "v2.money_management.transaction", "amount": { "value": 1000, "currency": "usd" }, "balance_impact": { "available": { "value": 1000, "currency": "usd" }, "inbound_pending": { "value": 0, "currency": "usd" }, "outbound_pending": { "value": 0, "currency": "usd" } }, "category": "received_credit", "created": "2023-03-24T22:01:48.394Z", "financial_account": "fa_65NygYWKxfJHZ49zLiX16NoTesLDSQ1IgNPigisRKq0Vqy", "flow": { "received_credit": "rc_61NygdVsGgIDm9k6816NoTesLDSQ1IgNPigisRKq06Cu", "type": "received_credit" }, "status": "posted", "status_transitions": { "posted_at": "2023-03-24T22:01:46.107Z", "void_at": null }, "livemode": true } ], "next_page_url": null, "previous_page_url": null}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc