PayPal¶
General¶
Code: paypal
Vendor: paypal
show →
- Name:
-
[EN] PayPal
Images¶
Logo¶
https://static.openfintech.io/payment_providers/paypal/logo.svg?w=400&c=v0.59.26#w100
Icon¶
https://static.openfintech.io/payment_providers/paypal/icon.svg?w=278&c=v0.59.26#w100
Payment Methods¶
The list of supported Payment Methods
Icon | Name | Code |
---|---|---|
paypal | paypal |
Payout Methods¶
The list of supported Payout Methods
Icon | Name | Code |
---|---|---|
paypal | paypal |
|
paypal_id | paypal_id |
|
paypal_email | paypal_email |
|
paypal_phone | paypal_phone |
JSON Object¶
{
"code":"paypal",
"description":null,
"vendor":"paypal",
"categories":null,
"countries":null,
"payment_method":[
"paypal"
],
"payout_method":[
"paypal",
"paypal_id",
"paypal_email",
"paypal_phone"
],
"metadata":null,
"name":{
"en":"PayPal"
}
}