processorTokenCreate
POST {{baseUrl}}/processor/token/create
Used to create a token suitable for sending to one of Plaid's partners to enable integrations. Note that Stripe partnerships use bank account tokens instead; see /processor/stripe/bank_account_token/create
for creating tokens for use with Stripe integrations.
Request Body
{"access_token"=>"<string>", "account_id"=>"<string>", "processor"=>"<string>", "client_id"=>"5fd43aad1186c30013d6f3e2", "secret"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"processor_token":"\u003cstring\u003e","request_id":"\u003cstring\u003e"}