Wise
Node: wise · Full type: n8n-nodes-base.wise · Version: 1
Credentials
wiseApi (alias: @wise)
CREDENTIAL @wise = wiseApi "My Wise"
Operations
Resource: account
getBalances
| Parameter |
Type |
Default |
Details |
profileId |
options |
[] |
required |
getCurrencies
No additional parameters.
getStatement
| Parameter |
Type |
Default |
Details |
profileId |
options |
[] |
|
borderlessAccountId |
options |
[] |
required |
currency |
string |
"" |
|
format |
options |
"json" |
json, csv, pdf, xml |
binaryProperty |
string |
"data" |
required |
fileName |
string |
"" |
required |
additionalFields |
collection |
{} |
keys: lineStyle, range |
Resource: exchangeRate
get
| Parameter |
Type |
Default |
Details |
source |
string |
"" |
|
target |
string |
"" |
|
additionalFields |
collection |
{} |
keys: interval, range, time |
Resource: profile
get
| Parameter |
Type |
Default |
Details |
profileId |
options |
[] |
required |
getAll
No additional parameters.
Resource: quote
create
| Parameter |
Type |
Default |
Details |
profileId |
options |
[] |
required |
targetAccountId |
options |
[] |
required |
amountType |
options |
"source" |
source, target |
amount |
number |
1 |
|
sourceCurrency |
string |
"" |
|
targetCurrency |
string |
"" |
|
get
| Parameter |
Type |
Default |
Details |
quoteId |
string |
"" |
required |
Resource: recipient
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
5 |
|
Resource: transfer
create
| Parameter |
Type |
Default |
Details |
profileId |
options |
[] |
required |
quoteId |
string |
"" |
required |
targetAccountId |
options |
[] |
required |
additionalFields |
collection |
{} |
keys: reference |
delete
| Parameter |
Type |
Default |
Details |
transferId |
string |
"" |
required |
execute
| Parameter |
Type |
Default |
Details |
profileId |
options |
[] |
required |
transferId |
string |
"" |
required |
get
| Parameter |
Type |
Default |
Details |
transferId |
string |
"" |
required |
downloadReceipt |
boolean |
false |
required |
binaryProperty |
string |
"data" |
required |
fileName |
string |
"" |
required |
getAll
| Parameter |
Type |
Default |
Details |
profileId |
options |
[] |
required |
returnAll |
boolean |
false |
|
limit |
number |
5 |
|
filters |
collection |
{} |
keys: range, sourceCurrency, status, targetCurrency |
Parameter Details
additionalFields children:
| Parameter |
Type |
Default |
Details |
lineStyle |
options |
"COMPACT" |
COMPACT, FLAT |
range |
fixedCollection |
{} |
groups: rangeProperties |
filters children:
| Parameter |
Type |
Default |
Details |
range |
fixedCollection |
{} |
groups: rangeProperties |
sourceCurrency |
string |
"" |
|
status |
options |
"processing" |
bounced_back, cancelled, charged_back, funds_converted, funds_refunded, incoming_payment_waiting, outgoing_payment_sent, processing, ... (10 total) |
targetCurrency |
string |
"" |
|
Example
NODE "wise" @wise AS "Wise" {
resource: "account",
operation: "get",
binaryProperty: {{ $json.binaryProperty }},
fileName: {{ $json.fileName }},
quoteId: {{ $json.quoteId }}
}