Create Stripe bank account token
POST https://{{env_url}}/processor/stripe/bank_account_token/create
Used to create a token suitable for sending to Stripe to enable Plaid-Stripe integrations.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "access_token"=>"{{access_token}}", "account_id"=>"{{account_id}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"stripe_bank_account_token":"btok_5oEetfLzPklE1fwJZ7SG","request_id":"xrQNYZ7Zoh6R7gV"}