Skip to content
Get started

Funding Events

Funding events represent all money movement between Straddle and an Account's external bank accounts. They are automatically generated when charges settle or payouts are initiated. Each event provides detailed tracking of settlement status, fee breakdowns, and reconciliation data across both incoming and outgoing transfers. Use funding events to monitor your platform's entire money movement lifecycle.

List funding events
FundingEventSummaryPagedV1 FundingEvents.List(FundingEventListParams?parameters, CancellationTokencancellationToken = default)
GET/v1/funding_events
Lookup a funding event
FundingEventSummaryItemV1 FundingEvents.Get(FundingEventGetParamsparameters, CancellationTokencancellationToken = default)
GET/v1/funding_events/{id}
ModelsExpand Collapse
class FundingEventSummaryItemV1:
required Data Data
required string ID

Unique identifier for the funding event.

formatuuid
required Int Amount

The amount of the funding event in cents.

formatint32
required DateTimeOffset CreatedAt

Created at.

formatdate-time
required Direction Direction

Describes the direction of the funding event from the perspective of the linked_bank_account.

One of the following:
"deposit"Deposit
"withdrawal"Withdrawal
required EventType EventType

The funding event types describes the direction and reason for the funding event.

One of the following:
"charge_deposit"ChargeDeposit
"charge_reversal"ChargeReversal
"payout_return"PayoutReturn
"payout_withdrawal"PayoutWithdrawal
required Int PaymentCount

The number of payments associated with the funding event.

formatint32
required IReadOnlyDictionary<string, string> TraceIds

Trace Ids.

required IReadOnlyList<string> TraceNumbers

Trace number.

required DateOnly TransferDate

The date on which the funding event occurred. For deposits and returns, this is the date the funds were credited to your bank account. For withdrawals and reversals, this is the date the funds were debited from your bank account.

formatdate
required DateTimeOffset UpdatedAt

Updated at.

formatdate-time
Status Status

The current status of the charge or payout.

One of the following:
"created"Created
"scheduled"Scheduled
"failed"Failed
"cancelled"Cancelled
"on_hold"OnHold
"pending"Pending
"paid"Paid
"reversed"Reversed
"validating"Validating
StatusDetails StatusDetails
required DateTimeOffset ChangedAt

The time the status change occurred.

formatdate-time
required string Message

A human-readable description of the current status.

required Reason Reason
One of the following:
"insufficient_funds"InsufficientFunds
"closed_bank_account"ClosedBankAccount
"invalid_bank_account"InvalidBankAccount
"invalid_routing"InvalidRouting
"disputed"Disputed
"payment_stopped"PaymentStopped
"owner_deceased"OwnerDeceased
"frozen_bank_account"FrozenBankAccount
"risk_review"RiskReview
"fraudulent"Fraudulent
"duplicate_entry"DuplicateEntry
"invalid_paykey"InvalidPaykey
"payment_blocked"PaymentBlocked
"amount_too_large"AmountTooLarge
"too_many_attempts"TooManyAttempts
"internal_system_error"InternalSystemError
"user_request"UserRequest
"ok"Ok
"other_network_return"OtherNetworkReturn
"payout_refused"PayoutRefused
"cancel_request"CancelRequest
"failed_verification"FailedVerification
"require_review"RequireReview
"blocked_by_system"BlockedBySystem
"watchtower_review"WatchtowerReview
"validating"Validating
"auto_hold"AutoHold
required Source Source
One of the following:
"watchtower"Watchtower
"bank_decline"BankDecline
"customer_dispute"CustomerDispute
"user_action"UserAction
"system"System
string? Code

The status code if applicable.

string? TraceNumber

The trace number of the funding event.

required ResponseMetadata Meta

Metadata about the API request, including an identifier and timestamp.

required string ApiRequestID

Unique identifier for this API request, useful for troubleshooting.

formatuuid
required DateTimeOffset ApiRequestTimestamp

Timestamp for this API request, useful for troubleshooting.

formatdate-time
required ResponseType ResponseType

