Payee account invalid
krisha008
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Jul-12-2023
01:48 AM
I want to send money to other seller. I am trying to using below code but it is showing Payee account invalid even account is working.
purchase_units: [
{
amount: {
currency_code: currency,
value: amount,
},
payee: {
email_address: "*****@gmail.com",
},
payment_instruction: {
disbursement_mode: "INSTANT",
platform_fees: [
{
amount: {
currency_code: currency,
value: service_fee_amount,
},
},
],
},
},
],
0 REPLIES 0
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- Invalid Business Error when I try to connect to sandbox paypal with my django program in REST APIs
- OXXO payment source error PAYEE_COUNTRY_NOT_SUPPORTED_FOR_PAYMENT_SOURCE error in production in REST APIs
- My bank statement doesn't show the vendor name for the paypal charge in PayPal Payments Standard
- multiparty vendor in REST APIs
- API : /v2/checkout/orders - PAYEE_NOT_ENABLED_FOR_CARD_PROCESSING in REST APIs