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
}
]
}
]
}
}Link a US bank account to enable ACH/RTP/wire withdrawals.
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
}
]
}
]
}
}200 - OK
Show child attributes
Was this page helpful?