Fundamentals
Customers
Charges
Payouts
Embed
- Organizations
- Accounts
- Representatives
- Linked Bank Accounts
- Capability Requests
Simulate status transitions for a sandbox account
Simulte the status transitions for sandbox accounts. This endpoint can only be used for sandbox accounts.
Authorizations
Use your Straddle API Key in the Authorization header as Bearer <token> to authorize API requests.
Headers
Optional client generated identifier to trace and debug a request.
Optional client generated identifier to trace and debug a series of requests.
Path Parameters
Query Parameters
onboarding
, active
Response
The access level granted to the account. This is determined by your platform configuration. Use standard
unless instructed otherwise by Straddle.
standard
, managed
Unique identifier for the account.
The unique identifier of the organization this account belongs to.
The current status of the account (e.g., 'active', 'inactive', 'pending').
created
, onboarding
, active
, rejected
, inactive
A machine-readable code for the specific status, useful for programmatic handling.
A human-readable message describing the current status.
A machine-readable identifier for the specific status, useful for programmatic handling.
unverified
, in_review
, pending
, stuck
, verified
, failed_verification
, disabled
, terminated
Identifies the origin of the status change (e.g., bank_decline
, watchtower
). This helps in tracking the cause of status updates.
watchtower
The type of account (e.g., 'individual', 'business').
business
The operating or trade name of the business.
URL of the business's primary marketing website.
The address object is optional. If provided, it must be a valid address.
City, district, suburb, town, or village.
The country of the address, in ISO 3166-1 alpha-2 format.
Primary address line (e.g., street, PO Box).
Secondary address line (e.g., apartment, suite, unit, or building).
Postal or ZIP code.
Two-letter state code.
A brief description of the business and its products or services.
The general category of the industry. Required if not providing MCC.
The Merchant Category Code (MCC) that best describes the business. Optional.
The specific sector within the industry category. Required if not providing MCC.
The official registered name of the business.
The primary contact phone number for the business.
The email address for customer support inquiries.
The phone number for customer support.
The URL of the business's customer support page or contact form.
The business's tax identification number (e.g., EIN in the US).
A description of how the business intends to use Straddle's services.
Whether the internet payment authorization capability is enabled for the account.
active
, inactive
active
, inactive
active
, inactive
Timestamp of when the account was created.
Unique identifier for the account in your database, used for cross-referencing between Straddle and your systems.
Up to 20 additional user-defined key-value pairs. Useful for storing additional information about the account in a structured format.
The maximum dollar amount of charges in a calendar day.
The amount of time it takes for a charge to be funded. This value is defined by Straddle.
immediate
, next_day
, one_day
, two_day
, three_day
The unique identifier of the linked bank account associated with charges. This value is defined by Straddle.
The maximum amount of a single charge.
The maximum dollar amount of charges in a calendar month.
The maximum number of charges in a calendar month.
The maximum dollar amount of payouts in a day.
The amount of time it takes for a payout to be funded. This value is defined by Straddle.
immediate
, next_day
, one_day
, two_day
, three_day
The unique identifier of the linked bank account to use for payouts.
The maximum amount of a single payout.
The maximum dollar amount of payouts in a month.
The maximum number of payouts in a month.
The datetime of when the terms of service were accepted, in ISO 8601 format.
The type or version of the agreement accepted. Use embedded
unless your platform was specifically enabled for direct
agreements.
embedded
, direct
The IP address from which the terms of service were accepted.
The user agent string of the browser or application used to accept the terms.
The URL where the full text of the accepted agreement can be found.
Timestamp of the most recent update to the account.
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.
object
, array
, error
, none