Skip to main content
POST
/
bank-linking
/
accounts
/
{financialAccountId}
/
processors
/
create-token
Create processor token
curl --request POST \
  --url https://api-sb.meld.io/bank-linking/accounts/{financialAccountId}/processors/create-token \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "processor": "ACHQ"
}
'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
default:BASIC <Meld API Key>
required

Path Parameters

financialAccountId
string
required

Financial account id

Body

application/json
processor
enum<string>
required

Processor which will have access to this account

Available options:
ACHQ,
ADP_ROLL,
ALLOY,
ALPACA,
APEX,
ASTRA,
ATOMIC,
AYDEN,
BAKKT,
BOND,
CHECK,
CHECKBOOK,
CHECKOUT,
CIRCLE,
DRIVEWEALTH,
DWOLLA,
FINIX,
FORTRESS_TRUST,
GALILEO,
GEMINI,
GUSTO,
HIGHNOTE,
I2C,
KNOT,
LITHIC,
MARQETA,
MODERN_TREASURY,
MOOV,
OCROLUS,
PRIME_TRUST,
RISKIFIED,
RIZE,
SARDINE,
SILA_MONEY,
SILICON_VALLEY_BANK,
SOLID,
STRIPE,
TABA_PAY,
TEAL,
TREASURY_PRIME,
UNIT,
UTB,
VESTA,
VOPAY,
WEPAY,
WYRE,
ZERO_HASH
serviceProvider
enum<string>

Service provider through which access to the account will be provided. If the account is only connected via one service provider, this field can be omitted and it will use that connected service provider.

Available options:
AKOYA,
FINICITY,
MX,
PLAID,
SALTEDGE,
SALTEDGEPARTNERS,
YODLEE

Response

Processor token is returned

processor
enum<string>

Processor

Available options:
ACHQ,
ADP_ROLL,
ALLOY,
ALPACA,
APEX,
ASTRA,
ATOMIC,
AYDEN,
BAKKT,
BOND,
CHECK,
CHECKBOOK,
CHECKOUT,
CIRCLE,
DRIVEWEALTH,
DWOLLA,
FINIX,
FORTRESS_TRUST,
GALILEO,
GEMINI,
GUSTO,
HIGHNOTE,
I2C,
KNOT,
LITHIC,
MARQETA,
MODERN_TREASURY,
MOOV,
OCROLUS,
PRIME_TRUST,
RISKIFIED,
RIZE,
SARDINE,
SILA_MONEY,
SILICON_VALLEY_BANK,
SOLID,
STRIPE,
TABA_PAY,
TEAL,
TREASURY_PRIME,
UNIT,
UTB,
VESTA,
VOPAY,
WEPAY,
WYRE,
ZERO_HASH
serviceProvider
enum<string>

Service provider

Available options:
AKOYA,
FINICITY,
MX,
PLAID,
SALTEDGE,
SALTEDGEPARTNERS,
YODLEE
token
string

Token for the processor to connect with the service provider for this account