processorStripeBankAccountTokenCreate
POST {{baseUrl}}/processor/stripe/bank_account_token/create
Used to create a token suitable for sending to Stripe to enable Plaid-Stripe integrations. For a detailed guide on integrating Stripe, see Add Stripe to your app.
Request Body
{"access_token"=>"<string>", "account_id"=>"<string>", "client_id"=>"5fd43aad1186c30013d6f3e2", "secret"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"stripe_bank_account_token":"\u003cstring\u003e","request_id":"\u003cstring\u003e"}