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, }, }, ], }, }, ],
... View more
Hello, I've searched everywhere but I can't find an answer for this issue: Does PayPal allow the partner to take a fee ( partner_fee ) on each merchant subscription? I saw on their documentation that partner_fee is only possible on the /v2/checkout/orders endpoint, can someone help me? Seems really strange that I can take a commission only on order and not subscriptions.
... View more
Hello, I would like to deduct service charge from the amount paid by the user & user should not see any extraa amount. I would like to deduct my charges from same amount. How can I do that?
... View more