Pay Pal
Node: payPal · Full type: n8n-nodes-base.payPal · Version: 1
Credentials
payPalApi (alias: @pay)
CREDENTIAL @pay = payPalApi "My Pay Pal"
Operations
Resource: payout
create
| Parameter |
Type |
Default |
Details |
senderBatchId |
string |
"" |
required |
jsonParameters |
boolean |
false |
|
itemsUi |
fixedCollection |
{} |
groups: itemsValues |
itemsJson |
json |
"" |
|
additionalFields |
collection |
{} |
keys: emailSubject, emailMessage, note |
get
| Parameter |
Type |
Default |
Details |
payoutBatchId |
string |
"" |
required |
returnAll |
boolean |
false |
|
limit |
number |
100 |
|
Resource: payoutItem
cancel
| Parameter |
Type |
Default |
Details |
payoutItemId |
string |
"" |
required |
get
| Parameter |
Type |
Default |
Details |
payoutItemId |
string |
"" |
required |
Parameter Details
itemsUi children:
itemsValues group:
| Parameter |
Type |
Default |
Details |
recipientType |
options |
"email" |
phone, email, paypalId |
receiverValue |
string |
"" |
required |
currency |
options |
"USD" |
AUD, BRL, CAD, CZK, DKK, EUR, USD |
amount |
string |
"" |
required |
note |
string |
"" |
|
senderItemId |
string |
"" |
|
recipientWallet |
options |
"paypal" |
paypal, venmo |
additionalFields children:
| Parameter |
Type |
Default |
Details |
emailSubject |
string |
"" |
|
emailMessage |
string |
"" |
|
note |
string |
"" |
|
Example
NODE "payPal" @pay AS "Pay Pal" {
resource: "payout",
operation: "get",
senderBatchId: {{ $json.senderBatchId }},
payoutBatchId: {{ $json.payoutBatchId }},
payoutItemId: {{ $json.payoutItemId }}
}