Bridge
Bank Accounts
The Bridge API allows you to create paykeys using raw bank account details.
This guide provides a detailed walkthrough on using Straddle’s Bridge API to create paykeys directly from bank account information.
Implementation Steps
Using Bridge with ‘raw’ bank account details
To create a paykey using bank account details, make a POST request to the Straddle Bridge API. Here’s the HTTP request details:
Bridge a Bank Account
Replace YOUR_STRADDLE_API_KEY
with your actual Straddle API key, and fill in the appropriate values for customer_id
, routing_number
, account_number
, and account_type
.
Handling the API Response
Upon successful creation of a paykey, the Straddle API will respond with a JSON object. Here’s an example of what you might receive: