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
Lookup a funding event
ModelsExpand Collapse
type FundingEventSummaryItemV1 struct{…}
Data FundingEventSummaryItemV1Data
Direction string
Describes the direction of the funding event from the perspective of the linked_bank_account.
EventType string
The funding event types describes the direction and reason for the funding event.
TransferDate Time
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.
Status stringoptional
StatusDetails FundingEventSummaryItemV1DataStatusDetailsoptional
Reason string
Source string
Meta ResponseMetadata
ResponseType FundingEventSummaryItemV1ResponseType
Indicates the structure of the returned content.
- "object" means the
datafield contains a single JSON object. - "array" means the
datafield contains an array of objects. - "error" means the
datafield contains an error object with details of the issue. - "none" means no data is returned.
type FundingEventSummaryPagedV1 struct{…}
Data []FundingEventSummaryPagedV1Data
Direction string
Describes the direction of the funding event from the perspective of the linked_bank_account.
EventType string
The funding event types describes the direction and reason for the funding event.
TransferDate Time
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.
Status stringoptional
The current status of the charge or payout.
StatusDetails FundingEventSummaryPagedV1DataStatusDetailsoptional
Reason string
Source string
ResponseType FundingEventSummaryPagedV1ResponseType
Indicates the structure of the returned content.
- "object" means the
datafield contains a single JSON object. - "array" means the
datafield contains an array of objects. - "error" means the
datafield contains an error object with details of the issue. - "none" means no data is returned.