Skip to main content
POST
/
v1
/
ext
/
application-token
/
{token}
/
linked-accounts
/
{currency}
/
link
/
bank
/
{step}
Add Linked Account (Bank) - USD
curl --request POST \
  --url https://staging-api.liquidity.walletos.xyz/v1/ext/application-token/{token}/linked-accounts/{currency}/link/bank/{step} \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": "Quantum Works LLC - RelayBank - ACH",
  "data": {
    "firstName": "John",
    "lastName": "Doe",
    "name": "Quantum Works LLC",
    "accountNumber": "9879264803",
    "routingNumber": "121042882",
    "type": "CHECKING",
    "bankName": "ABC Bank",
    "recipientAddress": "9401 San Francisco",
    "recipientCity": "San Francisco",
    "recipientState": "CA",
    "recipientPostalCode": "12345",
    "routingType": "ACH",
    "email": "john.doe@example.com",
    "recipientType": "personal"
  }
}
'
{
  "data": {
    "type": "form",
    "url": "http://localhost:7200/staging/v1/application-token/sATQlLawBEaYY64lfgWHpPw5R5Q0mc/linked-accounts/USD/link/bank/form",
    "label": "Manual bank account verification",
    "data": [
      {
        "type": "object",
        "key": "data",
        "data": [
          {
            "type": "number",
            "key": "amount_1",
            "label": "First micro deposit",
            "required": true
          },
          {
            "type": "number",
            "key": "amount_2",
            "label": "Second micro deposit",
            "required": true
          }
        ]
      }
    ]
  }
}

Path Parameters

token
string
required
currency
string
required
step
integer
required

Body

application/json
label
string
required

Display name for the linked account

Example:

"Quantum Works LLC - RelayBank - ACH"

data
object
required

Response

200 - application/json

200 - OK

data
object