Payouts
Payouts represent transfers from Straddle to customer bank accounts. Create payouts to handle disbursements, process refunds, or manage marketplace settlements. Use payouts to send money quickly and securely with the most cost-effective rail automatically selected.
Release a payout
Get a payout by id.
ModelsExpand Collapse
type PayoutV1 struct{…}
Data PayoutV1Data
Config PayoutV1DataConfig
Configuration for the payout.
AutoHold booloptional
Defines whether to automatically place this charge on hold after being created.
SandboxOutcome stringoptional
Payment will simulate processing if not Standard.
Device DeviceInfoV1
ExternalID string
Unique identifier for the payout in your database. This value must be unique across all payouts.
PaymentDate Time
The desired date on which the payment should be occur. For payouts, this means the date you want the funds to be sent from your bank account.
StatusDetails StatusDetailsV1
Details about the current status of the payout.
Reason StatusDetailsV1Reason
A machine-readable identifier for the specific status, useful for programmatic handling.
StatusHistory []PayoutV1DataStatusHistory
History of the status changes for the payout.
Reason string
A machine-readable identifier for the specific status, useful for programmatic handling.
Source string
EffectiveAt Timeoptional
The actual date on which the payment occurred. For payouts, this is the date the funds were sent from your bank account.
Metadata map[string, string]optional
Up to 20 additional user-defined key-value pairs. Useful for storing additional information about the payout in a structured format.
ProcessedAt Timeoptional
The time the payout was processed by Straddle and originated to the payment rail.
Meta ResponseMetadata
ResponseType PayoutV1ResponseType
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.