Cash Withdraw
Cash Withdraw
Allows creating withdrawal requests that will be filled from the specified account via the given withdrawal method.
POST
/portfolio/{fin}/cash/withdraw
curl \
-X POST http://api.example.com/portfolio/{fin}/cash/withdraw \
-H "Content-Type: application/json" \
-d '{"amount":42.0,"currency":"ARS","description":"string","fan":"string","method":{"accountName":"string","accountNumber":"string","bsb":"string","method":"object-1"}}'
Request example
{
"amount": 42.0,
"currency": "ARS",
"description": "string",
"fan": "string",
"method": {
"accountName": "string",
"accountNumber": "string",
"bsb": "string",
"method": "object-1"
}
}
Request examples
{
"amount": 42.0,
"currency": "ARS",
"description": "string",
"fan": "string",
"method": {
"accountName": "string",
"accountNumber": "string",
"bsb": "string",
"method": "object-1"
}
}
Response examples (200)
{
"ref": "string"
}
Response examples (200)
{
"ref": "string"
}