Payee account invalid

krisha008
Contributor
Contributor
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,
                  },
                },
              ],
            },
          },
        ],
Login to Me Too
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.