Indicates the structure of the returned content.

  • "object" means the data field contains a single JSON object.
  • "array" means the data field contains an array of objects.
  • "error" means the data field contains an error object with details of the issue.
  • "none" means no data is returned.
One of the following:
"object"Object
"array"Array
"error"Error
"none"None
class FundingEventSummaryPagedV1:
required IReadOnlyList<Data> Data
required string ID

Unique identifier for the funding event.

formatuuid
required Int Amount

The amount of the funding event in cents.

formatint32
required DateTimeOffset CreatedAt

Created at.

formatdate-time
required Direction Direction

Describes the direction of the funding event from the perspective of the linked_bank_account.

One of the following:
"deposit"Deposit
"withdrawal"Withdrawal
required EventType EventType

The funding event types describes the direction and reason for the funding event.

One of the following:
"charge_deposit"ChargeDeposit
"charge_reversal"ChargeReversal
"payout_return"PayoutReturn
"payout_withdrawal"PayoutWithdrawal
required Int PaymentCount

The number of payments associated with the funding event.

formatint32
required IReadOnlyDictionary<string, string> TraceIds

Trace Ids.

required IReadOnlyList<string> TraceNumbers

Trace number.

required DateOnly TransferDate

The date on which the funding event occurred. For deposits and returns, this is the date the funds were credited to your bank account. For withdrawals and reversals, this is the date the funds were debited from your bank account.

formatdate
required DateTimeOffset UpdatedAt

Updated at.

formatdate-time
Status Status

The current status of the charge or payout.

One of the following:
"created"Created
"scheduled"Scheduled
"failed"Failed
"cancelled"Cancelled
"on_hold"OnHold
"pending"Pending
"paid"Paid
"reversed"Reversed
"validating"Validating
StatusDetails StatusDetails
required DateTimeOffset ChangedAt

The time the status change occurred.

formatdate-time
required string Message

A human-readable description of the current status.

required Reason Reason
One of the following:
"insufficient_funds"InsufficientFunds
"closed_bank_account"ClosedBankAccount
"invalid_bank_account"InvalidBankAccount
"invalid_routing"InvalidRouting
"disputed"Disputed
"payment_stopped"PaymentStopped
"owner_deceased"OwnerDeceased
"frozen_bank_account"FrozenBankAccount
"risk_review"RiskReview
"fraudulent"Fraudulent
"duplicate_entry"DuplicateEntry
"invalid_paykey"InvalidPaykey
"payment_blocked"PaymentBlocked
"amount_too_large"AmountTooLarge
"too_many_attempts"TooManyAttempts
"internal_system_error"InternalSystemError
"user_request"UserRequest
"ok"Ok
"other_network_return"OtherNetworkReturn
"payout_refused"PayoutRefused
"cancel_request"CancelRequest
"failed_verification"FailedVerification
"require_review"RequireReview
"blocked_by_system"BlockedBySystem
"watchtower_review"WatchtowerReview
"validating"Validating
"auto_hold"AutoHold
required Source Source
One of the following:
"watchtower"Watchtower
"bank_decline"BankDecline
"customer_dispute"CustomerDispute
"user_action"UserAction
"system"System
string? Code

The status code if applicable.

string? TraceNumber

The trace number of the funding event.

required Meta Meta
required string ApiRequestID

Unique identifier for this API request, useful for troubleshooting.

formatuuid
required DateTimeOffset ApiRequestTimestamp

Timestamp for this API request, useful for troubleshooting.

formatdate-time
required Int MaxPageSize

Maximum allowed page size for this endpoint.

formatint32
required Int PageNumber

Page number for paginated results.

formatint32
required Int PageSize

Number of items per page in this response.

formatint32
required string SortBy

The field that the results were sorted by.

required SortOrder SortOrder
One of the following:
"asc"Asc
"desc"Desc
required Int TotalItems
required Int TotalPages

The number of pages available.

formatint32
required ResponseType ResponseType

Indicates the structure of the returned content.

  • "object" means the data field contains a single JSON object.
  • "array" means the data field contains an array of objects.
  • "error" means the data field contains an error object with details of the issue.
  • "none" means no data is returned.
One of the following:
"object"Object
"array"Array
"error"Error
"none"None