Straddle icon

Straddle

Interact with Straddle API

Actions81

Overview

This node operation retrieves detailed information about a specific linked bank account, including sensitive data that is normally masked. It is useful in scenarios where you need to unmask and access full bank account details for verification, reconciliation, or compliance purposes. For example, a financial application might use this operation to securely fetch the full bank account number and routing number of a user's linked bank account after proper authorization.

Properties

Name Meaning
Linked Bank Account Id The unique identifier of the linked bank account to retrieve and unmask. (Required)
Request Id Optional client-generated identifier to trace and debug this specific request.
Correlation Id Optional client-generated identifier to trace and debug a series of related requests.

Output

The output JSON contains detailed information about the linked bank account, including but not limited to:

  • bank_details: Object containing bank routing number, masked account number, account type (e.g., checking, savings), and bank name.
  • status_details: Status message, reason, source, and timestamp of last status change.
  • verification: Verification status, method used, number of attempts, and completion timestamp.
  • Other metadata fields such as compliance profile, industry info, support channels, capabilities, and settings may also be included depending on the API response.

The node does not explicitly output binary data.

Dependencies

  • Requires an API key credential for authentication with the Straddle API.
  • Needs configuration of the environment subdomain (e.g., sandbox or production) to construct the base URL.
  • The node sends HTTP requests with appropriate headers including optional tracing headers (request-id and correlation-id).

Troubleshooting

  • Missing or invalid Linked Bank Account Id: Ensure the provided ID is correct and exists in the system.
  • Authentication errors: Verify that the API key credential is valid and has necessary permissions.
  • Network or connectivity issues: Check network access to the configured Straddle API environment.
  • Unmasking restrictions: Some accounts may have restrictions preventing unmasking; check API error messages for details.
  • Invalid header values: If using request-id or correlation-id, ensure they are properly formatted strings.

Links and References

Discussion