Skip to main content
POST
/
v1
/
ext
/
linked-accounts
/
{currency}
/
{linkedAccountId}
/
withdrawal
Withdrawal
curl --request POST \
  --url https://staging-api.liquidity.walletos.xyz/v1/ext/linked-accounts/{currency}/{linkedAccountId}/withdrawal \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "Staging withdrawal test",
  "amount": 19.87,
  "transactionType": "PAYOUT",
  "mfaCode": "979848",
  "walletType": "SPEND"
}
'
{
  "message": "Payment queued",
  "data": {
    "id": "d8313ab0-11e8-45e6-bd9b-af47d7be8236",
    "status": "SUCCESS",
    "fees": "0.00",
    "amount": "2.00"
  }
}

Path Parameters

Query Parameters

Body

application/json
reason
string
amount
number
transactionType
string
mfaCode
string<color>
walletType
string

Response

200 - application/json

200 - OK

message
string
data
object