Bring your Quiltt bank connections to Straddle
ACCOUNT_NUMBERS
, ACCOUNT_BALANCE_REFRESHES
and ACCOUNT_BALANCES_AND_TRANSACTIONS
features for Straddle to be able to fetch the needed information. In Sandbox, make sure that you are using a real connector sandbox environment, like MX or Finicity.
1. Set up Quiltt Connector for user bank account connection
2. Obtain an Account Id from Quiltt
3. Use the Account Id to get a Straddle processor token from Quiltt
4. Use the Straddle processor token to create a secure payment token via Straddle's Bridge API
paykey
which is linked to the user’s bank account, allowing future transactions to be processed.5. Store and use the paykey for future transactions
paykey
securely in your system. Use this paykey
to create charges, initiate payments, or perform other transactions via Straddle’s API in the future.onExitSuccess
callback, you can call a simple server-side handler to create a Straddle processor token.
STRADDLE
is the specific processor you’re requesting the token for. This tells Quiltt to generate a token compatible with Straddle’s systems. The issuer
field should be set to QUILTT
.
YOUR_STRADDLE_API_KEY
with your actual Straddle API key, and fill in the appropriate values for customer_id
and quiltt_processor_token
. The metadata
field is optional but can be useful for storing additional information related to the Quiltt account.
source
field is set to quiltt
in this case, indicating that the paykey was created using a Quiltt token.
You should store this paykey
securely for future use in transactions. When it’s time to get paid, create a charge and Straddle will automatically attempt to verify the account’s balance prior to origination.
straddle
as the processor when requesting the token from Quiltt.
ACCOUNT_NUMBERS
feature enabled.
active
before attempting to create processor tokens.