api - Paypal fees in a chained or parallel payment -


i have answer how paypal calculates fees apply each receiver in case of chained or parallel payment done adaptive payment api.

is fee calculated on total amount payed sender? in case each receiver pay proportional portion of total fee. or charged fee each amount in transaction split? work spanish fees (3.4% + 0.35 euros) , in last case paypal charges higher because of fixed 0.35 euros charged each transaction. worried case applies commission marketplace because loosing money in transactions when our commission lower 0.35 euros.

this info i've found , still didn't understand it.

in text not specify issue (unless misunderstanding due spanish-speaking), had tried deduce examples @ end of text although pointed "the scenario above example , not representative of actual paypal fees".

but resulted scenarios unreal charged higher fee secondary receiver receiving amount of $130 other receiving $150. impossible me conclusion.

if receivers pay fee, can specify whether primary receiver in payment several receivers pays entire fee or receivers pay portion of fee.

•sender pays fee – sender can pay fee simple payment, parallel payment or chained payment.

•receiver pays fee in parallel payment – sender can send payment split directly among 2 6 receivers. each receiver pays portion of fee based on amount of payment each receiver gets.

•each receiver pays fee in chained payment – sender can send payment indirectly split among 1 or more receivers. primary receiver, identified merchant, pays fee , each of other receivers pay fee based on payment amount each receives.

•primary receiver pays fee in chained payment - sender can send payment indirectly split among 1 or more receivers. if primary receiver pays fee in chained payment, other receivers pay no fees. fees paid primary receiver based on total fees assigned receivers.

•secondary receivers pay fee in chained payment - sender can send payment indirectly split among 1 or more receivers. primary receiver doesn’t have pay fees secondary receivers paying fees. fees determined paypal , based on criteria, such transaction volume of receiver.

so each of receivers charged (3.4% + 0.35 euros) if split payment between receivers.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -