The Bridge API allows you to create paykeys using raw bank account details.
1. Securely collect bank account information from the user
2. Send the bank account details to your server
3. Use the Straddle Bridge API to create a paykey
4. Store and use the paykey for future transactions
paykey
securely in your system. You can use this paykey
to create charges, initiate payments, or perform other transactions via Straddle’s API in the future, without handling sensitive bank data again.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
.