Straddle
Quiltt's Straddle integration lets you seamlessly incorporate Straddle's money movement platform into your product by leveraging Quiltt's aggregator-agnostic Processor Tokens.
Link to this section#How to Get Access
To enable Straddle, simply enable the Straddle integration from the Integrations page in the Quiltt Dashboard in each environment.
Note that you will need to have an existing Straddle account to use this integration.
Link to this section#Straddle Quick Start
To create a Processor Token for Straddle, you will need to:
- Have the user go through a Quiltt Connector configured with the
ACCOUNT_NUMBERSproduct. - Receive the
account.createdoraccount.verifiedwebhook event containing the ID for the connected account. - Call the Processor Tokens endpoint to create a token for Straddle, specifying
"STRADDLE"as the processor and"QUILTT"as the issuer in the body of your request.
For example, to create a Processor Token for an account with ID acct_12wm3n4PaWHdcMgu6ZVDx5, you would make the following request:
POSThttps://api.quiltt.io/v1/accounts/{accountId}/processor_tokensA successful request will return a 201 Created status code along with the newly created Processor Token object in the response body:
Now that you have the Processor Token, you can send it to Straddle to initiate money movement operations on behalf of your end-user. See Straddle's Bridge API guide here for more information.