Skip to main content
POST
/
v0
/
bank-linking
/
accounts
/
{account_id}
/
processor-token
Create Bank Processor Token
curl --request POST \
  --url https://api.sumvin.com/v0/bank-linking/accounts/{account_id}/processor-token \
  --header 'Content-Type: application/json' \
  --data '
{
  "processor": "<string>"
}
'
{
  "_links": {},
  "processor_token": "<string>",
  "account_id": "<string>"
}

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

account_id
string
required

Body

application/json
processor
string
required
Minimum string length: 1

Response

Successful Response

HAL-style hypermedia links for navigation and available actions.

processor_token
string
required
account_id
string
required